Searched refs:TB_CIT_SETUP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_configfs.c | 43 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ macro 1801 TB_CIT_SETUP(dev_wwn, NULL, NULL, target_core_dev_wwn_attrs); 2268 TB_CIT_SETUP(dev_pr, NULL, NULL, target_core_dev_pr_attrs); 2707 TB_CIT_SETUP(dev, &target_core_dev_item_ops, NULL, target_core_dev_attrs); 3302 TB_CIT_SETUP(dev_alua_tg_pt_gps, NULL, &target_core_alua_tg_pt_gps_group_ops, NULL); 3343 TB_CIT_SETUP(dev_stat, NULL, &target_core_stat_group_ops, NULL);
|