/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 95 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 D | map_absent.c | 62 mtd->_sync = map_absent_sync; in map_absent_probe()
|
H A D | map_rom.c | 61 mtd->_sync = maprom_nop; in map_rom_probe()
|
H A D | map_ram.c | 74 mtd->_sync = mapram_nop; in map_ram_probe()
|
H A D | cfi_cmdset_0020.c | 234 mtd->_sync = cfi_staa_sync; in cfi_staa_setup()
|
H A D | cfi_cmdset_0001.c | 514 mtd->_sync = cfi_intelext_sync; in cfi_cmdset_0001()
|
H A D | cfi_cmdset_0002.c | 617 mtd->_sync = cfi_amdstd_sync; in cfi_cmdset_0002()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 269 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 D | sf_mtd.c | 109 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 347 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 D | mtd.c | 72 part->mtd._sync = ef4_mtd_sync; in ef4_mtd_add()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mtd.c | 75 part->mtd._sync = efx_mtd_sync; in efx_siena_mtd_add()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mtd.c | 75 part->mtd._sync = efx_mtd_sync; in efx_mtd_add()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdpart.c | 484 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 D | cfi_mtd.c | 233 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
|
H A D | altera_qspi.c | 327 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
|
H A D | mtdconcat.c | 815 concat->mtd._sync = concat_sync; in mtd_concat_create()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | block2mtd.c | 317 dev->mtd._sync = block2mtd_sync; in add_device()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uasm.h | 174 Ip_u1(_sync);
|
/openbmc/linux/arch/mips/mm/ |
H A D | uasm.c | 372 I_u1(_sync)
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | vmu-flash.c | 539 mtd_cur->_sync = vmu_flash_sync; in vmu_queryblocks()
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdconcat.c | 762 concat->mtd._sync = concat_sync; in mtd_concat_create()
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | 2661 mtd->_sync = onenand_sync; in onenand_probe()
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 3965 mtd->_sync = onenand_sync; in onenand_scan()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 4576 mtd->_sync = nand_sync; in nand_scan_tail()
|