Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/
HDusb_compat_linux.h234 struct usb_host_endpoint *endpoint; /* (in) pipe pointer */
274 int usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe);
275 int usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *ep,
281 struct usb_host_endpoint *uhe, usb_frlength_t bufsize);
283 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
303 struct usb_host_endpoint *, void *, int, usb_complete_t, void *);
304 int usb_bulk_msg(struct usb_device *, struct usb_host_endpoint *,
HDusb_device.h68 struct usb_host_endpoint { struct
81 struct usb_host_endpoint *endpoint; argument
264 struct usb_host_endpoint ep0;
267 struct usb_host_endpoint *linux_endpoint_start;
268 struct usb_host_endpoint *linux_endpoint_end;
HDusb_compat_linux.c403 struct usb_host_endpoint *uhe; in usb_submit_urb()
494 struct usb_host_endpoint *uhe; in usb_unlink_urb_sub()
557 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) in usb_clear_halt()
654 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, in usb_control_msg()
778 struct usb_host_endpoint *uhe, usb_size_t bufsize) in usb_setup_endpoint()
871 struct usb_host_endpoint *p_uhe = NULL; in usb_linux_create_usb_device()
1032 struct usb_host_endpoint *
1035 struct usb_host_endpoint *uhe; in usb_find_host_endpoint()
1036 struct usb_host_endpoint *uhe_end; in usb_find_host_endpoint()
1201 struct usb_host_endpoint *uhe; in usb_linux_free_device()
[all …]