Searched refs:flash_unlock (Results 1 – 3 of 3) sorted by relevance
173 if (!flash->flash_lock || !flash->flash_unlock) in spi_flash_protect()179 return flash->flash_unlock(flash, ofs, len); in spi_flash_protect()
345 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
2554 nor->flash_unlock = stm_unlock; in spi_nor_scan()2566 nor->flash_unlock = sst26_unlock; in spi_nor_scan()
Completed in 9 milliseconds