Lines Matching refs:TPG_INSTANCES
28 #define TPG_INSTANCES 1 macro
35 static struct tpg_instance tpg_instances[TPG_INSTANCES];
1329 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_make_tpg()
1332 if (i == TPG_INSTANCES) in usbg_make_tpg()
1410 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_drop_tpg()
1413 if (i < TPG_INSTANCES) { in usbg_drop_tpg()
2133 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_free_inst()
2136 if (i < TPG_INSTANCES) in tcm_free_inst()
2209 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc_inst()
2213 if (i == TPG_INSTANCES) { in tcm_alloc_inst()
2251 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc()
2254 if (i == TPG_INSTANCES) { in tcm_alloc()