Searched refs:argp (Results 1 – 4 of 4) sorted by relevance
| /platform/stm32f7xx/ |
| A D | flash.c | 46 static int stm32_flash_ioctl(struct bdev *, int request, void *argp); 213 static int stm32_flash_ioctl(struct bdev *bdev, int request, void *argp) { in stm32_flash_ioctl() argument 214 LTRACEF("dev %p, request %d, argp %p\n", bdev, request, argp); in stm32_flash_ioctl() 221 if (argp) in stm32_flash_ioctl() 222 *(void **)argp = (void *)FLASHAXI_BASE; in stm32_flash_ioctl()
|
| A D | qspi.c | 55 static int spiflash_ioctl(struct bdev *device, int request, void *argp); 441 static int spiflash_ioctl(struct bdev *device, int request, void *argp) { in spiflash_ioctl() argument 450 if (argp) in spiflash_ioctl() 451 *(void **)argp = (void *)QSPI_BASE; in spiflash_ioctl() 457 if (argp) in spiflash_ioctl() 458 *(void **)argp = (void *)qspi_is_linear(); in spiflash_ioctl()
|
| /platform/stm32f4xx/ |
| A D | flash.c | 50 static int stmflash_ioctl(struct bdev *, int request, void *argp); 159 static int stmflash_ioctl(struct bdev *bdev, int request, void *argp) { in stmflash_ioctl() argument 160 LTRACEF("dev %p, request %d, argp %p\n",bdev, request, argp); in stmflash_ioctl()
|
| /platform/zynq/ |
| A D | spiflash.c | 60 static int spiflash_ioctl(struct bdev *, int request, void *argp); 388 static int spiflash_ioctl(struct bdev *bdev, int request, void *argp) { in spiflash_ioctl() argument 389 LTRACEF("dev %p, request %d, argp %p\n", bdev, request, argp); in spiflash_ioctl() 398 if (argp) in spiflash_ioctl() 399 *(void **)argp = (void *)QSPI_LINEAR_BASE; in spiflash_ioctl()
|
Completed in 9 milliseconds