Searched refs:usb_host_endpoint (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h242 struct usb_host_endpoint *endpoint; /* (in) pipe pointer */
282 int usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe);
283 int usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *ep,
289 struct usb_host_endpoint *uhe, usb_frlength_t bufsize);
291 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
311 struct usb_host_endpoint *, void *, int, usb_complete_t, void *);
312 int usb_bulk_msg(struct usb_device *, struct usb_host_endpoint *,
/freebsd-current/sys/dev/usb/
H A Dusb_device.h63 * leaf structure, "usb_host_endpoint", first, and the root structure,
69 struct usb_host_endpoint { struct
82 struct usb_host_endpoint *endpoint;
278 struct usb_host_endpoint ep0;
281 struct usb_host_endpoint *linux_endpoint_start;
282 struct usb_host_endpoint *linux_endpoint_end;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c403 struct usb_host_endpoint *uhe;
494 struct usb_host_endpoint *uhe;
555 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe)
652 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe,
774 struct usb_host_endpoint *uhe, usb_size_t bufsize)
866 struct usb_host_endpoint *p_uhe = NULL;
1017 struct usb_host_endpoint *
1020 struct usb_host_endpoint *uhe;
1021 struct usb_host_endpoint *uhe_end;
1188 struct usb_host_endpoint *uh
[all...]

Completed in 180 milliseconds