/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 73 struct usb_host_endpoint *completing_ep; 316 struct usb_host_endpoint *ep); 321 struct usb_host_endpoint *ep); 340 struct usb_host_endpoint *); 349 struct usb_host_endpoint **eps, unsigned int num_eps, 355 struct usb_host_endpoint **eps, unsigned int num_eps, 370 struct usb_host_endpoint *); 373 struct usb_host_endpoint *); 424 struct usb_host_endpoint *ep) in hcd_periodic_completion_in_progress() 448 struct usb_host_endpoint *ep); [all …]
|
D | usbnet.h | 43 struct usb_host_endpoint *status;
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-mtk.h | 170 struct usb_host_endpoint *ep); 172 struct usb_host_endpoint *ep); 178 struct usb_device *udev, struct usb_host_endpoint *ep) in xhci_mtk_add_ep_quirk() 184 struct usb_device *udev, struct usb_host_endpoint *ep) in xhci_mtk_drop_ep_quirk()
|
D | imx21-hcd.h | 319 struct usb_host_endpoint *ep; 329 struct usb_host_endpoint *ep; 340 struct usb_host_endpoint *ep; 350 struct usb_host_endpoint *ep; 373 struct usb_host_endpoint *ep;
|
D | xhci-mtk-sch.c | 78 struct usb_host_endpoint *ep) in get_bw_index() 197 struct usb_host_endpoint *ep, struct xhci_ep_ctx *ep_ctx) in create_sch_ep() 629 static bool need_bw_sch(struct usb_host_endpoint *ep, in need_bw_sch() 684 struct usb_host_endpoint *ep) in xhci_mtk_add_ep_quirk() 730 struct usb_host_endpoint *ep) in xhci_mtk_drop_ep_quirk() 791 struct usb_host_endpoint *ep = sch_ep->ep; in xhci_mtk_check_bandwidth()
|
D | imx21-hcd.c | 352 struct usb_host_endpoint *ep) in alloc_dmem() 448 static void free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) in free_epdmem() 532 struct usb_host_endpoint *ep = etd->ep; in nonisoc_urb_completed_for_etd() 552 struct usb_host_endpoint *ep) in schedule_isoc_etds() 626 struct usb_host_endpoint *ep = etd->ep; in isoc_etd_done() 681 struct imx21 *imx21, struct usb_host_endpoint *ep) in alloc_isoc_ep() 727 struct usb_host_endpoint *ep, in imx21_hc_urb_enqueue_isoc() 1155 struct usb_host_endpoint *ep = urb->ep; in imx21_hc_urb_enqueue() 1252 struct usb_host_endpoint *ep; in imx21_hc_urb_dequeue() 1416 struct usb_host_endpoint *ep) in imx21_hc_endpoint_disable()
|
D | xhci-mem.c | 1243 struct usb_host_endpoint *ep) in xhci_parse_exponent_interval() 1272 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent() 1290 struct usb_host_endpoint *ep) in xhci_parse_microframe_interval() 1300 struct usb_host_endpoint *ep) in xhci_parse_frame_interval() 1315 struct usb_host_endpoint *ep) in xhci_get_endpoint_interval() 1369 struct usb_host_endpoint *ep) in xhci_get_endpoint_mult() 1378 struct usb_host_endpoint *ep) in xhci_get_endpoint_max_burst() 1392 static u32 xhci_get_endpoint_type(struct usb_host_endpoint *ep) in xhci_get_endpoint_type() 1416 struct usb_host_endpoint *ep) in xhci_get_max_esit_payload() 1446 struct usb_host_endpoint *ep, in xhci_endpoint_init() [all …]
|
D | sl811.h | 170 struct usb_host_endpoint *hep;
|
D | max3421-hcd.c | 166 struct usb_host_endpoint *ep; 642 struct usb_host_endpoint *ep; in max3421_select_and_start_urb() 775 struct usb_host_endpoint *ep; in max3421_check_unlink() 1157 struct usb_host_endpoint *ep; in dump_eps() 1576 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in max3421_endpoint_disable()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | uas-detect.h | 29 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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 67 struct usb_host_endpoint { struct 91 struct usb_host_endpoint *endpoint; argument 648 struct usb_host_endpoint ep0; 657 struct usb_host_endpoint *ep_in[16]; 658 struct usb_host_endpoint *ep_out[16]; 839 struct usb_host_endpoint **eps, unsigned int num_eps, 844 struct usb_host_endpoint **eps, unsigned int num_eps, 1582 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ 1976 static inline struct usb_host_endpoint * 1979 struct usb_host_endpoint **eps; in usb_pipe_endpoint() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | usb.h | 19 struct usb_host_endpoint *endpoint, 21 extern void usb_remove_ep_devs(struct usb_host_endpoint *endpoint); 24 struct usb_host_endpoint *ep, bool reset_toggle);
|
D | endpoint.c | 150 struct usb_host_endpoint *endpoint, in usb_create_ep_devs() 183 void usb_remove_ep_devs(struct usb_host_endpoint *endpoint) in usb_remove_ep_devs()
|
D | config.c | 52 int cfgno, int inum, int asnum, struct usb_host_endpoint *ep, in usb_parse_ssp_isoc_endpoint_companion() 73 int inum, int asnum, struct usb_host_endpoint *ep, in usb_parse_ss_endpoint_companion() 262 struct usb_host_endpoint *endpoint; in usb_parse_endpoint() 570 len = sizeof(struct usb_host_endpoint) * num_ep; in usb_parse_interface()
|
D | urb.c | 205 const struct usb_host_endpoint *ep; in usb_pipe_type_check() 371 struct usb_host_endpoint *ep; in usb_submit_urb()
|
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
D | c67x00-hcd.h | 110 struct usb_host_endpoint *ep);
|
D | c67x00-sched.c | 32 struct usb_host_endpoint *hep; 233 struct usb_host_endpoint *hep = urb->ep; in c67x00_ep_data_alloc() 285 static int c67x00_ep_data_free(struct usb_host_endpoint *hep) in c67x00_ep_data_free() 305 void c67x00_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in c67x00_endpoint_disable()
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 34 struct usb_host_endpoint **eps, unsigned int num_eps, 79 struct usb_host_endpoint **eps, unsigned int num_eps,
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 77 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()
|
/kernel/linux/linux-5.10/drivers/media/usb/usbtv/ |
D | usbtv-core.c | 74 struct usb_host_endpoint *ep; in usbtv_probe()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | musb_host.h | 17 struct usb_host_endpoint *hep; /* usbcore info */
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | hcd.h | 735 struct usb_host_endpoint *ep) in dwc2_hcd_is_bandwidth_allocated() 746 struct usb_host_endpoint *ep) in dwc2_hcd_get_ep_bandwidth()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usbtest.c | 129 struct usb_host_endpoint **in, in endpoint_update() 130 struct usb_host_endpoint **out, in endpoint_update() 131 struct usb_host_endpoint *e) in endpoint_update() 147 struct usb_host_endpoint *in, *out; in get_endpoints() 148 struct usb_host_endpoint *iso_in, *iso_out; in get_endpoints() 149 struct usb_host_endpoint *int_in, *int_out; in get_endpoints() 168 struct usb_host_endpoint *e; in get_endpoints() 344 struct usb_host_endpoint *ep; in get_maxpacket() 352 struct usb_host_endpoint *ep = usb_pipe_endpoint(udev, pipe); in ss_isoc_get_packet_num()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
D | uvcvideo.h | 670 struct usb_host_endpoint *int_ep; 869 struct usb_host_endpoint *uvc_find_endpoint(struct usb_host_interface *alts,
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
D | stub_rx.c | 330 struct usb_host_endpoint *ep; in get_pipe() 394 struct usb_host_endpoint *ep; in masking_bogus_flags()
|