Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-pci.c60 static struct pci_device_id ehci_pci_ids[] = { variable
104 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVICE); in ehci_hcd_init()
153 static const struct udevice_id ehci_pci_ids[] = { variable
163 .of_match = ehci_pci_ids,
H A Dohci-hcd.c82 static struct pci_device_id ehci_pci_ids[] = { variable
1783 pdev = pci_find_devices(ehci_pci_ids, CONFIG_PCI_EHCI_DEVNO); in hc_reset()