Searched refs:usb_endpoint (Results 1 – 18 of 18) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_controller.h | 39 struct usb_endpoint; 61 struct usb_endpoint_descriptor *, struct usb_endpoint *); 111 void (*set_stall) (struct usb_device *udev, struct usb_endpoint *ep, uint8_t *did_stall); 115 void (*clear_stall) (struct usb_device *udev, struct usb_endpoint *ep); 127 void (*endpoint_uninit) (struct usb_device *, struct usb_endpoint *); 149 usb_error_t (*set_endpoint_mode) (struct usb_device *, struct usb_endpoint *, uint8_t);
|
D | usb_device.h | 202 struct usb_endpoint ctrl_ep; /* Control Endpoint 0 */ 204 struct usb_endpoint *endpoints; 206 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; 217 struct usb_endpoint *ep_curr; /* current clear stall endpoint */ 313 struct usb_endpoint *ep, uint8_t do_stall); 320 struct usb_endpoint *usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep); 340 void uhub_tt_buffer_reset_async_locked(struct usb_device *, struct usb_endpoint *);
|
D | usb_debug.h | 74 struct usb_endpoint; 79 void usb_dump_queue(struct usb_endpoint *ep); 80 void usb_dump_endpoint(struct usb_endpoint *ep);
|
D | usb_device.c | 41 struct usb_endpoint *); 115 struct usb_endpoint * 118 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr() 119 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_ep_by_addr() 168 struct usb_endpoint * 172 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint() 173 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_endpoint() 310 struct usb_endpoint *ep) in usb_init_endpoint() 361 struct usb_endpoint * 362 usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep) in usb_endpoint_foreach() [all …]
|
D | usbdi.h | 34 struct usb_endpoint; 132 struct usb_endpoint { struct 524 struct usb_endpoint *usbd_get_endpoint(struct usb_device *udev, uint8_t iface_index, 526 struct usb_endpoint *usbd_get_ep_by_addr(struct usb_device *udev, uint8_t ea_val); 537 struct usb_endpoint *ep, uint8_t ep_mode); 539 struct usb_endpoint *ep);
|
D | usb_transfer.h | 141 struct usb_endpoint *ep); 143 struct usb_endpoint *ep);
|
D | usb_debug.c | 89 usb_dump_queue(struct usb_endpoint *ep) in usb_dump_queue() 108 usb_dump_endpoint(struct usb_endpoint *ep) in usb_dump_endpoint()
|
D | usb_transfer.c | 864 struct usb_endpoint *ep; in usbd_transfer_setup() 1779 struct usb_endpoint *ep; in usbd_pipe_enter() 1854 struct usb_endpoint *ep; in usbd_transfer_stop() 2541 struct usb_endpoint *ep = xfer->endpoint; in usbd_transfer_start_cb() 2623 struct usb_endpoint *ep; in usbd_pipe_start() 2773 struct usb_endpoint *ep; in usbd_callback_wrapper_sub() 3109 usbd_clear_stall_locked(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_stall_locked() 3129 usbd_clear_data_toggle(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_data_toggle()
|
D | usb_core.h | 139 struct usb_endpoint *endpoint; /* our USB endpoint */
|
D | usb_util.c | 202 struct usb_endpoint *ep; in usb_check_request()
|
D | usb_generic.c | 89 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_transfer_setup() 123 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open() 180 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_write() 249 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_read() 1331 struct usb_endpoint *ep; in ugen_ioctl() 1697 struct usb_endpoint *ep; in ugen_get_endpoint_desc()
|
D | usb_dev.c | 52 static struct usb_endpoint *usb_dev_get_ep(struct usb_device *, uint8_t, 334 struct usb_endpoint *ep = NULL; in usb_fifo_create() 563 static struct usb_endpoint * 566 struct usb_endpoint *ep = NULL; in usb_dev_get_ep()
|
D | usb_request.c | 197 struct usb_endpoint *ep; in usb_do_clear_stall_callback() 198 struct usb_endpoint *ep_end; in usb_do_clear_stall_callback() 199 struct usb_endpoint *ep_first; in usb_do_clear_stall_callback()
|
D | usb_handle_request.c | 363 struct usb_endpoint *ep; in usb_handle_get_stall()
|
D | usb_hub.c | 252 uhub_tt_buffer_reset_async_locked(struct usb_device *child, struct usb_endpoint *ep) in uhub_tt_buffer_reset_async_locked()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3055 xhci_device_generic_multi_enter(struct usb_endpoint *ep, in xhci_device_generic_multi_enter() 3948 struct usb_endpoint *ep) in xhci_ep_init() 3971 xhci_ep_uninit(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_uninit() 3977 xhci_ep_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_clear_stall() 4262 xhci_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep, in xhci_set_endpoint_mode()
|
D | ehci.c | 3695 struct usb_endpoint *ep)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 553 struct usb_endpoint *ep; in usb_clear_halt()
|