Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_mtd.c109 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h269 void (*_sync) (struct mtd_info *mtd); member
437 if (mtd->_sync) in mtd_sync()
438 mtd->_sync(mtd); in mtd_sync()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_mtd.c233 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
H A Dmtdpart.c484 mtd->parent->_sync(mtd->parent); in part_sync()
642 if (master->_sync) in allocate_partition()
643 slave->_sync = part_sync; in allocate_partition()
H A Daltera_qspi.c327 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
H A Dmtdconcat.c815 concat->mtd._sync = concat_sync; in mtd_concat_create()
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2661 mtd->_sync = onenand_sync; in onenand_probe()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4576 mtd->_sync = nand_sync; in nand_scan_tail()