Searched refs:usb_host_endpoint (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 240 struct usb_host_endpoint *endpoint; /* (in) pipe pointer */ 287 int usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe); 288 int usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *ep, 294 struct usb_host_endpoint *uhe, usb_frlength_t bufsize, uint32_t packets); 296 struct usb_host_endpoint *uhe, usb_frlength_t bufsize); 298 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev, 318 struct usb_host_endpoint *, void *, int, usb_complete_t, void *); 319 int usb_bulk_msg(struct usb_device *, struct usb_host_endpoint *,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.h | 57 * leaf structure, "usb_host_endpoint", first, and the root structure, 63 struct usb_host_endpoint { struct 76 struct usb_host_endpoint *endpoint; 272 struct usb_host_endpoint ep0; 275 struct usb_host_endpoint *linux_endpoint_start; 276 struct usb_host_endpoint *linux_endpoint_end;
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 393 struct usb_host_endpoint *uhe; in usb_submit_urb() 486 struct usb_host_endpoint *uhe; in usb_unlink_urb_sub() 550 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) in usb_clear_halt() 647 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, in usb_control_msg() 771 struct usb_host_endpoint *uhe, usb_size_t bufsize, uint32_t packets) in usb_setup_endpoint_agg() 861 struct usb_host_endpoint *uhe, usb_size_t bufsize) in usb_setup_endpoint() 882 struct usb_host_endpoint *p_uhe = NULL; in usb_linux_create_usb_device() 1004 struct usb_host_endpoint *p_uhe = NULL; in usb_create_usb_device() 1167 struct usb_host_endpoint * 1170 struct usb_host_endpoint *uh in usb_find_host_endpoint() [all...] |
Completed in 6 milliseconds