Home
last modified time | relevance | path

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

12

/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c55 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 Dusbd_hid.c9 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 Dusbh_hub.c61 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 Dusb_hc.h43 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 Dusbh_cp210x.c45 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 Dusbh_ftdi.c132 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 Dusbh_pl2303.c91 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 Dusbh_ch34x.c93 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 Dusbd_dfu.c105 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 Dusbd_core.c42 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 Dusbh_core.h115 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 Dusbd_core.h56 typedef int (*usbd_request_handler)(uint8_t busid, struct usb_setup_packet *setup, uint8_t **data, …
A Dusbh_core.c332 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 Dusbd_xxx.c4 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 Dusbh_cdc_acm.c47 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 Dusbd_cdc_acm.c12 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 Dusbh_aoa.c21 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 Dusb_hc.c24 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 Dusbh_rndis.c44 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 Dusbh_video.c62 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 Dusbd_video.c31 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 Dusb_hc_ohci.h69 int ohci_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
A Dusb_hc_ohci.c138 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 Dusbd_audio.c22 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 Dusbh_audio.c56 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()

Completed in 31 milliseconds

12