Symbol: usb_endpoint
sys/bus/u4b/controller/ehci.c
3751
struct usb_endpoint *ep)
sys/bus/u4b/controller/ohci.c
2541
struct usb_endpoint *ep)
sys/bus/u4b/controller/uhci.c
3026
struct usb_endpoint *ep)
sys/bus/u4b/controller/xhci.c
3119
xhci_device_generic_multi_enter(struct usb_endpoint *ep,
sys/bus/u4b/controller/xhci.c
4087
struct usb_endpoint *ep)
sys/bus/u4b/controller/xhci.c
4121
xhci_ep_uninit(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/controller/xhci.c
4167
xhci_ep_clear_stall(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/controller/xhci.c
4455
xhci_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep,
sys/bus/u4b/usb_controller.h
111
void (*set_stall) (struct usb_device *udev, struct usb_endpoint *ep, uint8_t *did_stall);
sys/bus/u4b/usb_controller.h
115
void (*clear_stall) (struct usb_device *udev, struct usb_endpoint *ep);
sys/bus/u4b/usb_controller.h
127
void (*endpoint_uninit) (struct usb_device *, struct usb_endpoint *);
sys/bus/u4b/usb_controller.h
149
usb_error_t (*set_endpoint_mode) (struct usb_device *, struct usb_endpoint *, uint8_t);
sys/bus/u4b/usb_controller.h
38
struct usb_endpoint;
sys/bus/u4b/usb_controller.h
61
struct usb_endpoint_descriptor *, struct usb_endpoint *);
sys/bus/u4b/usb_core.h
137
struct usb_endpoint *endpoint; /* our USB endpoint */
sys/bus/u4b/usb_debug.c
158
usb_dump_queue(struct usb_endpoint *ep)
sys/bus/u4b/usb_debug.c
178
usb_dump_endpoint(struct usb_endpoint *ep)
sys/bus/u4b/usb_debug.h
55
struct usb_endpoint;
sys/bus/u4b/usb_debug.h
60
void usb_dump_queue(struct usb_endpoint *ep);
sys/bus/u4b/usb_debug.h
61
void usb_dump_endpoint(struct usb_endpoint *ep);
sys/bus/u4b/usb_dev.c
103
static struct usb_endpoint *usb_dev_get_ep(struct usb_device *, uint8_t,
sys/bus/u4b/usb_dev.c
399
struct usb_endpoint *ep;
sys/bus/u4b/usb_dev.c
635
static struct usb_endpoint *
sys/bus/u4b/usb_dev.c
638
struct usb_endpoint *ep;
sys/bus/u4b/usb_device.c
1052
struct usb_endpoint *ep;
sys/bus/u4b/usb_device.c
1053
struct usb_endpoint *ep_end;
sys/bus/u4b/usb_device.c
176
struct usb_endpoint *
sys/bus/u4b/usb_device.c
179
struct usb_endpoint *ep = udev->endpoints;
sys/bus/u4b/usb_device.c
180
struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
sys/bus/u4b/usb_device.c
230
struct usb_endpoint *
sys/bus/u4b/usb_device.c
234
struct usb_endpoint *ep = udev->endpoints;
sys/bus/u4b/usb_device.c
235
struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
sys/bus/u4b/usb_device.c
3009
usbd_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep,
sys/bus/u4b/usb_device.c
3036
usbd_get_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/usb_device.c
373
struct usb_endpoint *ep)
sys/bus/u4b/usb_device.c
424
struct usb_endpoint *
sys/bus/u4b/usb_device.c
425
usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/usb_device.c
427
struct usb_endpoint *ep_end;
sys/bus/u4b/usb_device.c
692
struct usb_endpoint *ep;
sys/bus/u4b/usb_device.c
87
struct usb_endpoint *);
sys/bus/u4b/usb_device.c
966
usbd_set_endpoint_stall(struct usb_device *udev, struct usb_endpoint *ep,
sys/bus/u4b/usb_device.h
199
struct usb_endpoint ctrl_ep; /* Control Endpoint 0 */
sys/bus/u4b/usb_device.h
201
struct usb_endpoint *endpoints;
sys/bus/u4b/usb_device.h
203
struct usb_endpoint endpoints[USB_MAX_EP_UNITS];
sys/bus/u4b/usb_device.h
214
struct usb_endpoint *ep_curr; /* current clear stall endpoint */
sys/bus/u4b/usb_device.h
310
struct usb_endpoint *ep, uint8_t do_stall);
sys/bus/u4b/usb_device.h
317
struct usb_endpoint *usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep);
sys/bus/u4b/usb_device.h
330
void uhub_tt_buffer_reset_async_locked(struct usb_device *, struct usb_endpoint *);
sys/bus/u4b/usb_generic.c
1397
struct usb_endpoint *ep;
sys/bus/u4b/usb_generic.c
140
struct usb_endpoint *ep = usb_fifo_softc(f);
sys/bus/u4b/usb_generic.c
1712
struct usb_endpoint *ep;
sys/bus/u4b/usb_generic.c
175
struct usb_endpoint *ep = usb_fifo_softc(f);
sys/bus/u4b/usb_generic.c
231
struct usb_endpoint *ep = usb_fifo_softc(f);
sys/bus/u4b/usb_generic.c
300
struct usb_endpoint *ep = usb_fifo_softc(f);
sys/bus/u4b/usb_generic.c
868
struct usb_endpoint *ep;
sys/bus/u4b/usb_handle_request.c
399
struct usb_endpoint *ep;
sys/bus/u4b/usb_hub.c
288
uhub_tt_buffer_reset_async_locked(struct usb_device *child, struct usb_endpoint *ep)
sys/bus/u4b/usb_request.c
226
struct usb_endpoint *ep;
sys/bus/u4b/usb_request.c
227
struct usb_endpoint *ep_end;
sys/bus/u4b/usb_request.c
228
struct usb_endpoint *ep_first;
sys/bus/u4b/usb_transfer.c
1856
struct usb_endpoint *ep;
sys/bus/u4b/usb_transfer.c
1931
struct usb_endpoint *ep;
sys/bus/u4b/usb_transfer.c
2623
struct usb_endpoint *ep = xfer->endpoint;
sys/bus/u4b/usb_transfer.c
2705
struct usb_endpoint *ep;
sys/bus/u4b/usb_transfer.c
2867
struct usb_endpoint *ep;
sys/bus/u4b/usb_transfer.c
3176
usbd_clear_stall_locked(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/usb_transfer.c
3196
usbd_clear_data_toggle(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/usb_transfer.c
3549
usb_reset_ep(struct usb_device *udev, struct usb_endpoint *ep)
sys/bus/u4b/usb_transfer.c
894
struct usb_endpoint *ep;
sys/bus/u4b/usb_transfer.h
243
struct usb_endpoint *ep);
sys/bus/u4b/usb_transfer.h
245
struct usb_endpoint *ep);
sys/bus/u4b/usb_transfer.h
254
int usb_reset_ep(struct usb_device *udev, struct usb_endpoint *ep);
sys/bus/u4b/usbdi.h
34
struct usb_endpoint;
sys/bus/u4b/usbdi.h
484
struct usb_endpoint *usbd_get_endpoint(struct usb_device *udev, uint8_t iface_index,
sys/bus/u4b/usbdi.h
486
struct usb_endpoint *usbd_get_ep_by_addr(struct usb_device *udev, uint8_t ea_val);
sys/bus/u4b/usbdi.h
498
struct usb_endpoint *ep, uint8_t ep_mode);
sys/bus/u4b/usbdi.h
500
struct usb_endpoint *ep);
sys/bus/u4b/uvc/uvc_drv.c
1313
struct usb_endpoint *pep = NULL;
sys/bus/u4b/wlan/if_urtwn.c
3987
struct usb_endpoint *ep, *ep_end;