Searched refs:TB_CIT_SETUP (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 53 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ macro 517 TB_CIT_SETUP(dev_attrib, &target_core_dev_attrib_ops, NULL, NULL); 752 TB_CIT_SETUP(dev_wwn, &target_core_dev_wwn_ops, NULL, target_core_dev_wwn_attrs); 1217 TB_CIT_SETUP(dev_pr, &target_core_dev_pr_ops, NULL, target_core_dev_pr_attrs); 1744 TB_CIT_SETUP(dev, &target_core_dev_item_ops, NULL, target_core_dev_attrs); 2477 TB_CIT_SETUP(dev_alua_tg_pt_gps, NULL, &target_core_alua_tg_pt_gps_group_ops, NULL); 2518 TB_CIT_SETUP(dev_stat, NULL, &target_core_stat_group_ops, NULL);
|