Home
last modified time | relevance | path

Searched refs:CONFIG_USBHOST_DEV_NAMELEN (Results 1 – 25 of 27) sorted by relevance

12

/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_dfs.c133 char name[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_thread()
134 char mount_point[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_thread()
137 snprintf(name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, msc_class->sdchar); in usbh_msc_thread()
138 … snprintf(mount_point, CONFIG_USBHOST_DEV_NAMELEN, CONFIG_USB_DFS_MOUNT_POINT, msc_class->sdchar); in usbh_msc_thread()
153 char name[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_run()
158 snprintf(name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, msc_class->sdchar); in usbh_msc_run()
180 char name[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_stop()
181 char mount_point[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_stop()
183 snprintf(name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, msc_class->sdchar); in usbh_msc_stop()
184 … snprintf(mount_point, CONFIG_USBHOST_DEV_NAMELEN, CONFIG_USB_DFS_MOUNT_POINT, msc_class->sdchar); in usbh_msc_stop()
A Dusbh_serial.c41 char name[CONFIG_USBHOST_DEV_NAMELEN];
65 snprintf(serial->name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT_VENDOR, serial->minor); in usbh_serial_alloc()
96 snprintf(serial->name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT_CDC_ACM, serial->minor); in usbh_serial_cdc_acm_alloc()
A Dusbd_serial.c54 snprintf(serial->name, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT_CDC_ACM, serial->minor); in usbd_serial_alloc()
/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h130 #define CONFIG_USBHOST_DEV_NAMELEN 16 macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h166 #define CONFIG_USBHOST_DEV_NAMELEN 16 macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h142 #define CONFIG_USBHOST_DEV_NAMELEN 16 macro
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c65 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, xbox_class->min… in usbh_xbox_connect()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h89 char devname[CONFIG_USBHOST_DEV_NAMELEN];
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c138 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, cdc_acm_class->… in usbh_cdc_acm_connect()
A Dusbh_cdc_ecm.c196 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_cdc_ecm_connect()
A Dusbh_cdc_ncm.c214 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_cdc_ncm_connect()
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c263 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, ch34x_class->mi… in usbh_ch34x_connect()
A Dusbh_cp210x.c212 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, cp210x_class->m… in usbh_cp210x_connect()
A Dusbh_pl2303.c326 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, pl2303_class->m… in usbh_pl2303_connect()
A Dusbh_ftdi.c393 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, ftdi_class->min… in usbh_ftdi_connect()
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c222 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_aoa_connect()
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c278 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, hid_class->mino… in usbh_hid_connect()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c99 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_bluetooth_connect()
A Dusbh_rndis.c406 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_rndis_connect()
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c322 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, msc_class->sdch… in usbh_msc_connect()
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c316 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_bl616_connect()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c464 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, video_class->mi… in usbh_video_ctrl_connect()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c614 strncpy(hport->config.intf[intf].devname, DEV_FORMAT, CONFIG_USBHOST_DEV_NAMELEN); in usbh_asix_connect()
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c576 …snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, audio_class->mi… in usbh_audio_ctrl_connect()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c413 snprintf(hport->config.intf[intf].devname, CONFIG_USBHOST_DEV_NAMELEN, DEV_FORMAT, hub->index); in usbh_hub_connect()

Completed in 30 milliseconds

12