Searched refs:_f_ (Results 1 – 1 of 1) sorted by relevance
19 #define USB_ETHERNET_CONFIGFS_ITEM(_f_) \ argument20 CONFIGFS_ATTR_STRUCT(f_##_f_##_opts); \21 CONFIGFS_ATTR_OPS(f_##_f_##_opts); \23 static void _f_##_attr_release(struct config_item *item) \25 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \30 static struct configfs_item_operations _f_##_item_ops = { \31 .release = _f_##_attr_release, \32 .show_attribute = f_##_f_##_opts_attr_show, \33 .store_attribute = f_##_f_##_opts_attr_store, \36 #define USB_ETHERNET_CONFIGFS_ITEM_ATTR_DEV_ADDR(_f_) \ argument[all …]