Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 4 of 4) sorted by relevance

/fatfs-2.7.6/option/
Dffunicode.c15469 WORD uc, bc, nc, cmd; in ff_wtoupper() local
15569 nc = *p++; cmd = nc >> 8; nc &= 0xFF; /* Get processing command and block size */ in ff_wtoupper()
15571 switch (cmd) { in ff_wtoupper()
15584 if (cmd == 0) p += nc; /* Skip table if needed */ in ff_wtoupper()
/fatfs-2.7.6/
Dzfs_diskio.c99 DRESULT disk_ioctl(BYTE pdrv, BYTE cmd, void *buff) in disk_ioctl() argument
106 switch (cmd) { in disk_ioctl()
Ddiskio.c200 BYTE cmd, /* Control code */ in disk_ioctl() argument
/fatfs-2.7.6/include/
Ddiskio.h33 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);