Searched refs:ignore_oc (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | uhci-hcd.c | 62 static int ignore_oc; variable 63 module_param(ignore_oc, bool, S_IRUGO); 64 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications"); 205 if (ignore_oc) in resume_detect_interrupts_are_broken() 957 ignore_oc ? ", overcurrent ignored" : ""); in uhci_hcd_init()
|
D | ehci-hcd.c | 100 static int ignore_oc = 0; variable 101 module_param (ignore_oc, bool, S_IRUGO); 102 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications"); 628 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
|
D | uhci-hub.c | 66 if (ignore_oc) in get_hub_status_data() 279 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
|
D | ehci-hub.c | 482 if (!ignore_oc) in ehci_hub_status_data() 674 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
|
D | oxu210hp-hcd.c | 238 static int ignore_oc; variable 239 module_param(ignore_oc, bool, S_IRUGO); 240 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications"); 2766 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run() 3115 if (!ignore_oc) in oxu_hub_status_data() 3271 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
|