/linux/include/linux/ |
A D | omap-gpmc.h | 26 bool sync_write; member
|
/linux/drivers/staging/nvec/ |
A D | nvec.h | 157 struct completion sync_write; member
|
A D | nvec.c | 313 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync() 455 complete(&nvec->sync_write); in nvec_dispatch() 819 init_completion(&nvec->sync_write); in tegra_nvec_probe()
|
/linux/include/linux/platform_data/ |
A D | gpmc-omap.h | 145 bool sync_write; /* enables synchronous writes */ member
|
/linux/drivers/memory/ |
A D | omap-gpmc.c | 716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1182 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings() 1218 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings() 1221 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1778 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1790 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings() 1858 if (p->sync_write) in gpmc_cs_program_settings() 1966 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
|
/linux/arch/arm/mach-omap2/ |
A D | usb-tusb6010.c | 36 .sync_write = true,
|
/linux/drivers/mtd/nand/onenand/ |
A D | onenand_omap2.c | 558 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe() 563 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
|
/linux/drivers/usb/typec/ucsi/ |
A D | ucsi.c | 46 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge_command() 56 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge_connector_change() 123 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 1295 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
|
A D | ucsi_acpi.c | 92 .sync_write = ucsi_acpi_sync_write,
|
A D | ucsi.h | 51 int (*sync_write)(struct ucsi *ucsi, unsigned int offset, member
|
A D | ucsi_ccg.c | 596 .sync_write = ucsi_ccg_sync_write,
|
/linux/sound/hda/ |
A D | hdac_bus.c | 118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/linux/fs/cifs/ |
A D | smb1ops.c | 1127 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1133 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1205 .sync_write = cifs_sync_write,
|
A D | smb2ops.c | 5340 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node() 5346 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node() 5417 .sync_write = smb2_sync_write, 5517 .sync_write = smb2_sync_write, 5623 .sync_write = smb2_sync_write, 5737 .sync_write = smb2_sync_write,
|
A D | cifsglob.h | 376 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
A D | file.c | 1933 if (!server->ops->sync_write) in cifs_write() 1964 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
|
/linux/sound/pci/hda/ |
A D | patch_conexant.c | 1087 if (!codec->bus->core.sync_write) { in patch_conexant_auto() 1090 codec->bus->core.sync_write = 1; in patch_conexant_auto()
|
A D | hda_tegra.c | 417 chip->bus.core.sync_write = 0; in hda_tegra_create()
|
A D | hda_controller.c | 1189 bus->core.sync_write = 1; in azx_bus_init()
|
/linux/include/sound/ |
A D | hdaudio.h | 339 bool sync_write:1; /* sync after verb write */ member
|
/linux/sound/soc/sof/intel/ |
A D | hda.c | 623 bus->sync_write = 1; in hda_init()
|