Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dspi-nor.h195 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/linux-4.1.27/drivers/mtd/spi-nor/
Dspi-nor.c464 ret = nor->flash_unlock(nor, ofs, len); in spi_nor_unlock()
1067 nor->flash_unlock = stm_unlock; in spi_nor_scan()
1070 if (nor->flash_lock && nor->flash_unlock) { in spi_nor_scan()