Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dgpmc-onenand.c241 onenand_sync.sync_write = true; in omap2_onenand_calc_sync_timings()
281 if (onenand_async.sync_read || onenand_async.sync_write) { in omap2_onenand_setup_async()
282 if (onenand_async.sync_write) in omap2_onenand_setup_async()
291 onenand_async.sync_write = true; in omap2_onenand_setup_async()
Dusb-tusb6010.c41 .sync_write = true,
/linux-4.4.14/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()
844 init_completion(&nvec->sync_write); in tegra_nvec_probe()
/linux-4.4.14/include/linux/
Domap-gpmc.h143 bool sync_write; /* enables synchronous writes */ member
/linux-4.4.14/sound/hda/
Dhdac_bus.c99 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1547 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1559 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1627 if (p->sync_write) in gpmc_cs_program_settings()
1679 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/linux-4.4.14/sound/pci/hda/
Dpatch_conexant.c943 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
946 codec->bus->core.sync_write = 1; in patch_conexant_auto()
Dhda_controller.c1072 bus->core.sync_write = 1; in azx_bus_init()
/linux-4.4.14/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.c1520 .sync_write = smb2_sync_write,
1600 .sync_write = smb2_sync_write,
1681 .sync_write = smb2_sync_write,
1768 .sync_write = smb2_sync_write,
Dcifsglob.h334 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()
/linux-4.4.14/include/sound/
Dhdaudio.h291 bool sync_write:1; /* sync after verb write */ member