Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dusb_device.h209 udcd_t dcd; member
246 udcd_t dcd; member
322 RT_ASSERT(dcd != RT_NULL); in dcd_set_address()
331 RT_ASSERT(dcd != RT_NULL); in dcd_set_config()
340 RT_ASSERT(dcd != RT_NULL); in dcd_ep_enable()
349 RT_ASSERT(dcd != RT_NULL); in dcd_ep_disable()
359 RT_ASSERT(dcd != RT_NULL); in dcd_ep_read_prepare()
374 RT_ASSERT(dcd != RT_NULL); in dcd_ep_read()
390 RT_ASSERT(dcd != RT_NULL); in dcd_ep_write()
399 RT_ASSERT(dcd != RT_NULL); in dcd_ep0_send_status()
[all …]
/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c513 dcd = device->dcd; in _standard_request()
1117 device->dcd = dcd; in rt_usbd_device_set_controller()
1364 if(device->dcd == dcd) return device; in rt_usbd_find_device()
1949 msg.dcd = dcd; in rt_usbd_ep0_setup_handler()
2004 msg.dcd = dcd; in rt_usbd_ep0_out_handler()
2018 msg.dcd = dcd; in rt_usbd_ep_in_handler()
2033 msg.dcd = dcd; in rt_usbd_ep_out_handler()
2048 msg.dcd = dcd; in rt_usbd_reset_handler()
2061 msg.dcd = dcd; in rt_usbd_connect_handler()
2074 msg.dcd = dcd; in rt_usbd_disconnect_handler()
[all …]
A Dusbdevice.c145 if(udevice->dcd->device_is_hs) in rt_usb_device_init()
/components/legacy/usb/usbdevice/class/
A Dhid.c445 dcd_ep0_send_status(device->dcd); in _hid_set_report_callback()
492 dcd_ep0_send_status(func->device->dcd); in _interface_handler()
505 dcd_ep0_send_status(func->device->dcd); in _interface_handler()
510 dcd_ep0_send_status(func->device->dcd); in _interface_handler()
A Dwinusb.c172 dcd_ep0_send_status(device->dcd); in _ep0_cmd_handler()
341 … _winusb_descriptor_config(winusb_setting->desc, winusb_intf->intf_num, device->dcd->device_is_hs); in rt_usbd_function_winusb_create()
A Decm.c227 dcd_ep0_send_status(func->device->dcd); in _ecm_set_eth_packet_filter()
597 …ng->desc, intf_comm->intf_num, data_setting->desc, intf_data->intf_num, device->dcd->device_is_hs); in rt_usbd_function_ecm_create()
A Dcdc_vcom.c407 dcd_ep0_send_status(device->dcd); in _cdc_set_line_coding_callback()
472 dcd_ep0_send_status(func->device->dcd); in _interface_handler()
A Drndis.c428 …_set_resp(resp, (func->device->dcd->device_is_hs ? (480UL * 1000 *1000) : (12UL * 1000 * 1000)) / … in _rndis_query_response()
763 dcd_ep0_send_status(device->dcd); in send_encapsulated_command_done()
1373 …ng->desc, intf_comm->intf_num, data_setting->desc, intf_data->intf_num, device->dcd->device_is_hs); in rt_usbd_function_rndis_create()
A Dmstorage.c964 dcd_ep0_send_status(func->device->dcd); in _interface_handler()
1135 _mstorage_descriptor_config(setting->desc, intf->intf_num, device->dcd->device_is_hs); in rt_usbd_function_mstorage_create()
/components/drivers/usb/cherryusb/
A DREADME.md54 |port | usb dcd and hcd porting |
59 …t having to worry about the underlying logic. At the same time, a standard dcd porting interface h…
A DREADME_zh.md61 …及 custom 特殊请求规范了一套统一的函数框架,采用面向对象和链表的方式,能够使得用户快速上手复合设备,不用管底层的逻辑。同时,规范了一套标准的 dcd porting 接口,用于适配不同的 …

Completed in 755 milliseconds