Searched refs:write (Results 176 - 200 of 2711) sorted by last modified time

1234567891011>>

/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 Dlegacy_freezer.c463 .write = freezer_write,
H A Dcgroup.c1535 * S_IRUGO for read, S_IWUSR for write.
1544 if (cft->write_u64 || cft->write_s64 || cft->write) {
2393 * exits by write-locking cgroup_threadgroup_rwsem. However, some ->attach()
2401 * write-locking threadgroup_rwsem, the locking order is reversed and we end up
2408 * write-locking cgroup_threadgroup_rwsem. This allows ->attach() to assume that
3044 * We need to write-lock threadgroup_rwsem while migrating tasks.
3047 * write-locking can be skipped safely.
4091 if (cft->write)
4092 return cft->write(of, buf, nbytes, off);
4168 .write
[all...]
H A Dcgroup-v1.c630 .write = cgroup1_procs_write,
649 .write = cgroup1_tasks_write,
660 .write = cgroup_release_agent_write,
/linux-master/include/linux/
H A Dnetfs.h26 * folio_start_private_2 - Start an fscache write on a folio. [DEPRECATED]
30 * second write before the first one finishes is not allowed.
76 * write to cache on read */
132 * have to write to multiple destinations concurrently.
147 enum netfs_io_source source; /* Where to read from/write to */
169 * individual read/write from/to a server, a cache, a journal, etc..
188 enum netfs_io_source source; /* Where to read from/write to */
207 NETFS_READ_FOR_WRITE, /* This read is to prepare a write */
208 NETFS_COPY_TO_CACHE, /* This write is to copy a read to the cache */
209 NETFS_WRITEBACK, /* This write wa
340 int (*write)(struct netfs_cache_resources *cres, member in struct:netfs_cache_ops
[all...]
/linux-master/include/drm/ttm/
H A Dttm_bo.h399 void *buf, int len, int write);
/linux-master/drivers/vfio/platform/
H A Dvfio_amba.c117 .write = vfio_platform_write,
/linux-master/drivers/tty/vt/
H A Dvc_screen.c640 * in the write data from userspace safely.
682 /* OK, now actually push the write to the console
782 .write = vcs_write,
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c311 int (*write) (char *); member in struct:ibm_struct
929 if (!ibm || !ibm->write)
937 ret = ibm->write(kernbuf);
1864 * Acquire mutex to write poller control variables as an
4082 .write = hotkey_write,
4348 .write = bluetooth_write,
4527 .write = wan_write,
5001 .write = video_write,
5230 .write = kbdlight_write,
5386 .write
[all...]
H A Dmsi-wmi-platform.c268 .write = msi_wmi_platform_write,
/linux-master/drivers/platform/x86/intel/
H A Dtpmi.c14 * on the target CPU to read or write. Also the RAPL features vary between
156 * @write_blocked: Writes are blocked means all write operations are ignored
520 .write = mem_write,
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.h306 * @ltr_ignore_offset: PWRMBASE offset to read/write LTR ignore bit
622 .write = __name ## _write, \
H A Dcore.c104 /* write CF9 global reset bit */
561 .write = pmc_core_ltr_ignore_write,

Completed in 533 milliseconds

1234567891011>>