Searched refs:_sync (Results 1 – 8 of 8) sorted by relevance
122 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
269 void (*_sync) (struct mtd_info *mtd); member437 if (mtd->_sync) in mtd_sync()438 mtd->_sync(mtd); in mtd_sync()
237 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
476 mtd->parent->_sync(mtd->parent); in part_sync()634 if (master->_sync) in allocate_partition()635 slave->_sync = part_sync; in allocate_partition()
327 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
807 concat->mtd._sync = concat_sync; in mtd_concat_create()
2662 mtd->_sync = onenand_sync; in onenand_probe()
5208 mtd->_sync = nand_sync; in nand_scan_tail()
Completed in 30 milliseconds