Searched refs:sync_write (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | gpmc-onenand.c | 242 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()
|
D | usb-tusb6010.c | 41 .sync_write = true,
|
/linux-4.1.27/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() 845 init_completion(&nvec->sync_write); in tegra_nvec_probe()
|
/linux-4.1.27/include/linux/ |
D | omap-gpmc.h | 143 bool sync_write; /* enables synchronous writes */ member
|
/linux-4.1.27/sound/hda/ |
D | hdac_bus.c | 83 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 196 bool sync_write:1; /* sync after verb write */ member
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 717 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/ |
D | patch_conexant.c | 944 if (!codec->bus->core.sync_write) { in patch_conexant_auto() 947 codec->bus->core.sync_write = 1; in patch_conexant_auto()
|
D | hda_controller.c | 1851 bus->core.sync_write = 1; in azx_bus_create()
|
/linux-4.1.27/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 | 1454 .sync_write = smb2_sync_write, 1534 .sync_write = smb2_sync_write, 1615 .sync_write = smb2_sync_write,
|
D | cifsglob.h | 330 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()
|