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

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_compat_linux.c403 struct usb_host_endpoint *uhe; local
430 uhe = urb->endpoint;
437 if (uhe->bsd_xfer[0] ||
438 uhe->bsd_xfer[1]) {
441 TAILQ_INSERT_TAIL(&uhe->bsd_urb_list, urb, bsd_urb_list);
445 usbd_transfer_start(uhe->bsd_xfer[0]);
446 usbd_transfer_start(uhe->bsd_xfer[1]);
494 struct usb_host_endpoint *uhe; local
512 uhe = urb->endpoint;
517 TAILQ_REMOVE(&uhe
557 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) argument
654 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
777 usb_setup_endpoint(struct usb_device *dev, struct usb_host_endpoint *uhe, usb_size_t bufsize) argument
1035 struct usb_host_endpoint *uhe; local
1201 struct usb_host_endpoint *uhe; local
1292 struct usb_host_endpoint *uhe; local
1354 struct usb_host_endpoint *uhe = usbd_xfer_softc(xfer); local
1530 struct usb_host_endpoint *uhe = usbd_xfer_softc(xfer); local
1686 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
1708 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...]
H A Dusb_compat_linux.h274 int usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe);
281 struct usb_host_endpoint *uhe, usb_frlength_t bufsize);

Completed in 107 milliseconds