Searched refs:write (Results 126 - 150 of 2711) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c179 * write op is only supported for ipc_flood_count or
226 dev_err_ratelimited(dev, "debugfs write failed to resume %d\n", ret);
237 dev_err_ratelimited(dev, "debugfs write failed to idle %d\n", err);
285 .write = sof_ipc_flood_dfs_write,
293 * flood tests. Users can write to these entries to execute the IPC flood test
322 /* create read-write ipc_flood_count debugfs entry */
326 /* create read-write ipc_flood_duration_ms debugfs entry */
H A Dops.h329 if (sof_ops(sdev)->write)
330 sof_ops(sdev)->write(sdev, sdev->bar[bar] + offset, value);
H A Dipc4-mtrace.c232 "core%d, host read: %#x, dsp write: %#x, avail: %#x\n",
236 /* Read data between read pointer and write pointer */
242 /* read from slot start to write pointer */
249 /* first write the number of bytes we have gathered */
342 * To update Nth mask entry, write:
375 .write = sof_ipc4_priority_mask_dfs_write,
638 dev_dbg(sdev->dev, "core%d, host read: %#x, dsp write: %#x",
H A Dipc3-dtrace.c223 .write = dfsentry_trace_filter_write,
268 * If host offset is less than local pos, it means write pointer of
/linux-master/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c211 dev_err(dev, "write emi map fail : %#x\n", readl(vaddr_emi_map));
526 .write = sof_io_write,
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c502 .write = sof_io_write,
/linux-master/sound/soc/sof/amd/
H A Dacp-common.c202 .write = sof_io_write,
/linux-master/sound/soc/
H A Dsoc-core.c2842 if (!component->driver->write && !component->driver->read) {
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.c53 sst->ops->write(sst->addr.shim, offset, value);
73 sst->ops->write(sst->addr.shim, offset, value);
H A Dsst-dsp-priv.h23 void (*write)(void __iomem *addr, u32 offset, u32 value); member in struct:sst_ops
/linux-master/sound/soc/intel/avs/
H A Dskl.c120 u16 size, write, offset; local
126 write = readl(avs_sram_addr(adev, AVS_FW_REGS_WINDOW) + FW_REGS_DBG_LOG_WP(msg->log.core));
128 offset = (write < size) ? size : 0;
H A Ddebugfs.c172 .write = probe_points_write,
209 .write = probe_points_disconnect_write,
407 .write = trace_control_write,
/linux-master/sound/soc/fsl/
H A Dfsl_ssi.c66 * (bit-endianness must match byte-endianness). Processors typically write
1225 pr_err("ac97 write clk_prepare_enable failed: %d\n",
1282 .write = fsl_ssi_ac97_write,
/linux-master/sound/soc/codecs/
H A Duda1380.c75 * write uda1380 register cache
91 * write to the UDA1380 register space
115 pr_debug("uda1380: hw write %x val %x\n", reg, value);
146 dev_err(component->dev, "%s: write to reg 0x%x failed\n",
727 .write = uda1380_write,
H A Dsigmadsp.c98 return sigmadsp->write(sigmadsp->control_data, addr, data, len);
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c527 entry->c.text.write = write_eld_info;
3895 * scratch register read/write for DP MST supported Tegra HDA codec.
/linux-master/sound/isa/sb/
H A Demu8000_patch.c17 MODULE_PARM_DESC(emu8000_reset_addr, "reset write address at each time (makes slowdown)");
24 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write) argument
31 snd_emu8000_dma_chan(emu, i, write);
108 * write sample word data
192 /* first block - write 48 samples for silence */
/linux-master/sound/drivers/
H A Dpcmtest.c102 size_t b_rw; // Bytes to write on every timer tick
103 size_t s_rw_ch; // Samples to write to one channel on every tick
152 * every time we write a byte to any channel, so the position in the current channel buffer is
235 * Here we increment the DMA buffer position every time we write a byte to any channel 'buffer'.
690 .write = pattern_write,
/linux-master/sound/core/
H A Dpcm_native.c1086 * with extension, parameters are read/write,
1112 * with extension, parameters are read/write,
4102 .write = snd_pcm_write,
H A Dinit.c471 .write = snd_disconnect_write,
/linux-master/sound/ac97/
H A Dbus.c51 .write = ac97_unbound_ctrl_write,
/linux-master/kernel/printk/
H A Dprintk.c200 int devkmsg_sysctl_set_loglvl(struct ctl_table *table, int write, argument
207 if (write) {
215 err = proc_dostring(table, write, buffer, lenp, ppos);
219 if (write) {
461 /* syslog_lock protects syslog_* variables and write access to clear_seq. */
917 /* write-only does not need any file context */
1984 * consoles, instead of having it write our data too,
2414 early_console->write(early_console, buf, n);
2653 * be in or enter their write() callback.
2675 * be in or enter their write() callbac
[all...]
/linux-master/kernel/cgroup/
H A Dpids.c351 .write = pids_max_write,
H A Dcpuset.c65 spinlock_t lock; /* guards read or write of above */
3573 * Common handling for a write to a "cpus" or "mems" file.
3808 .write = cpuset_write_resmask,
3816 .write = cpuset_write_resmask,
3915 .write = cpuset_write_resmask,
3924 .write = cpuset_write_resmask,
3945 .write = sched_partition_write,
3954 .write = cpuset_write_resmask,
H A Dlegacy_freezer.c463 .write = freezer_write,

Completed in 416 milliseconds

1234567891011>>