| /components/drivers/usb/cherryusb/class/hid/ |
| A D | usbh_hid.c | 55 struct usb_setup_packet *setup; in usbh_hid_get_report_descriptor() 73 struct usb_setup_packet *setup; in usbh_hid_set_idle() 91 struct usb_setup_packet *setup; in usbh_hid_get_idle() 115 struct usb_setup_packet *setup; in usbh_hid_set_protocol() 133 struct usb_setup_packet *setup; in usbh_hid_get_protocol() 157 struct usb_setup_packet *setup; in usbh_hid_set_report() 175 struct usb_setup_packet *setup; in usbh_hid_get_report()
|
| A D | usbd_hid.c | 9 static int hid_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8… in hid_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.c | 61 struct usb_setup_packet *setup; in _usbh_hub_get_hub_descriptor() 83 struct usb_setup_packet *setup; in _usbh_hub_get_hub_ss_descriptor() 106 struct usb_setup_packet *setup; in _usbh_hub_get_portstatus() 127 struct usb_setup_packet *setup; in _usbh_hub_set_feature() 142 struct usb_setup_packet *setup; in _usbh_hub_clear_feature() 158 struct usb_setup_packet *setup; in _usbh_hub_set_depth() 221 struct usb_setup_packet roothub_setup; in usbh_hub_get_portstatus() 222 struct usb_setup_packet *setup; in usbh_hub_get_portstatus() 240 struct usb_setup_packet *setup; in usbh_hub_set_feature() 258 struct usb_setup_packet *setup; in usbh_hub_clear_feature() [all …]
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_hc.h | 43 struct usb_setup_packet *setup; 88 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
|
| /components/drivers/usb/cherryusb/class/vendor/serial/ |
| A D | usbh_cp210x.c | 45 struct usb_setup_packet *setup; in usbh_cp210x_enable() 63 struct usb_setup_packet *setup; in usbh_cp210x_set_flow() 83 struct usb_setup_packet *setup; in usbh_cp210x_set_chars() 105 struct usb_setup_packet *setup; in usbh_cp210x_set_baudrate() 124 struct usb_setup_packet *setup; in usbh_cp210x_set_data_format() 145 struct usb_setup_packet *setup; in usbh_cp210x_set_mhs()
|
| A D | usbh_ftdi.c | 132 struct usb_setup_packet *setup; in usbh_ftdi_reset() 150 struct usb_setup_packet *setup; in usbh_ftdi_set_modem() 168 struct usb_setup_packet *setup; in usbh_ftdi_set_baudrate() 216 struct usb_setup_packet *setup; in usbh_ftdi_set_data_format() 237 struct usb_setup_packet *setup; in usbh_ftdi_set_latency_timer() 255 struct usb_setup_packet *setup; in usbh_ftdi_set_flow_ctrl() 273 struct usb_setup_packet *setup; in usbh_ftdi_read_modem_status()
|
| A D | usbh_pl2303.c | 91 struct usb_setup_packet *setup = pl2303_class->hport->setup; in usbh_pl2303_get_chiptype() 134 struct usb_setup_packet *setup; in usbh_pl2303_do() 152 struct usb_setup_packet *setup; in usbh_pl2303_set_line_coding() 172 struct usb_setup_packet *setup; in usbh_pl2303_get_line_coding() 196 struct usb_setup_packet *setup; in usbh_pl2303_set_line_state() 236 struct usb_setup_packet *setup = pl2303_class->hport->setup; in usbh_pl2303_connect()
|
| A D | usbh_ch34x.c | 93 struct usb_setup_packet *setup; in usbh_ch34x_get_version() 118 struct usb_setup_packet *setup; in usbh_ch34x_flow_ctrl() 136 struct usb_setup_packet *setup; in usbh_ch34x_set_line_coding() 215 struct usb_setup_packet *setup; in usbh_ch34x_set_line_state()
|
| /components/drivers/usb/cherryusb/class/dfu/ |
| A D | usbd_dfu.c | 105 static void dfu_request_upload(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_upload() 107 struct usb_setup_packet *req = setup; in dfu_request_upload() 184 static void dfu_request_dnload(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_dnload() 187 struct usb_setup_packet *req = setup; in dfu_request_dnload() 289 static void dfu_request_getstatus(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_getstatus() 405 static void dfu_request_getstate(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_getstate() 431 static int dfu_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8… in dfu_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbd_core.c | 42 USB_MEM_ALIGNX struct usb_setup_packet setup; 96 static void usbd_print_setup(struct usb_setup_packet *setup) in usbd_print_setup() 580 static bool usbd_std_device_req_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t **da… 893 static int usbd_class_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t **data… 925 static int usbd_vendor_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t **dat… 1061 static bool usbd_setup_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t **dat… 1172 static void __usbd_event_ep0_setup_complete_handler(uint8_t busid, struct usb_setup_packet *setup) 1255 struct usb_setup_packet *setup = &g_usbd_core[busid].setup; 1268 struct usb_setup_packet *setup = &g_usbd_core[busid].setup; 1318 struct usb_setup_packet *setup = &g_usbd_core[busid].setup; [all …]
|
| A D | usbh_core.h | 115 struct usb_setup_packet *setup; 175 struct usb_setup_packet *setup, in usbh_control_urb_fill() 246 int usbh_control_transfer(struct usbh_hubport *hport, struct usb_setup_packet *setup, uint8_t *buff…
|
| A D | usbd_core.h | 56 typedef int (*usbd_request_handler)(uint8_t busid, struct usb_setup_packet *setup, uint8_t **data, …
|
| A D | usbh_core.c | 332 static void usbh_print_setup(struct usb_setup_packet *setup) in usbh_print_setup() 364 struct usb_setup_packet *setup; in usbh_enumerate() 373 …hport->setup = (struct usb_setup_packet *)&g_setup_buffer[hport->bus->busid][hport->parent->index … in usbh_enumerate() 711 int usbh_control_transfer(struct usbh_hubport *hport, struct usb_setup_packet *setup, uint8_t *buff… in usbh_control_transfer() 738 struct usb_setup_packet *setup = hport->setup; in usbh_get_string_desc() 777 struct usb_setup_packet *setup = hport->setup; in usbh_set_interface()
|
| /components/drivers/usb/cherryusb/class/template/ |
| A D | usbd_xxx.c | 4 static int xxx_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8… in xxx_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/cdc/ |
| A D | usbh_cdc_acm.c | 47 struct usb_setup_packet *setup; in usbh_cdc_acm_set_line_coding() 67 struct usb_setup_packet *setup; in usbh_cdc_acm_get_line_coding() 91 struct usb_setup_packet *setup; in usbh_cdc_acm_set_line_state()
|
| A D | usbd_cdc_acm.c | 12 static int cdc_acm_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, u… in cdc_acm_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/aoa/ |
| A D | usbh_aoa.c | 21 struct usb_setup_packet *setup; in usbh_aoa_switch() 134 struct usb_setup_packet *setup; in usbh_aoa_register_hid() 178 struct usb_setup_packet *setup; in usbh_aoa_send_hid_event()
|
| /components/drivers/usb/cherryusb/port/template/ |
| A D | usb_hc.c | 24 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control()
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbh_rndis.c | 44 struct usb_setup_packet *setup; in usbh_rndis_init_msg_transfer() 101 struct usb_setup_packet *setup; in usbh_rndis_query_msg_transfer() 157 struct usb_setup_packet *setup; in usbh_rndis_set_msg_transfer() 229 struct usb_setup_packet *setup; in usbh_rndis_keepalive()
|
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.c | 62 struct usb_setup_packet *setup; in usbh_video_get() 99 struct usb_setup_packet *setup; in usbh_video_set() 149 struct usb_setup_packet *setup; in usbh_video_open() 283 struct usb_setup_packet *setup; in usbh_video_close()
|
| A D | usbd_video.c | 31 static int usbd_video_control_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_… in usbd_video_control_request_handler() 73 static int usbd_video_control_unit_terminal_request_handler(uint8_t busid, struct usb_setup_packet … in usbd_video_control_unit_terminal_request_handler() 576 static int usbd_video_stream_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t… in usbd_video_stream_request_handler() 667 static int video_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, uin… in video_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/port/ohci/ |
| A D | usb_hc_ohci.h | 69 int ohci_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
|
| A D | usb_hc_ohci.c | 138 int ohci_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in ohci_roothub_control() 334 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control()
|
| /components/drivers/usb/cherryusb/class/audio/ |
| A D | usbd_audio.c | 22 static int audio_class_endpoint_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint… in audio_class_endpoint_request_handler() 58 static int audio_class_interface_request_handler(uint8_t busid, struct usb_setup_packet *setup, uin… in audio_class_interface_request_handler()
|
| A D | usbh_audio.c | 56 struct usb_setup_packet *setup; in usbh_audio_open() 139 struct usb_setup_packet *setup; in usbh_audio_close() 189 struct usb_setup_packet *setup; in usbh_audio_set_volume() 311 struct usb_setup_packet *setup; in usbh_audio_set_mute()
|