Searched refs:mount_point (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usbh_dfs.c | 134 char mount_point[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_thread() local 138 … snprintf(mount_point, CONFIG_USBHOST_DEV_NAMELEN, CONFIG_USB_DFS_MOUNT_POINT, msc_class->sdchar); in usbh_msc_thread() 140 ret = dfs_mount(name, mount_point, "elm", 0, 0); in usbh_msc_thread() 181 char mount_point[CONFIG_USBHOST_DEV_NAMELEN]; in usbh_msc_stop() local 184 … snprintf(mount_point, CONFIG_USBHOST_DEV_NAMELEN, CONFIG_USB_DFS_MOUNT_POINT, msc_class->sdchar); in usbh_msc_stop() 186 dfs_unmount(mount_point); in usbh_msc_stop()
|
Completed in 6 milliseconds