Searched refs:_group_ops (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/target/ |
H A D | target_core_fabric_configfs.c | 37 #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 D | target_core_configfs.c | 43 #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; \
|