/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | ucsi_acpi.c | 104 .sync_write = ucsi_acpi_sync_write, 127 .sync_write = ucsi_acpi_sync_write, 181 .sync_write = ucsi_dell_sync_write,
|
H A D | ucsi_glink.c | 190 .sync_write = pmic_glink_ucsi_sync_write,
|
H 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() 127 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 1514 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | omap-gpmc.h | 26 bool sync_write; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | omap-gpmc.h | 26 bool sync_write; member
|
/kernel/linux/linux-5.10/drivers/staging/nvec/ |
H A D | nvec.h | 128 * @sync_write: A completion to signal that a synchronous message is complete 157 struct completion sync_write; member
|
H A D | nvec.c | 312 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()
|
/kernel/linux/linux-6.6/drivers/staging/nvec/ |
H A D | nvec.h | 128 * @sync_write: A completion to signal that a synchronous message is complete 157 struct completion sync_write; member
|
H 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()
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | omap-gpmc.c | 712 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()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | gpmc-omap.h | 145 bool sync_write; /* enables synchronous writes */ member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | gpmc-omap.h | 152 bool sync_write; /* enables synchronous writes */ member
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 36 .sync_write = true,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 36 .sync_write = true,
|
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | omap-gpmc.c | 726 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1248 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings() 1284 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings() 1287 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1850 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1862 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings() 1931 if (p->sync_write) in gpmc_cs_program_settings() 2041 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_omap2.c | 552 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe() 557 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
H A D | ucsi_acpi.c | 99 .sync_write = ucsi_acpi_sync_write,
|
H 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() 127 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 1265 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
|
H A D | ucsi.h | 39 * @sync_write: Blocking write operation 43 * Read and write routines for UCSI interface. @sync_write must wait for the 50 int (*sync_write)(struct ucsi *ucsi, unsigned int offset, member
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_bus.c | 119 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_bus.c | 118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb1ops.c | 1128 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,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb1ops.c | 1134 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1140 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1214 .sync_write = cifs_sync_write,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_tegra.c | 419 chip->bus.core.sync_write = 0; in hda_tegra_create()
|