Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.c61 static bool ignore_oc; variable
62 module_param(ignore_oc, bool, S_IRUGO);
63 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications");
274 if (ignore_oc || uhci_is_aspeed(uhci)) in resume_detect_interrupts_are_broken()
878 ignore_oc ? ", overcurrent ignored" : ""); in uhci_hcd_init()
Duhci-hub.c68 if (ignore_oc) in get_hub_status_data()
283 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
Dehci-hcd.c101 static bool ignore_oc; variable
102 module_param (ignore_oc, bool, S_IRUGO);
103 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications");
654 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
Doxu210hp-hcd.c238 static bool ignore_oc; variable
239 module_param(ignore_oc, bool, S_IRUGO);
240 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications");
2744 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run()
3093 if (!ignore_oc) in oxu_hub_status_data()
3249 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
Dehci-hub.c649 if (!ignore_oc) in ehci_hub_status_data()
1019 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()