Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 11 of 11) sorted by relevance

/components/legacy/usb/usbdevice/class/
A Dmstorage.c216 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _send_status()
284 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _inquiry_cmd()
327 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _request_sense()
363 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _mode_sense_6()
408 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _read_capacities()
453 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _read_capacity()
493 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _read_10()
531 data->ep_out->request.req_type = UIO_REQUEST_READ_FULL; in _write_10()
600 data->ep_out->request.req_type = UIO_REQUEST_READ_FULL; in _ep_in_handler()
648 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _ep_in_handler()
[all …]
A Decm.c218 eps->ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _cdc_send_notifi()
305 ecm_device->eps.ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _ep_out_handler()
399 ecm_eth_dev->eps.ep_out->request.req_type = UIO_REQUEST_READ_BEST; in rt_ecm_eth_rx()
448 ecm_eth_dev->eps.ep_in->request.req_type = UIO_REQUEST_WRITE; in rt_ecm_eth_tx()
491 eps->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _function_enable()
A Dwinusb.c240 winusb_device->ep_out->request.req_type = UIO_REQUEST_READ_FULL; in win_usb_read()
254 winusb_device->ep_in->request.req_type = UIO_REQUEST_WRITE; in win_usb_write()
A Dcdc_vcom.c306 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _ep_in_handler()
351 data->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _ep_out_handler()
512 data->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _function_enable()
920 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in vcom_tx_thread_entry()
A Dhid.c418 data->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _ep_out_handler()
543 data->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _function_enable()
613 hiddev->ep_in->request.req_type = UIO_REQUEST_WRITE; in _hid_write()
A Drndis.c306 device->eps.ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _rndis_response_available()
815 ((rt_rndis_eth_t)func->user_data)->eps.ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _rndis_get_encapsulated_response()
920 eps->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _ep_out_handler()
961 eps->ep_out->request.req_type = UIO_REQUEST_READ_BEST; in _function_enable()
1152 device->eps.ep_out->request.req_type = UIO_REQUEST_READ_BEST; in rt_rndis_eth_rx()
1224 device->eps.ep_in->request.req_type = UIO_REQUEST_WRITE; in rt_rndis_eth_tx()
A Daudio_speaker.c360 speaker.ep->request.req_type = UIO_REQUEST_READ_FULL; in _audio_start()
383 speaker.ep->request.req_type = UIO_REQUEST_READ_FULL; in _ep_data_handler()
A Daudio_mic.c360 mic.ep->request.req_type = UIO_REQUEST_WRITE; in _record_start()
382 mic.ep->request.req_type = UIO_REQUEST_WRITE; in _ep_data_in_handler()
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.c131 uint8_t req_type, uint8_t request, uint16_t value, uint16_t index, in usbh_pl2303_do() argument
141 setup->bmRequestType = req_type; in usbh_pl2303_do()
/components/drivers/include/drivers/
A Dusb_device.h112 UIO_REQUEST_TYPE req_type; member
/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c857 if(ep->request.req_type == UIO_REQUEST_READ_BEST) in _data_notify()
1762 switch(req->req_type) in rt_usbd_io_request()

Completed in 45 milliseconds