Searched refs:struct_member (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | bootparam_utils.h | 24 #define BOOT_PARAM_PRESERVE(struct_member) \ argument 26 .start = offsetof(struct boot_params, struct_member), \ 27 .len = sizeof_mbr(struct boot_params, struct_member), \
|
/linux/include/linux/usb/ |
A D | gadget_configfs.h | 46 #define USB_CONFIG_STRINGS_LANG(struct_in, struct_member) \ argument 51 struct struct_member *gi; \ 67 gi = container_of(group, struct struct_member, strings_group); \
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 195 #define struct_member(T, member) (((T *)0)->member) macro 218 BUILD_BUG_ON_MSG(!__same_type(*(ptr), struct_member(type, member)) && \
|
A D | intel_runtime_pm.h | 76 BITS_PER_TYPE(struct_member(struct intel_runtime_pm, wakeref_count))
|
Completed in 8 milliseconds