Searched refs:_item_ops (Results 1 – 3 of 3) sorted by relevance
/drivers/target/ |
D | target_core_fabric_configfs.c | 36 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument 41 cit->ct_item_ops = _item_ops; \ 48 #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument 54 cit->ct_item_ops = _item_ops; \
|
D | target_core_configfs.c | 42 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument 47 cit->ct_item_ops = _item_ops; \ 54 #define TB_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument 59 cit->ct_item_ops = _item_ops; \
|
/drivers/usb/gadget/function/ |
D | u_ether_configfs.h | 24 static struct configfs_item_operations _f_##_item_ops = { \
|