Home
last modified time | relevance | path

Searched refs:clear_stall (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h116 void (*clear_stall) (struct usb_device *udev, struct usb_endpoint *ep); member
Dusb_device.c345 if (methods->clear_stall != NULL) { in usb_init_endpoint()
347 (methods->clear_stall) (udev, ep); in usb_init_endpoint()
970 (udev->bus->methods->clear_stall) (udev, ep); in usbd_set_endpoint_stall()
Dusb_transfer.c2695 (udev->bus->methods->clear_stall) (udev, ep); in usbd_pipe_start()
3114 (udev->bus->methods->clear_stall != NULL) && in usbd_clear_stall_locked()
3116 (udev->bus->methods->clear_stall) (udev, ep); in usbd_clear_stall_locked()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c4295 .clear_stall = xhci_ep_clear_stall,