Searched refs:spi_nor_mtd_otp_read_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/mtd/spi-nor/ ! |
D | otp.c | 307 static int spi_nor_mtd_otp_read_write(struct mtd_info *mtd, loff_t ofs, in spi_nor_mtd_otp_read_write() function 386 return spi_nor_mtd_otp_read_write(mtd, from, len, retlen, buf, false); in spi_nor_mtd_otp_read() 392 return spi_nor_mtd_otp_read_write(mtd, to, len, retlen, buf, true); in spi_nor_mtd_otp_write()
|