Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dlockable.h51 static inline void qemu_lockable_ ## name ## _unlock(void *x) \
53 qemu_ ## name ## _unlock(x); \
69 .unlock = qemu_lockable_ ## name ## _unlock \ in QML_FUNC_()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_mtd.c235 mtd->_unlock = cfi_mtd_unlock; in cfi_mtd_init()
H A Dmtdpart.c474 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()
H A Daltera_qspi.c329 mtd->_unlock = altera_qspi_unlock; in altera_qspi_probe()
H A Dmtdcore.c1586 if (!mtd->_unlock) in mtd_unlock()
1592 return mtd->_unlock(mtd, ofs, len); in mtd_unlock()
H A Dmtdconcat.c817 concat->mtd._unlock = concat_unlock; in mtd_concat_create()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4578 mtd->_unlock = NULL; in nand_scan_tail()