Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_mtd.c236 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
H A Dmtdpart.c475 return mtd->parent->_unlock(mtd->parent, ofs + mtd->offset, len); in part_unlock()
656 if (master->_unlock) in allocate_partition()
657 slave->_unlock = part_unlock; in allocate_partition()
H A Daltera_qspi.c330 mtd->_unlock = altera_qspi_unlock; in altera_qspi_probe()
H A Dmtdcore.c1587 if (!mtd->_unlock) in mtd_unlock()
1593 return mtd->_unlock(mtd, ofs, len); in mtd_unlock()
H A Dmtdconcat.c818 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h276 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c5271 mtd->_unlock = NULL; in nand_scan_tail()