Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hcd.c62 static int ignore_oc; variable
63 module_param(ignore_oc, bool, S_IRUGO);
64 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications");
210 if (ignore_oc) in resume_detect_interrupts_are_broken()
979 ignore_oc ? ", overcurrent ignored" : ""); in uhci_hcd_init()
Duhci-hub.c66 if (ignore_oc) in get_hub_status_data()
279 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
Dehci-hcd.c106 static int ignore_oc = 0; variable
107 module_param (ignore_oc, bool, S_IRUGO);
108 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications");
747 ignore_oc ? ", overcurrent ignored" : ""); in ehci_run()
Dehci-hub.c658 if (!ignore_oc) in ehci_hub_status_data()
876 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
Doxu210hp-hcd.c236 static int ignore_oc; variable
237 module_param(ignore_oc, bool, S_IRUGO);
238 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications");
2753 ignore_oc ? ", overcurrent ignored" : ""); in oxu_run()
3101 if (!ignore_oc) in oxu_hub_status_data()
3257 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
/linux-2.6.39/Documentation/
Dkernel-parameters.txt2526 uhci-hcd.ignore_oc=