Home
last modified time | relevance | path

Searched refs:ignore_oc (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-hcd.c62 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()
H A Duhci-hub.c68 if (ignore_oc) in get_hub_status_data()
283 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
H A Dehci-hcd.c89 static bool ignore_oc; variable
90 module_param (ignore_oc, bool, S_IRUGO);
91 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications");
663 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
H A Doxu210hp-hcd.c665 static bool ignore_oc; variable
666 module_param(ignore_oc, bool, S_IRUGO);
667 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications");
3165 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run()
3512 if (!ignore_oc) in oxu_hub_status_data()
3668 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
H A Dehci-hub.c646 if (!ignore_oc) in ehci_hub_status_data()
1016 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5715 uhci-hcd.ignore_oc=