Home
last modified time | relevance | path

Searched refs:did_stall (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_controller.h111 void (*set_stall) (struct usb_device *udev, struct usb_endpoint *ep, uint8_t *did_stall);
H A Dusb_transfer.c2659 uint8_t did_stall; in usbd_pipe_start() local
2661 did_stall = 1; in usbd_pipe_start()
2665 udev, ep, &did_stall); in usbd_pipe_start()
2679 if (did_stall) { in usbd_pipe_start()
2686 DPRINTFN(1, "did_stall\n"); in usbd_pipe_start()

Completed in 5 milliseconds