Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Du_ether_configfs.h19 #define USB_ETHERNET_CONFIGFS_ITEM(_f_) \ argument
20 static void _f_##_attr_release(struct config_item *item) \
22 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
27 static struct configfs_item_operations _f_##_item_ops = { \
28 .release = _f_##_attr_release, \
31 #define USB_ETHERNET_CONFIGFS_ITEM_ATTR_DEV_ADDR(_f_) \ argument
32 static ssize_t _f_##_opts_dev_addr_show(struct config_item *item, \
35 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
45 static ssize_t _f_##_opts_dev_addr_store(struct config_item *item, \
48 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
[all …]