Searched defs:uhe (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c404 struct usb_host_endpoint *uhe; local
495 struct usb_host_endpoint *uhe; local
558 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) argument
655 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, uint8_t request, uint8_t requesttype, uint16_t value, uint16_t index, void *data, uint16_t size, usb_timeout_t timeout) argument
776 usb_setup_endpoint(struct usb_device *dev, struct usb_host_endpoint *uhe, usb_size_t bufsize) argument
1027 struct usb_host_endpoint *uhe; local
1193 struct usb_host_endpoint *uhe; local
1284 struct usb_host_endpoint *uhe; local
1346 struct usb_host_endpoint *uhe = usbd_xfer_softc(xfer); local
1522 struct usb_host_endpoint *uhe = usbd_xfer_softc(xfer); local
1678 usb_fill_bulk_urb(struct urb *urb, struct usb_device *udev, struct usb_host_endpoint *uhe, void *buf, int length, usb_complete_t callback, void *arg) argument
1700 usb_bulk_msg(struct usb_device *udev, struct usb_host_endpoint *uhe, void *data, int len, uint16_t *pactlen, usb_timeout_t timeout) argument
[all...]

Completed in 54 milliseconds