Searched refs:ignore_oc (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | uhci-hub.c | 67 if (ignore_oc) get_hub_status_data() 282 if ((status & USBPORTSC_OCC) && !ignore_oc) uhci_hub_control()
|
H A D | uhci-hcd.c | 61 static bool ignore_oc; variable 62 module_param(ignore_oc, bool, S_IRUGO); 63 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications"); 270 if (ignore_oc) resume_detect_interrupts_are_broken() 870 ignore_oc ? ", overcurrent ignored" : ""); uhci_hcd_init()
|
H A D | ehci-hcd.c | 101 static bool ignore_oc = 0; variable 102 module_param (ignore_oc, bool, S_IRUGO); 103 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications"); 641 ignore_oc ? ", overcurrent ignored" : ""); ehci_run()
|
H A D | ehci-hub.c | 636 if (!ignore_oc) ehci_hub_status_data() 998 if ((temp & PORT_OCC) && !ignore_oc){ ehci_hub_control()
|
H A D | oxu210hp-hcd.c | 238 static bool ignore_oc; variable 239 module_param(ignore_oc, bool, S_IRUGO); 240 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications"); 2758 ignore_oc ? ", overcurrent ignored" : ""); oxu_run() 3107 if (!ignore_oc) oxu_hub_status_data() 3263 if ((temp & PORT_OCC) && !ignore_oc) oxu_hub_control()
|
Completed in 147 milliseconds