Searched refs:_ptr (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/include/drm/ |
D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
/linux-4.19.296/include/rdma/ |
D | uverbs_ioctl.h | 401 static const struct uverbs_object_def *const _name##_ptr[] = { \ 405 .num_objects = ARRAY_SIZE(_name##_ptr), \ 406 .objects = &_name##_ptr, \
|
D | ib_verbs.h | 666 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 668 (_ptr)->device = _device; \ 669 (_ptr)->handler = _handler; \ 670 INIT_LIST_HEAD(&(_ptr)->list); \
|
/linux-4.19.296/fs/ext4/ |
D | sysfs.c | 154 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument 160 .explicit_ptr = _ptr, \
|
/linux-4.19.296/include/linux/ |
D | acpi.h | 611 #define ACPI_PTR(_ptr) (_ptr) argument 853 #define ACPI_PTR(_ptr) (NULL) argument
|
D | of.h | 417 #define of_match_ptr(_ptr) (_ptr) argument 960 #define of_match_ptr(_ptr) NULL argument
|
/linux-4.19.296/include/scsi/ |
D | iscsi_if.h | 752 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
|