Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-platform.c290 ehci->spurious_oc = 1; in ehci_platform_probe()
339 if (pdata->spurious_oc) in ehci_platform_probe()
340 ehci->spurious_oc = 1; in ehci_platform_probe()
Dehci-hub.c646 if (!ignore_oc && !ehci->spurious_oc) in ehci_hub_status_data()
885 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
Dehci.h222 unsigned spurious_oc:1; member
Dehci-hcd.c664 (ignore_oc || ehci->spurious_oc) ? ", overcurrent ignored" : ""); in ehci_run()