Home
last modified time | relevance | path

Searched refs:_f_ (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/function/
Du_ether_configfs.h16 #define USB_ETHERNET_CONFIGFS_ITEM(_f_) \ argument
17 static void _f_##_attr_release(struct config_item *item) \
19 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
24 static struct configfs_item_operations _f_##_item_ops = { \
25 .release = _f_##_attr_release, \
28 #define USB_ETHERNET_CONFIGFS_ITEM_ATTR_DEV_ADDR(_f_) \ argument
29 static ssize_t _f_##_opts_dev_addr_show(struct config_item *item, \
32 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
42 static ssize_t _f_##_opts_dev_addr_store(struct config_item *item, \
45 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
[all …]