Searched refs:TB_CIT_SETUP (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_configfs.c | 50 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ macro 1228 TB_CIT_SETUP(dev_wwn, NULL, NULL, target_core_dev_wwn_attrs); 1688 TB_CIT_SETUP(dev_pr, NULL, NULL, target_core_dev_pr_attrs); 2125 TB_CIT_SETUP(dev, &target_core_dev_item_ops, NULL, target_core_dev_attrs); 2729 TB_CIT_SETUP(dev_alua_tg_pt_gps, NULL, &target_core_alua_tg_pt_gps_group_ops, NULL); 2770 TB_CIT_SETUP(dev_stat, NULL, &target_core_stat_group_ops, NULL);
|