Home
last modified time | relevance | path

Searched refs:spi_nor_prep_and_lock (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/mtd/spi-nor/
H A Dotp.c259 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_info()
329 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_read_write()
419 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_erase()
464 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_lock()
H A Dswp.c361 ret = spi_nor_prep_and_lock(nor); in spi_nor_lock()
376 ret = spi_nor_prep_and_lock(nor); in spi_nor_unlock()
391 ret = spi_nor_prep_and_lock(nor); in spi_nor_is_locked()
H A Dsst.c194 ret = spi_nor_prep_and_lock(nor); in sst_nor_write()
H A Dcore.h616 int spi_nor_prep_and_lock(struct spi_nor *nor);
H A Dcore.c1270 int spi_nor_prep_and_lock(struct spi_nor *nor) in spi_nor_prep_and_lock() function