Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h183 int (*flash_is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c609 ret = nor->flash_is_locked(nor, ofs, len); in spi_nor_is_locked()
1178 nor->flash_is_locked = stm_is_locked; in spi_nor_scan()
1181 if (nor->flash_lock && nor->flash_unlock && nor->flash_is_locked) { in spi_nor_scan()