Searched refs:ignore_oc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | uhci-hub.c | 68 if (ignore_oc) in get_hub_status_data() 283 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
|
H A D | ehci-hcd.c | 90 static bool ignore_oc; variable 91 module_param (ignore_oc, bool, S_IRUGO); 92 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications"); 664 (ignore_oc || ehci->spurious_oc) ? ", overcurrent ignored" : ""); in ehci_run()
|
H A D | ehci-hub.c | 646 if (!ignore_oc && !ehci->spurious_oc) in ehci_hub_status_data() 886 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
|
H A D | oxu210hp-hcd.c | 665 static bool ignore_oc; variable 666 module_param(ignore_oc, bool, S_IRUGO); 667 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications"); 3166 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run() 3513 if (!ignore_oc) in oxu_hub_status_data() 3669 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6747 uhci-hcd.ignore_oc=
|