Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcore.h81 * @gadget_init: pointer to gadget initialization function
120 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()

Completed in 2 milliseconds