Searched refs:_unlock (Results 1 – 7 of 7) sorted by relevance
236 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
475 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()
330 mtd->_unlock = altera_qspi_unlock; in altera_qspi_probe()
1587 if (!mtd->_unlock) in mtd_unlock()1593 return mtd->_unlock(mtd, ofs, len); in mtd_unlock()
818 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
276 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
5271 mtd->_unlock = NULL; in nand_scan_tail()