Searched refs:_unlock (Results 1 – 7 of 7) sorted by relevance
237 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
477 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()
332 mtd->_unlock = altera_qspi_unlock; in altera_qspi_probe()
1586 if (!mtd->_unlock) in mtd_unlock()1592 return mtd->_unlock(mtd, ofs, len); in mtd_unlock()
820 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
5277 mtd->_unlock = NULL; in nand_scan_tail()
Completed in 26 milliseconds