Searched refs:usb_host_endpoint (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c94 *struct usb_host_endpoint {
112 struct usb_host_endpoint { struct
147 struct usb_host_endpoint _10;
/linux-master/drivers/usb/storage/
H A Duas-detect.h29 struct usb_host_endpoint *eps[])
31 struct usb_host_endpoint *endpoint = alt->endpoint;
59 struct usb_host_endpoint *eps[4] = { };
/linux-master/drivers/usb/host/
H A Dxhci-mtk.h79 * @ep: address of usb_host_endpoint struct
109 struct usb_host_endpoint *ep;
186 struct usb_host_endpoint *ep);
188 struct usb_host_endpoint *ep);
H A Dxhci-mtk-sch.c75 decode_ep(struct usb_host_endpoint *ep, enum usb_device_speed speed)
128 struct usb_host_endpoint *ep)
248 struct usb_host_endpoint *ep, struct xhci_ep_ctx *ep_ctx)
861 struct usb_host_endpoint *ep)
912 struct usb_host_endpoint *ep)
952 struct usb_host_endpoint *ep)
985 struct usb_host_endpoint *ep = sch_ep->ep;
1029 struct usb_host_endpoint *ep)
1044 struct usb_host_endpoint *ep)
H A Dsl811.h169 struct usb_host_endpoint *hep;
H A Dxhci-mem.c1193 struct usb_host_endpoint *ep)
1222 struct usb_host_endpoint *ep, unsigned int desc_interval,
1240 struct usb_host_endpoint *ep)
1250 struct usb_host_endpoint *ep)
1265 struct usb_host_endpoint *ep)
1319 struct usb_host_endpoint *ep)
1328 struct usb_host_endpoint *ep)
1342 static u32 xhci_get_endpoint_type(struct usb_host_endpoint *ep)
1366 struct usb_host_endpoint *ep)
1397 struct usb_host_endpoint *e
[all...]
H A Dxhci.h1671 struct usb_host_endpoint *ep);
1673 struct usb_host_endpoint *ep);
1778 void xhci_endpoint_zero(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, struct usb_host_endpoint *ep);
1795 struct usb_device *udev, struct usb_host_endpoint *ep,
1856 struct usb_host_endpoint *ep);
1858 struct usb_host_endpoint *ep);
/linux-master/include/linux/usb/
H A Dhcd.h59 struct usb_host_endpoint *completing_ep;
303 struct usb_host_endpoint *ep);
308 struct usb_host_endpoint *ep);
327 struct usb_host_endpoint *);
336 struct usb_host_endpoint **eps, unsigned int num_eps,
342 struct usb_host_endpoint **eps, unsigned int num_eps,
352 * in usb_host_endpoint. A call to xhci_add_endpoint() followed by a
357 struct usb_host_endpoint *);
360 struct usb_host_endpoint *);
415 struct usb_host_endpoint *e
[all...]
H A Dusbnet.h35 struct usb_host_endpoint *status;
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.h110 struct usb_host_endpoint *ep);
H A Dc67x00-sched.c32 struct usb_host_endpoint *hep;
233 struct usb_host_endpoint *hep = urb->ep;
285 static int c67x00_ep_data_free(struct usb_host_endpoint *hep)
305 void c67x00_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep)
/linux-master/drivers/usb/core/
H A Dendpoint.c150 struct usb_host_endpoint *endpoint,
183 void usb_remove_ep_devs(struct usb_host_endpoint *endpoint)
H A Dusb.h20 struct usb_host_endpoint *endpoint,
22 extern void usb_remove_ep_devs(struct usb_host_endpoint *endpoint);
25 struct usb_host_endpoint *ep, bool reset_toggle);
H A Dusb.c212 * usb_host_endpoint structure in an interface's current altsetting.
218 * Return: Pointer to the usb_host_endpoint if found, %NULL otherwise.
220 static const struct usb_host_endpoint *usb_find_endpoint(
224 const struct usb_host_endpoint *ep;
249 const struct usb_host_endpoint *ep;
275 const struct usb_host_endpoint *ep;
H A Durb.c206 const struct usb_host_endpoint *ep;
372 struct usb_host_endpoint *ep;
H A Dconfig.c52 int cfgno, int inum, int asnum, struct usb_host_endpoint *ep,
73 int inum, int asnum, struct usb_host_endpoint *ep,
262 struct usb_host_endpoint *endpoint;
570 len = sizeof(struct usb_host_endpoint) * num_ep;
/linux-master/include/linux/
H A Dusb.h50 * struct usb_host_endpoint - host-side endpoint descriptor and queue
66 struct usb_host_endpoint { struct
90 struct usb_host_endpoint *endpoint;
668 struct usb_host_endpoint ep0;
677 struct usb_host_endpoint *ep_in[16];
678 struct usb_host_endpoint *ep_out[16];
866 struct usb_host_endpoint **eps, unsigned int num_eps,
871 struct usb_host_endpoint **eps, unsigned int num_eps,
1607 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */
2000 static inline struct usb_host_endpoint *
[all...]
/linux-master/drivers/usb/musb/
H A Dmusb_host.h15 /* stored in "usb_host_endpoint.hcpriv" for scheduled endpoints */
17 struct usb_host_endpoint *hep; /* usbcore info */
/linux-master/drivers/media/usb/usbtv/
H A Dusbtv-core.c74 struct usb_host_endpoint *ep;
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h578 struct usb_host_endpoint *int_ep;
793 struct usb_host_endpoint *uvc_find_endpoint(struct usb_host_interface *alts,
795 u16 uvc_endpoint_max_bpi(struct usb_device *dev, struct usb_host_endpoint *ep);
H A Duvc_status.c256 struct usb_host_endpoint *ep = dev->int_ep;
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c77 struct usb_host_endpoint *ep;
345 struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep);
371 struct usb_host_endpoint *ep = urb->ep;
406 struct usb_host_endpoint *ep)
955 struct usb_host_endpoint *ep = urb->ep;
1048 struct usb_host_endpoint *ep)
/linux-master/drivers/usb/dwc2/
H A Dhcd.h706 struct usb_host_endpoint *ep)
717 struct usb_host_endpoint *ep)
/linux-master/drivers/usb/misc/
H A Dusbtest.c129 struct usb_host_endpoint **in,
130 struct usb_host_endpoint **out,
131 struct usb_host_endpoint *e)
147 struct usb_host_endpoint *in, *out;
148 struct usb_host_endpoint *iso_in, *iso_out;
149 struct usb_host_endpoint *int_in, *int_out;
168 struct usb_host_endpoint *e;
344 struct usb_host_endpoint *ep;
352 struct usb_host_endpoint *ep = usb_pipe_endpoint(udev, pipe);
/linux-master/drivers/bluetooth/
H A Dbfusb.c602 struct usb_host_endpoint *bulk_out_ep;
603 struct usb_host_endpoint *bulk_in_ep;

Completed in 766 milliseconds

1234