Searched refs:ignore_oc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | uhci-hcd.c | 62 static bool ignore_oc; variable 63 module_param(ignore_oc, bool, S_IRUGO); 64 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications"); 275 if (ignore_oc || uhci_is_aspeed(uhci)) in resume_detect_interrupts_are_broken() 873 ignore_oc ? ", overcurrent ignored" : ""); in uhci_hcd_init()
|
D | uhci-hub.c | 68 if (ignore_oc) in get_hub_status_data() 283 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
|
D | ehci-hcd.c | 88 static bool ignore_oc; variable 89 module_param (ignore_oc, bool, S_IRUGO); 90 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications"); 641 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
|
D | oxu210hp-hcd.c | 225 static bool ignore_oc; variable 226 module_param(ignore_oc, bool, S_IRUGO); 227 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications"); 2731 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run() 3080 if (!ignore_oc) in oxu_hub_status_data() 3236 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
|
D | ehci-hub.c | 644 if (!ignore_oc) in ehci_hub_status_data() 1014 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4578 uhci-hcd.ignore_oc=
|