Lines Matching defs:sign
194 static void bandwidth_dbg(struct ehci_hcd *ehci, int sign, char *type,
200 (sign >= 0 ? "reserve" : "release"), type,
207 struct ehci_qh *qh, int sign)
220 bandwidth_dbg(ehci, sign, "intr", &qh->ps);
222 if (sign < 0) { /* Release bandwidth */
254 if (sign > 0)
1302 struct ehci_iso_stream *stream, int sign)
1316 bandwidth_dbg(ehci, sign, "iso", &stream->ps);
1318 if (sign < 0) { /* Release bandwidth */
1352 if (sign > 0)