Searched refs:usb_host_virt_endpoint (Results 1 – 13 of 13) sorted by relevance
102 struct usb_host_virt_endpoint struct201 struct usb_host_virt_endpoint ep0;202 struct usb_host_virt_endpoint *ep_in[16]; /* 找到ep的快速通道 */203 struct usb_host_virt_endpoint *ep_out[16]; /* 找到ep的快速通道 */292 struct usb_host_virt_endpoint *ep; /* (internal) pointer to endpoint */465 struct usb_host_virt_endpoint *endpoint; //有desc.bNumEndpoint个584 struct usb_host_virt_endpoint *ep; in usb_maxpacket()
190 struct usb_host_virt_endpoint *ep);225 void hcd_ops_endpoint_disable(struct usb_host_virt_dev *udev, struct usb_host_virt_endpoint *ep);
736 struct usb_host_virt_endpoint *ep = NULL; in hcd_ops_submit_urb()881 struct usb_host_virt_endpoint *ep = NULL; in hcd_ops_unlink_urb()1086 void hcd_ops_endpoint_disable(struct usb_host_virt_dev *udev, struct usb_host_virt_endpoint *ep) in hcd_ops_endpoint_disable()
93 struct usb_host_virt_endpoint *endpoint = NULL; in _usb_parse_endpoint_desc()248 len = sizeof(struct usb_host_virt_endpoint) * num_ep; in _usb_parse_interface_desc()
399 static void usb_enable_endpoint(struct usb_host_virt_dev *dev, struct usb_host_virt_endpoint *ep) in usb_enable_endpoint()
2068 struct usb_host_virt_endpoint *ep; in usb_disable_endpoint()
57 struct usb_host_virt_endpoint *ep;817 void ehci_endpoint_disable (struct hc_gen_dev *hcd, struct usb_host_virt_endpoint *ep);
987 void ehci_endpoint_disable (struct hc_gen_dev *hcd, struct usb_host_virt_endpoint *ep) in ehci_endpoint_disable()1062 ehci_endpoint_reset(struct hc_gen_dev *hcd, struct usb_host_virt_endpoint *ep) in ehci_endpoint_reset()
158 struct usb_host_virt_endpoint *ep) in ehci_clear_tt_buffer_complete()
1153 struct usb_host_virt_endpoint *ep; in iso_stream_find()
131 struct usb_host_virt_endpoint *uvc_find_endpoint(struct usb_host_virt_interface *alts, __u8 epaddr) in uvc_find_endpoint()133 struct usb_host_virt_endpoint *ep; in uvc_find_endpoint()537 struct usb_host_virt_endpoint *ep = &alts->endpoint[i]; in uvc_parse_streaming()717 struct usb_host_virt_endpoint *ep; in uvc_parse_streaming()
994 struct usb_host_virt_endpoint *ep, /*gfp_t*/__s32 gfp_flags) in uvc_init_video_isoc()1051 struct usb_host_virt_endpoint *ep, /*gfp_t*/__s32 gfp_flags) in uvc_init_video_bulk()1105 struct usb_host_virt_endpoint *ep; in uvc_init_video()1116 struct usb_host_virt_endpoint *best_ep = NULL; in uvc_init_video()
414 extern struct usb_host_virt_endpoint *uvc_find_endpoint(
Completed in 49 milliseconds