Home
last modified time | relevance | path

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

12

/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py95 self._sync(self._qmp.start_server(self._address))
99 def _sync( member in QEMUMonitorProtocol
153 self._sync(
172 self._sync(self._qmp.accept(), timeout)
186 self._sync(
214 return self._sync(
247 self._sync(
281 self._sync(
/openbmc/linux/drivers/mtd/chips/
H A Dmap_absent.c62 mtd->_sync = map_absent_sync; in map_absent_probe()
H A Dmap_rom.c61 mtd->_sync = maprom_nop; in map_rom_probe()
H A Dmap_ram.c74 mtd->_sync = mapram_nop; in map_ram_probe()
H A Dcfi_cmdset_0020.c234 mtd->_sync = cfi_staa_sync; in cfi_staa_setup()
H A Dcfi_cmdset_0001.c514 mtd->_sync = cfi_intelext_sync; in cfi_cmdset_0001()
H A Dcfi_cmdset_0002.c617 mtd->_sync = cfi_amdstd_sync; in cfi_cmdset_0002()
/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/spi/
H A Dsf_mtd.c109 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
/openbmc/linux/include/linux/mtd/
H A Dmtd.h347 void (*_sync) (struct mtd_info *mtd); member
535 if (master->_sync) in mtd_sync()
536 master->_sync(master); in mtd_sync()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c72 part->mtd._sync = ef4_mtd_sync; in ef4_mtd_add()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmtd.c75 part->mtd._sync = efx_mtd_sync; in efx_siena_mtd_add()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmtd.c75 part->mtd._sync = efx_mtd_sync; in efx_mtd_add()
/openbmc/u-boot/drivers/mtd/
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 Dcfi_mtd.c233 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
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/linux/drivers/mtd/devices/
H A Dblock2mtd.c317 dev->mtd._sync = block2mtd_sync; in add_device()
/openbmc/linux/arch/mips/include/asm/
H A Duasm.h174 Ip_u1(_sync);
/openbmc/linux/arch/mips/mm/
H A Duasm.c372 I_u1(_sync)
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c539 mtd_cur->_sync = vmu_flash_sync; in vmu_queryblocks()
/openbmc/linux/drivers/mtd/
H A Dmtdconcat.c762 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/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3965 mtd->_sync = onenand_sync; in onenand_scan()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4576 mtd->_sync = nand_sync; in nand_scan_tail()

12