Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Du_ether_configfs.h30 static struct configfs_item_operations _f_##_item_ops = { \
/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c46 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
52 cit->ct_item_ops = _item_ops; \
59 #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument
66 cit->ct_item_ops = _item_ops; \
Dtarget_core_configfs.c53 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
59 cit->ct_item_ops = _item_ops; \