Searched refs:_sync (Results 1 – 8 of 8) sorted by relevance
110 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
269 void (*_sync) (struct mtd_info *mtd); member436 if (mtd->_sync) in mtd_sync()437 mtd->_sync(mtd); in mtd_sync()
235 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
487 mtd->parent->_sync(mtd->parent); in part_sync()645 if (master->_sync) in allocate_partition()646 slave->_sync = part_sync; in allocate_partition()
330 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
818 concat->mtd._sync = concat_sync; in mtd_concat_create()
2665 mtd->_sync = onenand_sync; in onenand_probe()
5275 mtd->_sync = nand_sync; in nand_scan_tail()
Completed in 29 milliseconds