Home
last modified time | relevance | path

Searched refs:sync_write (Results 1 – 16 of 16) sorted by relevance

/linux/sound/pci/hda/
H A Dpatch_senarytech.c212 if (!codec->bus->core.sync_write) { in patch_senary_auto()
215 codec->bus->core.sync_write = 1; in patch_senary_auto()
H A Dpatch_conexant.c1241 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
1243 "Enable sync_write for stable communication\n"); in patch_conexant_auto()
1244 codec->bus->core.sync_write = 1; in patch_conexant_auto()
H A Dhda_tegra.c438 chip->bus.core.sync_write = 0; in hda_tegra_create()
H A Dhda_controller.c1192 /* enable sync_write flag for stable communication as default */ in azx_bus_init()
1193 bus->core.sync_write = 1; in azx_bus_init()
/linux/include/linux/
H A Domap-gpmc.h26 bool sync_write; member
/linux/drivers/staging/nvec/
H A Dnvec.h157 struct completion sync_write; member
H A Dnvec.c315 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync()
460 complete(&nvec->sync_write); in nvec_dispatch()
832 init_completion(&nvec->sync_write); in tegra_nvec_probe()
/linux/include/linux/platform_data/
H A Dgpmc-omap.h152 bool sync_write; /* enables synchronous writes */ member
/linux/drivers/memory/
H A Domap-gpmc.c727 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1246 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings()
1282 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings()
1285 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1848 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1860 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1929 if (p->sync_write) in gpmc_cs_program_settings()
2039 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/linux/arch/arm/mach-omap2/
H A Dusb-tusb6010.c36 .sync_write = true,
/linux/drivers/mtd/nand/onenand/
H A Donenand_omap2.c552 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe()
557 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
/linux/sound/hda/
H A Dhdac_bus.c118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/linux/include/sound/
H A Dhdaudio.h344 bool sync_write:1; /* sync after verb write */ member
/linux/sound/soc/intel/avs/
H A Dcore.c385 bus->core.sync_write = 1; in avs_bus_init()
/linux/fs/smb/client/
H A Dsmb2ops.c5188 rc = server->ops->sync_write(xid, &fid, &io_parms, in __cifs_sfu_make_node()
5311 .sync_write = smb2_sync_write,
5414 .sync_write = smb2_sync_write,
5522 .sync_write = smb2_sync_write,
5638 .sync_write = smb2_sync_write,
/linux/sound/soc/sof/intel/
H A Dhda.c469 bus->sync_write = 1; in hda_init()