Searched refs:mtd_io_emulated_slc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdcore.c | 1373 static int mtd_io_emulated_slc(struct mtd_info *mtd, loff_t start, bool read, in mtd_io_emulated_slc() function 1455 ret_code = mtd_io_emulated_slc(mtd, from, true, ops); in mtd_read_oob() 1497 return mtd_io_emulated_slc(mtd, to, false, ops); in mtd_write_oob()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 1622 static int mtd_io_emulated_slc(struct mtd_info *mtd, loff_t start, bool read, in mtd_io_emulated_slc() function 1707 ret_code = mtd_io_emulated_slc(mtd, from, true, ops); in mtd_read_oob() 1751 return mtd_io_emulated_slc(mtd, to, false, ops); in mtd_write_oob()
|
Completed in 8 milliseconds