Home
last modified time | relevance | path

Searched refs:usb_host_virt_endpoint (Results 1 – 13 of 13) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h102 struct usb_host_virt_endpoint struct
201 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hcd.h190 struct usb_host_virt_endpoint *ep);
225 void hcd_ops_endpoint_disable(struct usb_host_virt_dev *udev, struct usb_host_virt_endpoint *ep);
A Dusb_gen_hcd.c736 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()
A Dusb_core_config.c93 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()
A Dusb_msg.c399 static void usb_enable_endpoint(struct usb_host_virt_dev *dev, struct usb_host_virt_endpoint *ep) in usb_enable_endpoint()
A Dusb_gen_hub.c2068 struct usb_host_virt_endpoint *ep; in usb_disable_endpoint()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h57 struct usb_host_virt_endpoint *ep;
817 void ehci_endpoint_disable (struct hc_gen_dev *hcd, struct usb_host_virt_endpoint *ep);
A Dehci-hcd.c987 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()
A Dehci-q.c158 struct usb_host_virt_endpoint *ep) in ehci_clear_tt_buffer_complete()
A Dehci-sched.c1153 struct usb_host_virt_endpoint *ep; in iso_stream_find()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_driver.c131 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()
A Duvc_video.c994 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/
A Duvcvideo.h414 extern struct usb_host_virt_endpoint *uvc_find_endpoint(

Completed in 49 milliseconds