Home
last modified time | relevance | path

Searched refs:usb_host_endpoint (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/usb/host/
H A Dxhci-mtk.h111 struct usb_host_endpoint *ep;
188 struct usb_host_endpoint *ep);
190 struct usb_host_endpoint *ep);
H A Dxhci-sideband.c147 struct usb_host_endpoint *host_ep) in xhci_sideband_add_endpoint()
195 struct usb_host_endpoint *host_ep) in xhci_sideband_remove_endpoint()
216 struct usb_host_endpoint *host_ep) in xhci_sideband_stop_endpoint()
246 struct usb_host_endpoint *host_ep) in xhci_sideband_get_endpoint_buffer()
H A Dxhci-mtk-sch.c75 decode_ep(struct usb_host_endpoint *ep, enum usb_device_speed speed) in decode_ep()
128 struct usb_host_endpoint *ep) in get_bw_info()
247 struct usb_host_endpoint *ep, struct xhci_ep_ctx *ep_ctx) in create_sch_ep()
860 struct usb_host_endpoint *ep) in need_bw_sch()
911 struct usb_host_endpoint *ep) in add_ep_quirk()
951 struct usb_host_endpoint *ep) in drop_ep_quirk()
984 struct usb_host_endpoint *ep = sch_ep->ep; in xhci_mtk_check_bandwidth()
1028 struct usb_host_endpoint *ep) in xhci_mtk_add_ep()
1043 struct usb_host_endpoint *ep) in xhci_mtk_drop_ep()
H A Dsl811.h169 struct usb_host_endpoint *hep;
H A Dr8a66597-hcd.c531 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) in r8a66597_get_pipenum()
796 struct usb_host_endpoint *hep, in enable_r8a66597_pipe()
934 struct usb_host_endpoint *hep, in init_pipe_info()
1857 struct usb_host_endpoint *hep) in r8a66597_make_td()
1887 struct usb_host_endpoint *hep = urb->ep; in r8a66597_urb_enqueue()
1978 struct usb_host_endpoint *hep) in r8a66597_endpoint_disable()
H A Disp116x-hcd.c691 struct usb_host_endpoint *hep = urb->ep; in isp116x_urb_enqueue()
840 struct usb_host_endpoint *hep; in isp116x_urb_dequeue()
874 struct usb_host_endpoint *hep) in isp116x_endpoint_disable()
H A Dsl811-hcd.c808 struct usb_host_endpoint *hep = urb->ep; in sl811h_urb_enqueue()
964 struct usb_host_endpoint *hep; in sl811h_urb_dequeue()
1032 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in sl811h_endpoint_disable()
/linux/drivers/usb/storage/
H A Duas-detect.h29 struct usb_host_endpoint *eps[]) in uas_find_endpoints()
31 struct usb_host_endpoint *endpoint = alt->endpoint; in uas_find_endpoints()
59 struct usb_host_endpoint *eps[4] = { }; in uas_use_uas_driver()
/linux/include/linux/
H A Dusb.h69 struct usb_host_endpoint { struct
94 struct usb_host_endpoint *endpoint; argument
678 struct usb_host_endpoint ep0;
687 struct usb_host_endpoint *ep_in[16];
688 struct usb_host_endpoint *ep_out[16];
898 struct usb_host_endpoint **eps, unsigned int num_eps,
903 struct usb_host_endpoint **eps, unsigned int num_eps,
1645 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */
2052 static inline struct usb_host_endpoint *
2055 struct usb_host_endpoint **eps; in usb_pipe_endpoint()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c112 struct usb_host_endpoint { struct
147 struct usb_host_endpoint _10; in f()
/linux/drivers/usb/core/
H A Dusb.c221 static const struct usb_host_endpoint *usb_find_endpoint( in usb_find_endpoint()
225 const struct usb_host_endpoint *ep; in usb_find_endpoint()
250 const struct usb_host_endpoint *ep; in usb_check_bulk_endpoints()
276 const struct usb_host_endpoint *ep; in usb_check_int_endpoints()
1127 const struct usb_host_endpoint *ep) in usb_endpoint_max_periodic_payload()
1158 const struct usb_host_endpoint *ep) in usb_endpoint_is_hs_isoc_double()
H A Durb.c205 const struct usb_host_endpoint *ep; in usb_pipe_type_check()
371 struct usb_host_endpoint *ep; in usb_submit_urb()
H A Dmessage.c377 struct usb_host_endpoint *ep; in usb_bulk_msg()
426 struct usb_host_endpoint *ep; in usb_bulk_msg_killable()
1346 struct usb_host_endpoint *ep; in usb_disable_endpoint()
1380 struct usb_host_endpoint *ep; in usb_reset_endpoint()
1513 void usb_enable_endpoint(struct usb_device *dev, struct usb_host_endpoint *ep, in usb_enable_endpoint()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.h110 struct usb_host_endpoint *ep);
/linux/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); in usbhsh_pipe_detach()
371 struct usb_host_endpoint *ep = urb->ep; in usbhsh_endpoint_attach()
406 struct usb_host_endpoint *ep) in usbhsh_endpoint_detach()
955 struct usb_host_endpoint *ep = urb->ep; in usbhsh_urb_enqueue()
1048 struct usb_host_endpoint *ep) in usbhsh_endpoint_disable()
/linux/Documentation/driver-api/usb/
H A Dbulk-streams.rst34 struct usb_host_endpoint **eps, unsigned int num_eps,
79 struct usb_host_endpoint **eps, unsigned int num_eps,
/linux/drivers/usb/musb/
H A Dmusb_host.h17 struct usb_host_endpoint *hep; /* usbcore info */
/linux/drivers/usb/dwc2/
H A Dhcd.h706 struct usb_host_endpoint *ep) in dwc2_hcd_is_bandwidth_allocated()
717 struct usb_host_endpoint *ep) in dwc2_hcd_get_ep_bandwidth()
/linux/drivers/usb/usbip/
H A Dstub_rx.c339 struct usb_host_endpoint *ep; in get_pipe()
403 struct usb_host_endpoint *ep; in masking_bogus_flags()
/linux/include/linux/usb/
H A Dusbnet.h36 struct usb_host_endpoint *status;
/linux/drivers/bluetooth/
H A Dbfusb.c632 struct usb_host_endpoint *bulk_out_ep; in bfusb_probe()
633 struct usb_host_endpoint *bulk_in_ep; in bfusb_probe()
/linux/drivers/hid/
H A Dhid-thrustmaster.c154 struct usb_host_endpoint *ep; in thrustmaster_interrupts()
H A Dhid-u2fzero.c274 struct usb_host_endpoint *ep; in u2fzero_fill_in_urb()
/linux/sound/usb/
H A Dmidi2.c425 struct usb_host_endpoint *hostep, in create_midi2_endpoint()
495 static void *find_usb_ms_endpoint_descriptor(struct usb_host_endpoint *hostep, in find_usb_ms_endpoint_descriptor()
655 struct usb_host_endpoint *hostep; in parse_midi_2_0_endpoints()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h507 struct usb_host_endpoint *ep;

123