Searched refs:disk_ioctl (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/fatfs/include/ |
A D | diskio.h | 36 #define disk_ioctl ff_disk_ioctl macro 42 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/ |
A D | diskio.h | 35 DRESULT disk_ioctl (BYTE, BYTE, void*);
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | diskio.h | 35 DRESULT disk_ioctl (void *drv, BYTE cmd, void* buff);
|
A D | ff.c | 1088 if (disk_ioctl(fs->drv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; in sync_fs() 3128 disk_ioctl(fs->drv, IOCTL_STATUS, &stat); 3141 disk_ioctl(fs->drv, IOCTL_INIT, &stat); /* Initialize the physical drive */ 3149 if (disk_ioctl(fs->drv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK) return FR_DISK_ERR; 5413 disk_ioctl(pdrv, IOCTL_INIT, &stat); 5418 if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; 5485 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5712 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5833 if (disk_ioctl(pdrv, CTRL_SYNC, 0) != RES_OK) LEAVE_MKFS(FR_DISK_ERR); 5858 disk_ioctl(pdrv, IOCTL_INIT, &stat); [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_fat_diskio.c | 101 DRESULT disk_ioctl( in disk_ioctl() function
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ff.c | 946 if (disk_ioctl(fs->pdrv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; in sync_fs() 1302 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform device the data in the block is no longer needed */ in remove_chain() 3090 if (disk_ioctl(fs->pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK) return FR_DISK_ERR; 5369 …if (disk_ioctl(pdrv, GET_BLOCK_SIZE, &sz_blk) != RES_OK || !sz_blk || sz_blk > 32768 || (sz_blk & … 5371 if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; 5396 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) return FR_DISK_ERR; 5430 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5657 disk_ioctl(pdrv, CTRL_TRIM, tbl); 5778 if (disk_ioctl(pdrv, CTRL_SYNC, 0) != RES_OK) return FR_DISK_ERR; 5805 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_disk)) return FR_DISK_ERR; [all …]
|
A D | fatfs_vfs.c | 603 disk_ioctl(g_fsid[index].index, GET_FORMAT_OPTION, &opt); in fatfs_dev_register()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | moduos.c | 875 disk_ioctl(MP_OBJ_TO_PTR(vfs->obj), CTRL_SYNC, NULL); in os_sync()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | moduos.c | 853 disk_ioctl(MP_OBJ_TO_PTR(vfs->obj), CTRL_SYNC, NULL); in os_sync()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | moduos.c | 853 disk_ioctl(MP_OBJ_TO_PTR(vfs->obj), CTRL_SYNC, NULL); in os_sync()
|
Completed in 33 milliseconds