Home
last modified time | relevance | path

Searched refs:usb_endpoint (Results 1 – 19 of 19) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_controller.h38 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);
H A Dusb_device.h198 struct usb_endpoint ctrl_ep; /* Control Endpoint 0 */
200 struct usb_endpoint *endpoints;
202 struct usb_endpoint endpoints[USB_MAX_EP_UNITS];
213 struct usb_endpoint *ep_curr; /* current clear stall endpoint */
309 struct usb_endpoint *ep, uint8_t do_stall);
316 struct usb_endpoint *usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep);
327 void uhub_tt_buffer_reset_async_locked(struct usb_device *, struct usb_endpoint *);
H A Dusb_debug.h53 struct usb_endpoint;
58 void usb_dump_queue(struct usb_endpoint *ep);
59 void usb_dump_endpoint(struct usb_endpoint *ep);
H A Dusb_device.c85 struct usb_endpoint *);
174 struct usb_endpoint *
177 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr()
228 struct usb_endpoint *
232 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint()
371 struct usb_endpoint *ep) in usb_init_endpoint()
422 struct usb_endpoint *
425 struct usb_endpoint *ep_end; in usb_endpoint_foreach()
690 struct usb_endpoint *ep; in usb_config_parse()
1050 struct usb_endpoint *ep; in usb_reset_iface_endpoints()
[all …]
H A Dusbdi.h34 struct usb_endpoint;
135 struct usb_endpoint { struct
484 struct usb_endpoint *usbd_get_endpoint(struct usb_device *udev, uint8_t iface_index,
486 struct usb_endpoint *usbd_get_ep_by_addr(struct usb_device *udev, uint8_t ea_val);
498 struct usb_endpoint *ep, uint8_t ep_mode);
500 struct usb_endpoint *ep);
H A Dusb_transfer.h243 struct usb_endpoint *ep);
245 struct usb_endpoint *ep);
H A Dusb_debug.c158 usb_dump_queue(struct usb_endpoint *ep) in usb_dump_queue()
178 usb_dump_endpoint(struct usb_endpoint *ep) in usb_dump_endpoint()
H A Dusb_generic.c140 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_transfer_setup()
175 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open()
231 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_write()
300 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_read()
868 struct usb_endpoint *ep; in ugen_check_request()
1397 struct usb_endpoint *ep; in ugen_ioctl()
1712 struct usb_endpoint *ep; in ugen_get_endpoint_desc()
H A Dusb_transfer.c894 struct usb_endpoint *ep; in usbd_transfer_setup()
1856 struct usb_endpoint *ep; in usbd_pipe_enter()
1931 struct usb_endpoint *ep; in usbd_transfer_stop()
2623 struct usb_endpoint *ep = xfer->endpoint; in usbd_transfer_start_cb()
2705 struct usb_endpoint *ep; in usbd_pipe_start()
2867 struct usb_endpoint *ep; in usbd_callback_wrapper_sub()
3176 usbd_clear_stall_locked(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_stall_locked()
3196 usbd_clear_data_toggle(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_data_toggle()
H A Dusb_core.h137 struct usb_endpoint *endpoint; /* our USB endpoint */
H A Dusb_dev.c103 static struct usb_endpoint *usb_dev_get_ep(struct usb_device *, uint8_t,
399 struct usb_endpoint *ep; in usb_fifo_create()
635 static struct usb_endpoint *
638 struct usb_endpoint *ep; in usb_dev_get_ep()
H A Dusb_request.c226 struct usb_endpoint *ep; in usb_do_clear_stall_callback()
227 struct usb_endpoint *ep_end; in usb_do_clear_stall_callback()
228 struct usb_endpoint *ep_first; in usb_do_clear_stall_callback()
H A Dusb_handle_request.c399 struct usb_endpoint *ep; in usb_handle_get_stall()
H A Dusb_hub.c288 uhub_tt_buffer_reset_async_locked(struct usb_device *child, struct usb_endpoint *ep) in uhub_tt_buffer_reset_async_locked()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c3092 xhci_device_generic_multi_enter(struct usb_endpoint *ep, in xhci_device_generic_multi_enter()
3997 struct usb_endpoint *ep) in xhci_ep_init()
4020 xhci_ep_uninit(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_uninit()
4026 xhci_ep_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_clear_stall()
4308 xhci_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep, in xhci_set_endpoint_mode()
H A Dohci.c2541 struct usb_endpoint *ep) in ohci_ep_init()
H A Duhci.c3026 struct usb_endpoint *ep) in uhci_ep_init()
H A Dehci.c3751 struct usb_endpoint *ep) in ehci_ep_init()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c3985 struct usb_endpoint *ep, *ep_end; in urtwn_dma_init()