Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcore.h120 int (*gadget_init)(struct cdns *cdns); member
H A Dcore.c156 if (cdns->gadget_init) in cdns_core_init_role()
157 ret = cdns->gadget_init(cdns); in cdns_core_init_role()
H A Dcdnsp-pci.c149 cdnsp->gadget_init = cdnsp_gadget_init; in cdnsp_pci_probe()
H A Dcdns3-plat.c140 cdns->gadget_init = cdns3_gadget_init; in cdns3_plat_probe()