Searched refs:usb_host_endpoint (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 242 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/sys/dev/usb/ |
H A D | usb_device.h | 69 struct usb_host_endpoint { struct 82 struct usb_host_endpoint *endpoint; argument 278 struct usb_host_endpoint ep0; 281 struct usb_host_endpoint *linux_endpoint_start; 282 struct usb_host_endpoint *linux_endpoint_end;
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 403 struct usb_host_endpoint *uhe; in usb_submit_urb() 494 struct usb_host_endpoint *uhe; in usb_unlink_urb_sub() 555 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) in usb_clear_halt() 652 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, in usb_control_msg() 774 struct usb_host_endpoint *uhe, usb_size_t bufsize) in usb_setup_endpoint() 866 struct usb_host_endpoint *p_uhe = NULL; in usb_linux_create_usb_device() 1017 struct usb_host_endpoint * 1020 struct usb_host_endpoint *uhe; in usb_find_host_endpoint() 1021 struct usb_host_endpoint *uhe_end; in usb_find_host_endpoint() 1188 struct usb_host_endpoint *uhe; in usb_linux_free_device() [all …]
|