Home
last modified time | relevance | path

Searched refs:usb_endpoint_descriptor (Results 1 – 9 of 9) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h390 struct usb_endpoint_descriptor { struct
475 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out()
481 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk()
487 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control()
493 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int()
499 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc()
505 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in()
510 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_out()
515 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_in()
520 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_out()
[all …]
A Dusb_host_common.h104 struct usb_endpoint_descriptor desc;
/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c54 static struct usb_endpoint_descriptor demo_ep_bulk_out = {
63 static struct usb_endpoint_descriptor demo_ep_bulk_in = {
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A Dusb_msc.c725 struct usb_endpoint_descriptor *ep = NULL; in CreatePipes()
726 struct usb_endpoint_descriptor *ep_in = NULL; in CreatePipes()
727 struct usb_endpoint_descriptor *ep_out = NULL; in CreatePipes()
728 struct usb_endpoint_descriptor *ep_int = NULL; in CreatePipes()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/
A DHid.c395 struct usb_endpoint_descriptor *ep = NULL; in HidCreatePipes()
396 struct usb_endpoint_descriptor *ep_int = NULL; in HidCreatePipes()
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h390 struct usb_endpoint_descriptor { struct
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c92 struct usb_endpoint_descriptor *d = NULL; in _usb_parse_endpoint_desc()
95 d = (struct usb_endpoint_descriptor *) buffer; in _usb_parse_endpoint_desc()
A Dusb_gen_hub.c2428 static int _hub_config(struct usb_hub *hub, struct usb_endpoint_descriptor *endpoint) in _hub_config()
2820 struct usb_endpoint_descriptor *endpoint = NULL; in hub_probe()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_video.c82 static __inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)

Completed in 49 milliseconds