Searched refs:req_type (Results 1 – 11 of 11) sorted by relevance
216 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 …]
218 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()
240 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()
306 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()
418 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()
306 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()
360 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()
360 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()
131 uint8_t req_type, uint8_t request, uint16_t value, uint16_t index, in usbh_pl2303_do() argument141 setup->bmRequestType = req_type; in usbh_pl2303_do()
112 UIO_REQUEST_TYPE req_type; member
857 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