Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.h143 extern struct usbg_tpg *the_only_tpg_I_currently_have;
Dtcm_usb_gadget.c1538 struct usbg_tpg *the_only_tpg_I_currently_have; variable
1555 if (the_only_tpg_I_currently_have) { in usbg_make_tpg()
1582 the_only_tpg_I_currently_have = tpg; in usbg_make_tpg()
1594 the_only_tpg_I_currently_have = NULL; in usbg_drop_tpg()
2361 fu->tpg = the_only_tpg_I_currently_have; in usbg_cfg_bind()