Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtd/
H A Dmtd-utils_git.bb41 ALTERNATIVE:${PN} = "flashcp flash_eraseall flash_lock flash_unlock nanddump nandwrite"
55 ALTERNATIVE_LINK_NAME[flash_unlock] = "${sbindir}/flash_unlock"
/OK3568_Linux_fs/u-boot/include/
H A Dspi_flash.h187 if (!flash->flash_lock || !flash->flash_unlock) in spi_flash_protect()
193 return flash->flash_unlock(flash, ofs, len); in spi_flash_protect()
/OK3568_Linux_fs/buildroot/package/mtd/
H A Dmtd.mk84 MTD_TARGETS_$(BR2_PACKAGE_MTD_FLASH_UNLOCK) += flash_unlock
H A DConfig.in61 bool "flash_unlock"
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h338 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi_flash.c1201 flash->flash_unlock = stm_unlock; in spi_flash_scan()
1210 flash->flash_unlock = sst26_unlock; in spi_flash_scan()
H A Dspi-nor-core.c2543 nor->flash_unlock = stm_unlock; in spi_nor_scan()
2555 nor->flash_unlock = sst26_unlock; in spi_nor_scan()