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

/u-boot/drivers/mtd/
H A Dcfi_mtd.c239 mtd->_unlock = cfi_mtd_unlock;
H A Dmtdpart.c466 return mtd->parent->_unlock(mtd->parent, ofs + mtd->offset, len);
647 if (master->_unlock)
648 slave->_unlock = part_unlock;
H A Daltera_qspi.c329 mtd->_unlock = altera_qspi_unlock;
H A Dmtdcore.c1613 if (!mtd->_unlock)
1619 return mtd->_unlock(mtd, ofs, len);
H A Dmtdconcat.c810 concat->mtd._unlock = concat_unlock;
/u-boot/include/linux/mtd/
H A Dmtd.h271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member in struct:mtd_info
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c5174 mtd->_unlock = NULL;

Completed in 90 milliseconds