Home
last modified time | relevance | path

Searched refs:usbh_hubport (Results 1 – 25 of 46) sorted by relevance

12

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h72 struct usbh_hubport;
75 int (*connect)(struct usbh_hubport *hport, uint8_t intf);
76 int (*disconnect)(struct usbh_hubport *hport, uint8_t intf);
101 struct usbh_hubport { struct
136 struct usbh_hubport child[CONFIG_USBHOST_MAX_EHPORTS]; argument
137 struct usbh_hubport *parent;
174 struct usbh_hubport *hport, in usbh_control_urb_fill()
193 struct usbh_hubport *hport, in usbh_bulk_urb_fill()
212 struct usbh_hubport *hport, in usbh_int_urb_fill()
275 int usbh_set_interface(struct usbh_hubport *hport, uint8_t intf, uint8_t altsetting);
[all …]
A Dusbh_core.c86 static int usbh_free_devaddr(struct usbh_hubport *hport) in usbh_free_devaddr()
278 static void usbh_print_hubport_info(struct usbh_hubport *hport) in usbh_print_hubport_info()
361 int usbh_enumerate(struct usbh_hubport *hport) in usbh_enumerate()
629 void usbh_hubport_release(struct usbh_hubport *hport) in usbh_hubport_release()
775 int usbh_set_interface(struct usbh_hubport *hport, uint8_t intf, uint8_t altsetting) in usbh_set_interface()
790 struct usbh_hubport *hport; in usbh_list_all_interface_name()
821 struct usbh_hubport *hport; in usbh_list_all_interface_driver()
856 struct usbh_hubport *hport; in usbh_list_all_interface_desc()
888 struct usbh_hubport *hport; in usbh_list_all_hubport()
946 struct usbh_hubport *usbh_find_hubport(uint8_t busid, uint8_t hub_index, uint8_t hub_port) in usbh_find_hubport()
[all …]
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.h12 struct usbh_hubport *hport;
29 int usbh_aoa_switch(struct usbh_hubport *hport, struct aoa_string_info *info);
A Dusbh_aoa.c19 int usbh_aoa_switch(struct usbh_hubport *hport, struct aoa_string_info *info) in usbh_aoa_switch()
198 static int usbh_aoa_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_aoa_connect()
230 static int usbh_aoa_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_aoa_disconnect()
/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c35 static int usbh_xxx_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_xxx_connect()
50 static int usbh_xxx_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_xxx_disconnect()
A Dusbh_xxx.h7 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c107 static int usbh_cdc_acm_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_cdc_acm_connect()
174 static int usbh_cdc_acm_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_cdc_acm_disconnect()
233 static int usbh_cdc_data_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_cdc_data_connect()
240 static int usbh_cdc_data_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_cdc_data_disconnect()
A Dusbh_cdc_ecm.h12 struct usbh_hubport *hport;
A Dusbh_cdc_ncm.h12 struct usbh_hubport *hport;
A Dusbh_cdc_acm.h12 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c41 int usbh_xbox_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_xbox_connect()
73 int usbh_xbox_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_xbox_disconnect()
A Dusbh_xbox.h10 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c25 extern int usbh_enumerate(struct usbh_hubport *hport);
26 extern void usbh_hubport_release(struct usbh_hubport *hport);
314 static int usbh_hub_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_hub_connect()
428 static int usbh_hub_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_hub_disconnect()
430 struct usbh_hubport *child; in usbh_hub_disconnect()
462 struct usbh_hubport *child; in usbh_hub_events()
614 memset(child, 0, sizeof(struct usbh_hubport)); in usbh_hub_events()
709 struct usbh_hubport *hport; in usbh_hub_deinitialize()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.h12 struct usbh_hubport *hport;
A Dusbh_bluetooth.h17 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.h13 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.h28 struct usbh_hubport *hport;
A Dusbh_ch34x.h44 struct usbh_hubport *hport;
A Dusbh_cp210x.h41 struct usbh_hubport *hport;
A Dusbh_ftdi.h62 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.h12 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/common/
A Dusb_hc.h39 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.h39 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h10 struct usbh_hubport *hport;
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c362 static int usbh_video_ctrl_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_video_ctrl_connect()
472 static int usbh_video_ctrl_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_video_ctrl_disconnect()
497 static int usbh_video_streaming_connect(struct usbh_hubport *hport, uint8_t intf) in usbh_video_streaming_connect()
504 static int usbh_video_streaming_disconnect(struct usbh_hubport *hport, uint8_t intf) in usbh_video_streaming_disconnect()

Completed in 30 milliseconds

12