Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Dotp.c258 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_info()
328 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_read_write()
418 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_erase()
463 ret = spi_nor_prep_and_lock(nor); in spi_nor_mtd_otp_lock()
H A Dswp.c360 ret = spi_nor_prep_and_lock(nor); in spi_nor_lock()
375 ret = spi_nor_prep_and_lock(nor); in spi_nor_unlock()
390 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.h612 int spi_nor_prep_and_lock(struct spi_nor *nor);
H A Dcore.c1284 int spi_nor_prep_and_lock(struct spi_nor *nor) in spi_nor_prep_and_lock() function