Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_controller.h115 void (*clear_stall) (struct usb_device *udev, struct usb_endpoint *ep); member
H A Dusb_device.c536 if (methods->clear_stall != NULL) { in usb_init_endpoint()
538 (methods->clear_stall) (udev, ep); in usb_init_endpoint()
1177 (udev->bus->methods->clear_stall) (udev, ep); in usbd_set_endpoint_stall()
H A Dusb_transfer.c2876 (udev->bus->methods->clear_stall) (udev, ep); in usbd_pipe_start()
3303 udev->bus->methods->clear_stall != NULL && in usbd_clear_stall_locked()
3305 (udev->bus->methods->clear_stall) (udev, ep); in usbd_clear_stall_locked()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c2087 .clear_stall = &atmegadci_clear_stall,
H A Davr32dci.c2049 .clear_stall = &avr32dci_clear_stall,
H A Duss820dci.c2376 .clear_stall = &uss820dci_clear_stall,
H A Dmusb_otg.c4184 .clear_stall = &musbotg_clear_stall,
H A Ddwc_otg.c4962 .clear_stall = &dwc_otg_clear_stall,
H A Dxhci.c4493 .clear_stall = xhci_ep_clear_stall,