Home
last modified time | relevance | path

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

/openbmc/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.c356 ret = spi_nor_prep_and_lock(nor); in spi_nor_lock()
371 ret = spi_nor_prep_and_lock(nor); in spi_nor_unlock()
386 ret = spi_nor_prep_and_lock(nor); in spi_nor_is_locked()
H A Dsst.c135 ret = spi_nor_prep_and_lock(nor); in sst_nor_write()
H A Dcore.h665 int spi_nor_prep_and_lock(struct spi_nor *nor);
H A Dcore.c1273 int spi_nor_prep_and_lock(struct spi_nor *nor) in spi_nor_prep_and_lock() function