Searched refs:struct_member (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H 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), \
|
/openbmc/linux/include/linux/usb/ |
H 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); \
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 114 def struct_member(self, ri): member in Type 354 def struct_member(self, ri): member in TypeString 403 def struct_member(self, ri): member in TypeBinary 1729 attr.struct_member(ri)
|