Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.h131 extern struct usbg_tpg *the_only_tpg_I_currently_have;
Dtcm_usb_gadget.c1375 struct usbg_tpg *the_only_tpg_I_currently_have; variable
1392 if (the_only_tpg_I_currently_have) { in usbg_make_tpg()
1422 the_only_tpg_I_currently_have = tpg; in usbg_make_tpg()
1434 the_only_tpg_I_currently_have = NULL; in usbg_drop_tpg()
2168 fu->tpg = the_only_tpg_I_currently_have; in usbg_cfg_bind()