Lines Matching refs:cbi
76 * - Command/Bulk/Interrupt (CBI)
77 * - Command/Bulk/Interrupt with Command Completion Interrupt (CBI with CCI)
98 * - CBI
99 * - CBI_I (in addition to functions from CBI)
201 SDT_PROBE_DEFINE3(usb, umass, cbi, state,
205 SDT_PROBE_DEFINE2(usb, umass, cbi, reset,
252 "CBI Command",
253 "CBI Data",
254 "CBI Status",
255 "CBI Data bulk-in/-out clear stall",
256 "CBI Status intr-in clear stall",
257 "CBI Reset",
258 "CBI bulk-in clear stall",
259 "CBI bulk-out clear stall",
302 /* CBI related functions */
468 sWire = "CBI";
471 sWire = "CBI with CCI";
610 * Open the intr-in pipe if the protocol is CBI with CCI.
1602 * Command/Bulk/Interrupt (CBI) specific functions
1660 DPRINTFM(UDMASS_CBI, "sc %#jx: CBI Reset", (uintptr_t)sc, 0, 0, 0);
1673 * 2.2 of the CBI spec).
1714 * Do a CBI transfer with cmdlen bytes from cmd, possibly
1782 * State handling for CBI transfers.
1785 DPRINTFM(UDMASS_CBI, "sc %#jx: Handling CBI state %jd, xfer=%#jx, ...",
1791 /***** CBI Transfer *****/
1987 printf("%s: CBI bulk-%s stall clear failed, %s\n",
2000 printf("%s: CBI intr-in stall clear failed, %s\n",
2009 /***** CBI Reset *****/
2012 printf("%s: CBI reset failed, %s\n",
2022 printf("%s: CBI bulk-in stall clear failed, %s\n",
2033 printf("%s: CBI bulk-out stall clear failed, %s\n",