Searched defs:ignore_oc (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Duhci-hcd.c61 static bool ignore_oc; variable
62 module_param(ignore_oc, bool, S_IRUGO);
63 MODULE_PARM_DESC(ignore_oc, "ignore hardware overcurrent indications");
270 if (ignore_oc)
870 ignore_oc ? ", overcurrent ignored" : "");
H A Dehci-hcd.c101 static bool ignore_oc = 0; variable
102 module_param (ignore_oc, bool, S_IRUGO);
103 MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications");
636 ignore_oc ? ", overcurrent ignored" : "");
H A Doxu210hp-hcd.c238 static bool ignore_oc; variable
239 module_param(ignore_oc, bool, S_IRUGO);
240 MODULE_PARM_DESC(ignore_oc, "ignore bogus hardware overcurrent indications");
2759 ignore_oc ? ", overcurrent ignored" : "");
3108 if (!ignore_oc)
3264 if ((temp & PORT_OCC) && !ignore_oc)

Completed in 101 milliseconds