Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Domap-gpmc.h26 bool sync_write; member
/Linux-v5.4/drivers/staging/nvec/
Dnvec.h157 struct completion sync_write; member
Dnvec.c312 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync()
454 complete(&nvec->sync_write); in nvec_dispatch()
818 init_completion(&nvec->sync_write); in tegra_nvec_probe()
/Linux-v5.4/include/linux/platform_data/
Dgpmc-omap.h145 bool sync_write; /* enables synchronous writes */ member
/Linux-v5.4/drivers/memory/
Domap-gpmc.c728 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1193 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings()
1229 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings()
1232 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1792 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1804 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1872 if (p->sync_write) in gpmc_cs_program_settings()
1923 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/Linux-v5.4/arch/arm/mach-omap2/
Dusb-tusb6010.c36 .sync_write = true,
/Linux-v5.4/drivers/mtd/nand/onenand/
Domap2.c559 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe()
564 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
/Linux-v5.4/sound/hda/
Dhdac_bus.c102 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/Linux-v5.4/fs/cifs/
Dsmb1ops.c1131 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1137 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1209 .sync_write = cifs_sync_write,
Dsmb2ops.c4420 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
4426 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
4497 .sync_write = smb2_sync_write,
4595 .sync_write = smb2_sync_write,
4695 .sync_write = smb2_sync_write,
4804 .sync_write = smb2_sync_write,
Dcifsglob.h381 int (*sync_write)(const unsigned int, struct cifs_fid *, member
Dfile.c1789 if (!server->ops->sync_write) in cifs_write()
1820 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
/Linux-v5.4/sound/pci/hda/
Dpatch_conexant.c1054 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
1057 codec->bus->core.sync_write = 1; in patch_conexant_auto()
Dhda_controller.c1253 bus->core.sync_write = 1; in azx_bus_init()
/Linux-v5.4/include/sound/
Dhdaudio.h333 bool sync_write:1; /* sync after verb write */ member