Searched refs:halted (Results 1 – 4 of 4) sorted by relevance
121 unsigned int halted[2]; member390 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep)))391 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep)))392 #define usb_endpoint_halted(dev, ep, out) ((dev)->halted[out] & (1 << (ep)))
126 int halted; member356 ep->halted = 1; in max3420_ep_set_halt()361 ep->halted = 0; in max3420_ep_set_halt()514 if (ep->halted) in max3420_getstatus()
65 board with ``init``, and must be done while the CPU is halted. For a more
426 - Fix USB3 crash "WARN halted endpoint, queueing URB anyway."
Completed in 15 milliseconds