Home
last modified time | relevance | path

Searched refs:set_endpoint_mode (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h151 usb_error_t (*set_endpoint_mode) (struct usb_device *, struct usb_endpoint *, uint8_t); member
Dusb_device.c2804 if (udev->bus->methods->set_endpoint_mode != NULL) { in usbd_set_endpoint_mode()
2805 error = (udev->bus->methods->set_endpoint_mode) ( in usbd_set_endpoint_mode()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c4327 .set_endpoint_mode = xhci_set_endpoint_mode,