Searched refs:ignore_oc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hub.c66 if (ignore_oc)
279 if ((status & USBPORTSC_OCC) && !ignore_oc)
H A 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)
978 ignore_oc ? ", overcurrent ignored" : "");
H A 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");
735 ignore_oc ? ", overcurrent ignored" : "");
H A Dehci-hub.c636 if (!ignore_oc)
842 if ((temp & PORT_OCC) && !ignore_oc){
H A 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");
2731 ignore_oc ? ", overcurrent ignored" : "");
3077 if (!ignore_oc)
3226 if ((temp & PORT_OCC) && !ignore_oc)

Completed in 80 milliseconds