Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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) 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()
2130 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_free_inst()
2133 if (i < TPG_INSTANCES) in tcm_free_inst()
2206 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc_inst()
2210 if (i == TPG_INSTANCES) { in tcm_alloc_inst()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_tcm.c28 #define TPG_INSTANCES 1 macro
35 static struct tpg_instance tpg_instances[TPG_INSTANCES];
1357 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_make_tpg()
1360 if (i == TPG_INSTANCES) in usbg_make_tpg()
1438 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_drop_tpg()
1441 if (i < TPG_INSTANCES) { in usbg_drop_tpg()
2184 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_free_inst()
2187 if (i < TPG_INSTANCES) in tcm_free_inst()
2260 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc_inst()
2264 if (i == TPG_INSTANCES) { in tcm_alloc_inst()
[all...]

Completed in 6 milliseconds