Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_tcm.c28 #define TPG_INSTANCES 1 macro
35 static struct tpg_instance tpg_instances[TPG_INSTANCES];
1351 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_make_tpg()
1354 if (i == TPG_INSTANCES) in usbg_make_tpg()
1432 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_drop_tpg()
1435 if (i < TPG_INSTANCES) { in usbg_drop_tpg()
2167 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_free_inst()
2170 if (i < TPG_INSTANCES) in tcm_free_inst()
2243 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc_inst()
2247 if (i == TPG_INSTANCES) { in tcm_alloc_inst()
[all …]