Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/spi/
A Dsf_mtd.c110 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
/u-boot/include/linux/mtd/
A Dmtd.h269 void (*_sync) (struct mtd_info *mtd); member
436 if (mtd->_sync) in mtd_sync()
437 mtd->_sync(mtd); in mtd_sync()
/u-boot/drivers/mtd/
A Dcfi_mtd.c235 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
A Dmtdpart.c487 mtd->parent->_sync(mtd->parent); in part_sync()
645 if (master->_sync) in allocate_partition()
646 slave->_sync = part_sync; in allocate_partition()
A Daltera_qspi.c330 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
A Dmtdconcat.c818 concat->mtd._sync = concat_sync; in mtd_concat_create()
/u-boot/drivers/mtd/onenand/
A Donenand_base.c2665 mtd->_sync = onenand_sync; in onenand_probe()
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c5275 mtd->_sync = nand_sync; in nand_scan_tail()

Completed in 29 milliseconds