Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Dspi-nor.h314 int (*flash_is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c905 ret = nor->flash_is_locked(nor, ofs, len); in spi_nor_is_locked()
2883 nor->flash_is_locked = stm_is_locked; in spi_nor_scan()
2886 if (nor->flash_lock && nor->flash_unlock && nor->flash_is_locked) { in spi_nor_scan()