Searched refs:flash_unlock (Results 1 – 2 of 2) sorted by relevance
313 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
890 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()