Home
last modified time | relevance | path

Searched refs:nanddev_pos_next_lun (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dnand.h550 static inline void nanddev_pos_next_lun(struct nand_device *nand, in nanddev_pos_next_lun() function
574 return nanddev_pos_next_lun(nand, pos); in nanddev_pos_next_eraseblock()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnand.h754 static inline void nanddev_pos_next_lun(struct nand_device *nand, in nanddev_pos_next_lun() function
778 return nanddev_pos_next_lun(nand, pos); in nanddev_pos_next_eraseblock()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Dcore.c203 nanddev_pos_next_lun(nand, &pos)) in nanddev_mtd_max_bad_blocks()