Searched refs:ignore_oc (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
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"); 267 if (ignore_oc) in resume_detect_interrupts_are_broken() 864 ignore_oc ? ", overcurrent ignored" : ""); in uhci_hcd_init()
|
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-hcd.c | 114 static bool ignore_oc = 0; variable 115 module_param (ignore_oc, bool, S_IRUGO); 116 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications"); 801 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
|
D | ehci-hub.c | 577 if (!ignore_oc) in ehci_hub_status_data() 806 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
|
D | oxu210hp-hcd.c | 235 static bool ignore_oc; variable 236 module_param(ignore_oc, bool, S_IRUGO); 237 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications"); 2756 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run() 3104 if (!ignore_oc) in oxu_hub_status_data() 3260 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
|
/linux-3.4.99/Documentation/ |
D | kernel-parameters.txt | 2750 uhci-hcd.ignore_oc=
|