Searched refs:sync_write (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | gpmc-onenand.c | 241 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()
|
D | usb-tusb6010.c | 41 .sync_write = true,
|
/linux-4.4.14/drivers/staging/nvec/ |
D | TODO | 6 - modifiy the sync_write method to return the received
|
D | nvec.h | 161 struct completion sync_write; member
|
D | nvec.c | 317 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/ |
D | omap-gpmc.h | 143 bool sync_write; /* enables synchronous writes */ member
|
/linux-4.4.14/sound/hda/ |
D | hdac_bus.c | 99 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 716 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/ |
D | patch_conexant.c | 943 if (!codec->bus->core.sync_write) { in patch_conexant_auto() 946 codec->bus->core.sync_write = 1; in patch_conexant_auto()
|
D | hda_controller.c | 1072 bus->core.sync_write = 1; in azx_bus_init()
|
/linux-4.4.14/fs/cifs/ |
D | dir.c | 685 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()
|
D | smb2ops.c | 1520 .sync_write = smb2_sync_write, 1600 .sync_write = smb2_sync_write, 1681 .sync_write = smb2_sync_write, 1768 .sync_write = smb2_sync_write,
|
D | cifsglob.h | 334 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
D | smb1ops.c | 1075 .sync_write = cifs_sync_write,
|
D | file.c | 1656 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/ |
D | hdaudio.h | 291 bool sync_write:1; /* sync after verb write */ member
|