Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c34 #define CL_EHCI PCI_CLASS_SERIAL_USB_EHCI macro
68 companion->class != CL_EHCI) in for_each_companion()
125 if (is_ohci_or_uhci(pdev) && companion->class == CL_EHCI) { in non_ehci_add()
255 if (dev->class == CL_EHCI) { in usb_hcd_pci_probe()
334 if (dev->class == CL_EHCI) { in usb_hcd_pci_remove()
504 if (pci_dev->class == CL_EHCI && msg.event != PM_EVENT_AUTO_RESUME) in resume_common()