Searched refs:sync_write (Results 1 – 16 of 16) sorted by relevance
/linux/sound/hda/codecs/ |
H A D | senarytech.c | 201 if (!codec->bus->core.sync_write) { in senary_probe() 203 "Enable sync_write for stable communication\n"); in senary_probe() 204 codec->bus->core.sync_write = 1; in senary_probe()
|
H A D | conexant.c | 1256 if (!codec->bus->core.sync_write) { in cx_probe() 1258 "Enable sync_write for stable communication\n"); in cx_probe() 1259 codec->bus->core.sync_write = 1; in cx_probe()
|
/linux/include/linux/ |
H A D | omap-gpmc.h | 26 bool sync_write; member
|
/linux/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 | 315 if (!(wait_for_completion_timeout(&nvec->sync_write, in nvec_write_sync() 460 complete(&nvec->sync_write); in nvec_dispatch() 832 init_completion(&nvec->sync_write); in tegra_nvec_probe()
|
/linux/include/linux/platform_data/ |
H A D | gpmc-omap.h | 152 bool sync_write; /* enables synchronous writes */ member
|
/linux/drivers/memory/ |
H A D | omap-gpmc.c | 723 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1242 if (!s->sync_write) { in gpmc_omap_onenand_calc_sync_timings() 1278 info->sync_write = gpmc_s.sync_write; in gpmc_omap_onenand_set_timings() 1281 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1827 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1839 if (gpmc_s && gpmc_s->sync_write) in gpmc_calc_timings() 1908 if (p->sync_write) in gpmc_cs_program_settings() 2018 p->sync_write = of_property_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt()
|
/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 36 .sync_write = true,
|
/linux/sound/hda/core/ |
H A D | bus.c | 118 else if (bus->sync_write) in snd_hdac_bus_exec_verb_unlocked()
|
/linux/sound/hda/controllers/ |
H A D | tegra.c | 442 chip->bus.core.sync_write = 0; in hda_tegra_create()
|
/linux/include/sound/ |
H A D | hdaudio.h | 344 bool sync_write:1; /* sync after verb write */ member
|
/linux/sound/soc/intel/avs/ |
H A D | core.c | 391 bus->core.sync_write = 1; in avs_bus_init()
|
/linux/fs/smb/client/ |
H A D | smb2ops.c | 5198 rc = server->ops->sync_write(xid, &fid, &io_parms, in __cifs_sfu_make_node() 5331 .sync_write = smb2_sync_write, 5434 .sync_write = smb2_sync_write, 5542 .sync_write = smb2_sync_write, 5658 .sync_write = smb2_sync_write,
|
H A D | smb1ops.c | 1392 .sync_write = cifs_sync_write,
|
H A D | cifsglob.h | 496 int (*sync_write)(const unsigned int, struct cifs_fid *, member
|
/linux/sound/hda/common/ |
H A D | controller.c | 1192 /* enable sync_write flag for stable communication as default */ in azx_bus_init() 1193 bus->core.sync_write = 1; in azx_bus_init()
|