Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_tcm.c29 #define TPG_INSTANCES 1 macro
36 static struct tpg_instance tpg_instances[TPG_INSTANCES];
1655 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_make_tpg()
1658 if (i == TPG_INSTANCES) in usbg_make_tpg()
1737 for (i = 0; i < TPG_INSTANCES; ++i) in usbg_drop_tpg()
1740 if (i < TPG_INSTANCES) { in usbg_drop_tpg()
2466 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_free_inst()
2469 if (i < TPG_INSTANCES) in tcm_free_inst()
2542 for (i = 0; i < TPG_INSTANCES; ++i) in tcm_alloc_inst()
2546 if (i == TPG_INSTANCES) { in tcm_alloc_inst()
[all …]