Home
last modified time | relevance | path

Searched refs:flash_unlock (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Dspi-nor.h313 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c890 ret = nor->flash_unlock(nor, ofs, len); in spi_nor_unlock()
2882 nor->flash_unlock = stm_unlock; in spi_nor_scan()
2886 if (nor->flash_lock && nor->flash_unlock && nor->flash_is_locked) { in spi_nor_scan()