Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dehci_pdriver.h39 unsigned spurious_oc:1; member
/linux-6.3-rc2/drivers/usb/host/
A Dehci-platform.c287 ehci->spurious_oc = 1; in ehci_platform_probe()
336 if (pdata->spurious_oc) in ehci_platform_probe()
337 ehci->spurious_oc = 1; in ehci_platform_probe()
A Dehci-hub.c646 if (!ignore_oc && !ehci->spurious_oc) in ehci_hub_status_data()
878 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
A Dehci.h221 unsigned spurious_oc:1; member
A Dehci-hcd.c664 (ignore_oc || ehci->spurious_oc) ? ", overcurrent ignored" : ""); in ehci_run()

Completed in 12 milliseconds