Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.h147 u64 xhci_start; member
H A Dxhci-dbc.c86 xdbc.xhci_start = val64; in xdbc_map_pci_mmio()
975 base = ioremap(xdbc.xhci_start, xdbc.xhci_length); in xdbc_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c167 static int xhci_start(struct xhci_hcor *hcor) in xhci_start() function
1233 if (xhci_start(hcor)) { in xhci_lowlevel_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c622 xhci_start(xhci); in xhci_port_set_test_mode()
H A Dxhci.h2109 int xhci_start(struct xhci_hcd *xhci);
H A Dxhci.c130 int xhci_start(struct xhci_hcd *xhci) in xhci_start() function
608 if (xhci_start(xhci)) { in xhci_run_finished()