Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dsenarytech.c204 if (!codec->bus->core.sync_write) { in senary_probe()
206 "Enable sync_write for stable communication\n"); in senary_probe()
207 codec->bus->core.sync_write = 1; in senary_probe()
/linux/drivers/staging/nvec/
H A Dnvec.h157 struct completion sync_write; member
/linux/include/linux/platform_data/
H A Dgpmc-omap.h152 bool sync_write; /* enables synchronous writes */ member
/linux/drivers/memory/
H A Domap-gpmc.c723 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1242 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings()
1278 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings()
1281 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1827 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1839 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1908 if (p->sync_write) in gpmc_cs_program_settings()
2018 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/sound/hda/core/
H A Dbus.c115 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/linux/sound/hda/controllers/
H A Dtegra.c442 chip->bus.core.sync_write = 0; in hda_tegra_create()
/linux/include/sound/
H A Dhdaudio.h344 bool sync_write:1; /* sync after verb write */ member
/linux/fs/smb/client/
H A Dsmb2ops.c5264 rc = server->ops->sync_write(xid, &fid, &io_parms, in __cifs_sfu_make_node()
5397 .sync_write = smb2_sync_write,
5500 .sync_write = smb2_sync_write,
5608 .sync_write = smb2_sync_write,
5724 .sync_write = smb2_sync_write,
H A Dsmb1ops.c1501 .sync_write = cifs_sync_write,
H A Dcifsglob.h497 int (*sync_write)(const unsigned int, struct cifs_fid *, member