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.h115 void (*clear_stall) (struct usb_device *udev, struct usb_endpoint *ep); member
Dusb_device.c344 if (methods->clear_stall != NULL) { in usb_init_endpoint()
346 (methods->clear_stall) (udev, ep); in usb_init_endpoint()
969 (udev->bus->methods->clear_stall) (udev, ep); in usbd_set_endpoint_stall()
Dusb_transfer.c2697 (udev->bus->methods->clear_stall) (udev, ep); in usbd_pipe_start()
3116 (udev->bus->methods->clear_stall != NULL) && in usbd_clear_stall_locked()
3118 (udev->bus->methods->clear_stall) (udev, ep); in usbd_clear_stall_locked()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c4294 .clear_stall = xhci_ep_clear_stall,