Searched refs:nanddev_io_for_each_page (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/ |
| D | .clang-format | 498 - 'nanddev_io_for_each_page'
|
| /Linux-v6.1/include/linux/mtd/ |
| D | nand.h | 995 #define nanddev_io_for_each_page(nand, type, start, req, iter) \ macro
|
| /Linux-v6.1/drivers/mtd/nand/spi/ |
| D | core.c | 652 nanddev_io_for_each_page(nand, NAND_PAGE_READ, from, ops, &iter) { in spinand_mtd_read() 703 nanddev_io_for_each_page(nand, NAND_PAGE_WRITE, to, ops, &iter) { in spinand_mtd_write()
|