Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dsamsung_onenand.h68 unsigned int sync_write; /* 0x0280 */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Domap-gpmc.h26 bool sync_write; member
/OK3568_Linux_fs/kernel/drivers/staging/nvec/
H A Dnvec.h157 struct completion sync_write; member
H A Dnvec.c312 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync()
454 complete(&nvec->sync_write); in nvec_dispatch()
818 init_completion(&nvec->sync_write); in tegra_nvec_probe()
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c712 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1178 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings()
1214 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings()
1217 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1774 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1786 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings()
1854 if (p->sync_write) in gpmc_cs_program_settings()
1962 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dgpmc-omap.h145 bool sync_write; /* enables synchronous writes */ member
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dusb-tusb6010.c36 .sync_write = true,
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A 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()
1325 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
H A Ducsi_acpi.c92 .sync_write = ucsi_acpi_sync_write,
H A Ducsi.h52 int (*sync_write)(struct ucsi *ucsi, unsigned int offset, member
H A Ducsi_ccg.c596 .sync_write = ucsi_ccg_sync_write,
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_bus.c117 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb1ops.c1128 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1134 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
1206 .sync_write = cifs_sync_write,
H A Dsmb2ops.c5105 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
5111 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
5182 .sync_write = smb2_sync_write,
5282 .sync_write = smb2_sync_write,
5387 .sync_write = smb2_sync_write,
5500 .sync_write = smb2_sync_write,
H A Dcifsglob.h379 int (*sync_write)(const unsigned int, struct cifs_fid *, member
H A Dfile.c1864 if (!server->ops->sync_write) in cifs_write()
1895 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_conexant.c1097 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
1100 codec->bus->core.sync_write = 1; in patch_conexant_auto()
H A Dhda_tegra.c419 chip->bus.core.sync_write = 0; in hda_tegra_create()
H A Dhda_controller.c1200 bus->core.sync_write = 1; in azx_bus_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h337 bool sync_write:1; /* sync after verb write */ member
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c538 bus->sync_write = 1; in hda_init()