Lines Matching defs:enable
195 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable)
198 label, label[0] ? " " : "", enable,
199 (enable & STS_IAA) ? " IAA" : "",
200 (enable & STS_FATAL) ? " FATAL" : "",
201 (enable & STS_FLR) ? " FLR" : "",
202 (enable & STS_PCD) ? " PCD" : "",
203 (enable & STS_ERR) ? " ERR" : "",
204 (enable & STS_INT) ? " INT" : "");
1072 /* Don't enable anything if the controller isn't running (e.g., died) */
1351 * the event; otherwise re-enable it.
1377 fotg210_dbg(fotg210, "Failed to enable port %d on root hub TT\n",
2679 /* by default, enable interrupt on urb completion */
2902 /* move qh (and its qtds) onto async queue; maybe enable queue. */
3537 /* maybe enable periodic schedule processing */
5611 dev_err(dev, "failed to enable PCLK\n");