/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_acpi.c | 105 .sync_write = ucsi_acpi_sync_write, 128 .sync_write = ucsi_acpi_sync_write, 171 .sync_write = ucsi_dell_sync_write,
|
H A D | ucsi_glink.c | 219 .sync_write = pmic_glink_ucsi_sync_write,
|
H A D | ucsi.h | 66 int (*sync_write)(struct ucsi *ucsi, unsigned int offset, member
|
H A D | ucsi.c | 63 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge() 134 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 1571 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
|
H A D | ucsi_stm32g0.c | 451 .sync_write = ucsi_stm32g0_sync_write,
|
H A D | ucsi_ccg.c | 610 .sync_write = ucsi_ccg_sync_write,
|
/openbmc/linux/include/linux/ |
H A D | omap-gpmc.h | 26 bool sync_write; member
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | samsung_onenand.h | 67 unsigned int sync_write; /* 0x0280 */ member
|
/openbmc/linux/drivers/staging/nvec/ |
H A D | nvec.h | 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()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | gpmc-omap.h | 152 bool sync_write; /* enables synchronous writes */ member
|
/openbmc/linux/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()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 36 .sync_write = true,
|
/openbmc/linux/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()
|
/openbmc/linux/sound/hda/ |
H A D | hdac_bus.c | 118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_conexant.c | 1260 if (!codec->bus->core.sync_write) { in patch_conexant_auto() 1263 codec->bus->core.sync_write = 1; in patch_conexant_auto()
|
H A D | hda_tegra.c | 438 chip->bus.core.sync_write = 0; in hda_tegra_create()
|
H A D | hda_controller.c | 1186 bus->core.sync_write = 1; in azx_bus_init()
|
/openbmc/linux/include/sound/ |
H A D | hdaudio.h | 343 bool sync_write:1; /* sync after verb write */ member
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | core.c | 371 bus->core.sync_write = 1; in avs_bus_init()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 5066 rc = server->ops->sync_write(xid, &fid, &io_parms, in __cifs_sfu_make_node() 5183 .sync_write = smb2_sync_write, 5286 .sync_write = smb2_sync_write, 5394 .sync_write = smb2_sync_write, 5510 .sync_write = smb2_sync_write,
|
H A D | smb1ops.c | 1150 .sync_write = cifs_sync_write,
|
H A D | cifsglob.h | 462 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
H A D | file.c | 2240 if (!server->ops->sync_write) in cifs_write() 2271 rc = server->ops->sync_write(xid, &open_file->fid, in cifs_write()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda.c | 831 bus->sync_write = 1; in hda_init()
|