_item_ops          42 drivers/target/target_core_configfs.c #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs)		\
_item_ops          47 drivers/target/target_core_configfs.c 	cit->ct_item_ops = _item_ops;					\
_item_ops          54 drivers/target/target_core_configfs.c #define TB_CIT_SETUP_DRV(_name, _item_ops, _group_ops)			\
_item_ops          59 drivers/target/target_core_configfs.c 	cit->ct_item_ops = _item_ops;					\
_item_ops          36 drivers/target/target_core_fabric_configfs.c #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs)		\
_item_ops          41 drivers/target/target_core_fabric_configfs.c 	cit->ct_item_ops = _item_ops;					\
_item_ops          48 drivers/target/target_core_fabric_configfs.c #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops)		\
_item_ops          54 drivers/target/target_core_fabric_configfs.c 	cit->ct_item_ops = _item_ops;					\
_item_ops          24 drivers/usb/gadget/function/u_ether_configfs.h 	static struct configfs_item_operations _f_##_item_ops = {	\