Searched refs:ioctl (Results 1 – 6 of 6) sorted by relevance
54 int (*ioctl)(struct bdev *, int request, void *argp); member
70 sg_flash.bdev.ioctl = &stmflash_ioctl; in stmflash_init()
86 flash.bdev.ioctl = &stm32_flash_ioctl; in stm32_flash_init()
612 qspi_flash_device.ioctl = &spiflash_ioctl; in qspi_flash_init()
430 if (dev->ioctl == NULL) { in bio_ioctl()433 return dev->ioctl(dev, request, argp); in bio_ioctl()
296 flash.bdev.ioctl = &spiflash_ioctl; in spiflash_detect()
Completed in 7 milliseconds