Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/usb/
H A Dusb_controller.h39 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.h208 struct usb_endpoint ctrl_ep; /* Control Endpoint 0 */
210 struct usb_endpoint *endpoints;
212 struct usb_endpoint endpoints[USB_MAX_EP_UNITS];
223 struct usb_endpoint *ep_curr; /* current clear stall endpoint */
319 struct usb_endpoint *ep, uint8_t do_stall);
326 struct usb_endpoint *usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep);
345 void uhub_tt_buffer_reset_async_locked(struct usb_device *, struct usb_endpoint *);
H A Dusb_debug.h56 struct usb_endpoint;
61 void usb_dump_queue(struct usb_endpoint *ep);
62 void usb_dump_endpoint(struct usb_endpoint *ep);
H A Dusb_transfer.h139 struct usb_endpoint *ep);
141 struct usb_endpoint *ep);
H A Dusbdi.h34 struct usb_endpoint;
138 struct usb_endpoint { struct
572 struct usb_endpoint *usbd_get_endpoint(struct usb_device *udev, uint8_t iface_index,
574 struct usb_endpoint *usbd_get_ep_by_addr(struct usb_device *udev, uint8_t ea_val);
585 struct usb_endpoint *ep, uint8_t ep_mode);
587 struct usb_endpoint *ep);
H A Dusb_device.c93 struct usb_endpoint *);
307 struct usb_endpoint *
310 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr()
360 struct usb_endpoint *
364 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint()
502 struct usb_endpoint *ep) in usb_init_endpoint()
553 struct usb_endpoint *
556 struct usb_endpoint *ep_end; in usb_endpoint_foreach()
821 struct usb_endpoint *ep; in usb_config_parse()
1194 struct usb_endpoint *ep; in usb_reset_iface_endpoints()
[all …]
H A Dusb_debug.c173 usb_dump_queue(struct usb_endpoint *ep) in usb_dump_queue()
192 usb_dump_endpoint(struct usb_endpoint *ep) in usb_dump_endpoint()
H A Dusb_util.c213 struct usb_endpoint *ep; in usb_check_request()
H A Dusb_core.h139 struct usb_endpoint *endpoint; /* our USB endpoint */
H A Dusb_transfer.c994 struct usb_endpoint *ep; in usbd_transfer_setup()
1910 struct usb_endpoint *ep; in usbd_pipe_enter()
1985 struct usb_endpoint *ep; in usbd_transfer_stop()
2667 struct usb_endpoint *ep = xfer->endpoint; in usbd_transfer_start_cb()
2802 struct usb_endpoint *ep; in usbd_pipe_start()
2963 struct usb_endpoint *ep; in usbd_callback_wrapper_sub()
3294 usbd_clear_stall_locked(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_stall_locked()
3314 usbd_clear_data_toggle(struct usb_device *udev, struct usb_endpoint *ep) in usbd_clear_data_toggle()
H A Dusb_generic.c152 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_transfer_setup()
186 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open()
245 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_write()
314 struct usb_endpoint *ep = usb_fifo_softc(f); in ugen_open_pipe_read()
1025 struct usb_endpoint *ep; in usb_fs_open()
1149 struct usb_endpoint *ep; in usb_fs_clear_stall_sync()
1876 struct usb_endpoint *ep; in ugen_get_endpoint_desc()
H A Dusb_dev.c112 static struct usb_endpoint *usb_dev_get_ep(struct usb_device *, uint8_t,
404 struct usb_endpoint *ep; in usb_fifo_create()
638 static struct usb_endpoint *
641 struct usb_endpoint *ep; in usb_dev_get_ep()
H A Dusb_request.c229 struct usb_endpoint *ep; in usb_do_clear_stall_callback()
230 struct usb_endpoint *ep_end; in usb_do_clear_stall_callback()
231 struct usb_endpoint *ep_first; in usb_do_clear_stall_callback()
H A Dusb_handle_request.c406 struct usb_endpoint *ep; in usb_handle_get_stall()
H A Dusb_hub.c259 uhub_tt_buffer_reset_async_locked(struct usb_device *child, struct usb_endpoint *ep) in uhub_tt_buffer_reset_async_locked()
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c164 struct usb_endpoint *ep, *ep_end; in rtwn_usb_setup_endpoints()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1104 struct usb_endpoint *ep, uint8_t *did_stall) in atmegadci_set_stall()
1185 atmegadci_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in atmegadci_clear_stall()
2038 struct usb_endpoint *ep) in atmegadci_ep_init()
H A Davr32dci.c1078 struct usb_endpoint *pipe, uint8_t *did_stall) in avr32dci_set_stall()
1160 avr32dci_clear_stall(struct usb_device *udev, struct usb_endpoint *pipe) in avr32dci_clear_stall()
1999 struct usb_endpoint *pipe) in avr32dci_ep_init()
H A Duss820dci.c1248 struct usb_endpoint *ep, uint8_t *did_stall) in uss820dci_set_stall()
1335 uss820dci_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in uss820dci_clear_stall()
2314 struct usb_endpoint *ep) in uss820dci_ep_init()
H A Dxhci.c3035 xhci_device_generic_multi_enter(struct usb_endpoint *ep, in xhci_device_generic_multi_enter()
3992 struct usb_endpoint *ep) in xhci_ep_init()
4030 xhci_ep_uninit(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_uninit()
4076 xhci_ep_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in xhci_ep_clear_stall()
4372 xhci_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep, in xhci_set_endpoint_mode()
H A Dmusb_otg.c2834 struct usb_endpoint *ep, uint8_t *did_stall) in musbotg_set_stall()
3010 musbotg_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in musbotg_clear_stall()
4125 struct usb_endpoint *ep) in musbotg_ep_init()
H A Ddwc_otg.c3650 struct usb_endpoint *ep, uint8_t *did_stall) in dwc_otg_set_stall()
3767 dwc_otg_clear_stall(struct usb_device *udev, struct usb_endpoint *ep) in dwc_otg_clear_stall()
4879 struct usb_endpoint *ep) in dwc_otg_ep_init()
H A Dohci.c2503 struct usb_endpoint *ep) in ohci_ep_init()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c735 struct usb_endpoint *ep; in usbhid_fill_device_info()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c558 struct usb_endpoint *ep; in usb_clear_halt()

12