Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/
Dtarget_core_fabric_configfs.c36 #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; \
Dtarget_core_configfs.c42 #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; \
/linux-6.1.9/drivers/usb/gadget/function/
Du_ether_configfs.h24 static struct configfs_item_operations _f_##_item_ops = { \