Searched refs:struct_member (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
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-6.1.9/include/linux/usb/ |
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-6.1.9/drivers/gpu/drm/i915/ |
D | i915_utils.h | 152 #define struct_member(T, member) (((T *)0)->member) macro 173 BUILD_BUG_ON_MSG(!__same_type(*(ptr), struct_member(type, member)) && \
|
D | intel_runtime_pm.h | 99 BITS_PER_TYPE(struct_member(struct intel_runtime_pm, wakeref_count))
|