Searched refs:TPG_INSTANCES (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Df_tcm.c28 #define TPG_INSTANCES 1 macro
35 static struct tpg_instance tpg_instances[TPG_INSTANCES];
1329 for (i = 0; i < TPG_INSTANCES; ++i)
1332 if (i == TPG_INSTANCES)
1410 for (i = 0; i < TPG_INSTANCES; ++i)
1413 if (i < TPG_INSTANCES) {
2133 for (i = 0; i < TPG_INSTANCES; ++i)
2136 if (i < TPG_INSTANCES)
2209 for (i = 0; i < TPG_INSTANCES; ++i)
2213 if (i == TPG_INSTANCES) {
[all...]

Completed in 205 milliseconds