Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dgpmc-onenand.c242 onenand_sync.sync_write = true; in omap2_onenand_calc_sync_timings()
277 if (onenand_async.sync_read || onenand_async.sync_write) { in omap2_onenand_setup_async()
278 if (onenand_async.sync_write) in omap2_onenand_setup_async()
284 onenand_async.sync_write = false; in omap2_onenand_setup_async()
Dusb-tusb6010.c41 .sync_write = true,
/linux-4.1.27/drivers/staging/nvec/
DTODO6 - modifiy the sync_write method to return the received
Dnvec.h161 struct completion sync_write; member
Dnvec.c317 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync()
458 complete(&nvec->sync_write); in nvec_dispatch()
845 init_completion(&nvec->sync_write); in tegra_nvec_probe()
/linux-4.1.27/include/linux/
Domap-gpmc.h143 bool sync_write; /* enables synchronous writes */ member
/linux-4.1.27/sound/hda/
Dhdac_bus.c83 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/linux-4.1.27/include/sound/
Dhdaudio.h196 bool sync_write:1; /* sync after verb write */ member
/linux-4.1.27/drivers/memory/
Domap-gpmc.c717 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1549 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1561 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1629 if (p->sync_write) in gpmc_cs_program_settings()
1681 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/linux-4.1.27/sound/pci/hda/
Dpatch_conexant.c944 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
947 codec->bus->core.sync_write = 1; in patch_conexant_auto()
Dhda_controller.c1851 bus->core.sync_write = 1; in azx_bus_create()
/linux-4.1.27/fs/cifs/
Ddir.c685 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod()
691 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod()
Dsmb2ops.c1454 .sync_write = smb2_sync_write,
1534 .sync_write = smb2_sync_write,
1615 .sync_write = smb2_sync_write,
Dcifsglob.h330 int (*sync_write)(const unsigned int, struct cifs_fid *, member
Dsmb1ops.c1075 .sync_write = cifs_sync_write,
Dfile.c1656 if (!server->ops->sync_write) in cifs_write()
1687 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()