Home
last modified time | relevance | path

Searched refs:_group_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c37 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
43 cit->ct_group_ops = _group_ops; \
49 #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument
56 cit->ct_group_ops = _group_ops; \
H A Dtarget_core_configfs.c43 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
49 cit->ct_group_ops = _group_ops; \
55 #define TB_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument
61 cit->ct_group_ops = _group_ops; \