Searched refs:halted (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_handle_request.c403 uint8_t halted; local
411 halted = ep->is_stalled;
414 return (halted);
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c1114 int halted; local
1116 halted = adv_is_chip_halted(adv);
1117 if (halted == 0)
1131 if (halted == 0)
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dxhci.c836 uint8_t halted; local
852 /* check if error means halted */
853 halted = (status != XHCI_TRB_ERROR_SHORT_PKT &&
915 if (halted) {
916 halted = 0;
942 if (halted) {
1592 printf("%s: host controller halted\n",
3783 /* clear halted and running */
3813 /* check if halted is still cleared */

Completed in 130 milliseconds