Searched refs:usb_host_endpoint (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| 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-12-stable/sys/dev/usb/ |
| D | usb_device.h | 70 struct usb_host_endpoint { struct 83 struct usb_host_endpoint *endpoint; argument 279 struct usb_host_endpoint ep0; 282 struct usb_host_endpoint *linux_endpoint_start; 283 struct usb_host_endpoint *linux_endpoint_end;
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/src/ |
| D | linux_usb.c | 404 struct usb_host_endpoint *uhe; in usb_submit_urb() 495 struct usb_host_endpoint *uhe; in usb_unlink_urb_sub() 558 usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe) in usb_clear_halt() 655 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, in usb_control_msg() 777 struct usb_host_endpoint *uhe, usb_size_t bufsize) in usb_setup_endpoint() 870 struct usb_host_endpoint *p_uhe = NULL; in usb_linux_create_usb_device() 1024 struct usb_host_endpoint * 1027 struct usb_host_endpoint *uhe; in usb_find_host_endpoint() 1028 struct usb_host_endpoint *uhe_end; in usb_find_host_endpoint() 1193 struct usb_host_endpoint *uhe; in usb_linux_free_device() [all …]
|