Searched refs:sync_write (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/include/linux/ |
D | omap-gpmc.h | 30 bool sync_write; member
|
/Linux-v4.19/drivers/staging/nvec/ |
D | nvec.h | 157 struct completion sync_write; member
|
D | nvec.c | 312 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync() 454 complete(&nvec->sync_write); in nvec_dispatch() 822 init_completion(&nvec->sync_write); in tegra_nvec_probe()
|
/Linux-v4.19/include/linux/platform_data/ |
D | gpmc-omap.h | 148 bool sync_write; /* enables synchronous writes */ member
|
/Linux-v4.19/drivers/memory/ |
D | omap-gpmc.c | 729 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1194 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings() 1230 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings() 1233 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1793 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1805 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings() 1873 if (p->sync_write) in gpmc_cs_program_settings() 1924 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
|
/Linux-v4.19/sound/hda/ |
D | hdac_bus.c | 99 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | usb-tusb6010.c | 39 .sync_write = true,
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | omap2.c | 572 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe() 577 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
|
/Linux-v4.19/block/ |
D | kyber-iosched.c | 885 KYBER_DEBUGFS_DOMAIN_ATTRS(KYBER_SYNC_WRITE, sync_write) in KYBER_DEBUGFS_DOMAIN_ATTRS() 933 KYBER_QUEUE_DOMAIN_ATTRS(sync_write), 945 KYBER_HCTX_DOMAIN_ATTRS(sync_write),
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_conexant.c | 1072 if (!codec->bus->core.sync_write) { in patch_conexant_auto() 1075 codec->bus->core.sync_write = 1; in patch_conexant_auto()
|
D | hda_controller.c | 1278 bus->core.sync_write = 1; in azx_bus_init()
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 737 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod() 743 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod()
|
D | smb2ops.c | 3271 .sync_write = smb2_sync_write, 3365 .sync_write = smb2_sync_write, 3461 .sync_write = smb2_sync_write, 3566 .sync_write = smb2_sync_write,
|
D | smb1ops.c | 1089 .sync_write = cifs_sync_write,
|
D | cifsglob.h | 368 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
D | file.c | 1727 if (!server->ops->sync_write) in cifs_write() 1758 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 351 bool sync_write:1; /* sync after verb write */ member
|