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