Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/
A Dcfi_mtd.c237 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
A Dmtdpart.c477 return mtd->parent->_unlock(mtd->parent, ofs + mtd->offset, len); in part_unlock()
658 if (master->_unlock) in allocate_partition()
659 slave->_unlock = part_unlock; in allocate_partition()
A Daltera_qspi.c332 mtd->_unlock = altera_qspi_unlock; in altera_qspi_probe()
A Dmtdcore.c1586 if (!mtd->_unlock) in mtd_unlock()
1592 return mtd->_unlock(mtd, ofs, len); in mtd_unlock()
A Dmtdconcat.c820 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
/u-boot/include/linux/mtd/
A Dmtd.h271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c5277 mtd->_unlock = NULL; in nand_scan_tail()

Completed in 28 milliseconds