Searched refs:_attribute (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/target/ |
D | configfs_macros.h | 54 struct _name##_attribute { \ 114 struct _name##_attribute * _name##_attr = \ 115 container_of(attr, struct _name##_attribute, attr); \ 129 struct _name##_attribute * _name##_attr = \ 130 container_of(attr, struct _name##_attribute, attr); \
|
/linux-4.1.27/include/linux/ |
D | configfs.h | 139 struct _item##_attribute { \ 188 struct _item##_attribute *_item##_attr = \ 189 container_of(attr, struct _item##_attribute, attr); \ 201 struct _item##_attribute *_item##_attr = \ 202 container_of(attr, struct _item##_attribute, attr); \
|
D | compat.h | 231 compat_uptr_t _attribute; member
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | siginfo.h | 295 void *_attribute; /* really pthread_attr_t */ member 301 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
D | pm.c | 192 static struct kobj_attribute x##_attribute = \ 209 #define ATTR_LIST(x) & x ## _attribute.attr
|
/linux-4.1.27/include/linux/usb/ |
D | gadget_configfs.h | 29 static struct struct_name##_attribute struct_name##_##name = \
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 26 struct _item##_attribute *_item##_attr = \ 27 container_of(attr, struct _item##_attribute, attr); \
|
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 1129 static struct netdev_queue_attribute bql_ ## NAME ## _attribute = \
|