Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Domap-gpmc.h26 bool sync_write; member
/Linux-v6.1/drivers/staging/nvec/
Dnvec.h157 struct completion sync_write; member
Dnvec.c313 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-v6.1/include/linux/platform_data/
Dgpmc-omap.h145 bool sync_write; /* enables synchronous writes */ member
/Linux-v6.1/drivers/memory/
Domap-gpmc.c718 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1184 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings()
1220 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings()
1223 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1786 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1798 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1866 if (p->sync_write) in gpmc_cs_program_settings()
1965 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/Linux-v6.1/arch/arm/mach-omap2/
Dusb-tusb6010.c36 .sync_write = true,
/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi_acpi.c92 .sync_write = ucsi_acpi_sync_write,
Ducsi.c46 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()
127 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command()
1343 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
Ducsi.h51 int (*sync_write)(struct ucsi *ucsi, unsigned int offset, member
Ducsi_stm32g0.c440 .sync_write = ucsi_stm32g0_sync_write,
Ducsi_ccg.c608 .sync_write = ucsi_ccg_sync_write,
/Linux-v6.1/drivers/mtd/nand/onenand/
Donenand_omap2.c558 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-v6.1/sound/hda/
Dhdac_bus.c118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/Linux-v6.1/fs/cifs/
Dsmb1ops.c1147 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1153 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1225 .sync_write = cifs_sync_write,
Dsmb2ops.c5156 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
5162 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
5233 .sync_write = smb2_sync_write,
5334 .sync_write = smb2_sync_write,
5440 .sync_write = smb2_sync_write,
5554 .sync_write = smb2_sync_write,
Dcifsglob.h407 int (*sync_write)(const unsigned int, struct cifs_fid *, member
Dfile.c2015 if (!server->ops->sync_write) in cifs_write()
2046 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
/Linux-v6.1/sound/pci/hda/
Dpatch_conexant.c1104 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
1107 codec->bus->core.sync_write = 1; in patch_conexant_auto()
Dhda_tegra.c437 chip->bus.core.sync_write = 0; in hda_tegra_create()
Dhda_controller.c1186 bus->core.sync_write = 1; in azx_bus_init()
/Linux-v6.1/include/sound/
Dhdaudio.h342 bool sync_write:1; /* sync after verb write */ member
/Linux-v6.1/sound/soc/intel/avs/
Dcore.c366 bus->core.sync_write = 1; in avs_bus_init()
/Linux-v6.1/sound/soc/sof/intel/
Dhda.c702 bus->sync_write = 1; in hda_init()