Searched refs:_unlock (Results 1 – 8 of 8) sorted by relevance
51 static inline void qemu_lockable_ ## name ## _unlock(void *x) \53 qemu_ ## name ## _unlock(x); \69 .unlock = qemu_lockable_ ## name ## _unlock \ in QML_FUNC_()
235 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
474 return mtd->parent->_unlock(mtd->parent, ofs + mtd->offset, len); in part_unlock()655 if (master->_unlock) in allocate_partition()656 slave->_unlock = part_unlock; in allocate_partition()
329 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()
817 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
4578 mtd->_unlock = NULL; in nand_scan_tail()