Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 114) sorted by relevance

12345

/sound/pci/
Dak4531_codec.c108 ak4531->write(ak4531, reg, ak4531->regs[reg] = val); in snd_ak4531_put_single()
186 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
191 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
192 ak4531->write(ak4531, right_reg, ak4531->regs[right_reg] = right); in snd_ak4531_put_double()
248 ak4531->write(ak4531, reg1, ak4531->regs[reg1] = val1); in snd_ak4531_put_input_sw()
249 ak4531->write(ak4531, reg2, ak4531->regs[reg2] = val2); in snd_ak4531_put_input_sw()
392 ak4531->write(ak4531, AK4531_RESET, 0x03); /* no RST, PD */ in snd_ak4531_mixer()
394 …ak4531->write(ak4531, AK4531_CLOCK, 0x00); /* CODEC ADC and CODEC DAC use {LR,B}CLK2 and run off L… in snd_ak4531_mixer()
398 …ak4531->write(ak4531, idx, ak4531->regs[idx] = snd_ak4531_initial_map[idx]); /* recording source i… in snd_ak4531_mixer()
427 ak4531->write(ak4531, AK4531_LMASTER, 0x9f); in snd_ak4531_suspend()
[all …]
/sound/core/
Dinfo.c183 size = entry->c.ops->write(entry, data->file_private_data, in snd_info_entry_write()
203 if (entry->c.ops->write) in snd_info_entry_poll()
249 ((mode == O_WRONLY || mode == O_RDWR) && !entry->c.ops->write)) { in snd_info_entry_open()
290 .write = snd_info_entry_write,
313 if (!entry->c.text.write) in snd_info_text_entry_write()
409 if (data->wbuffer && entry->c.text.write) in snd_info_text_entry_release()
410 entry->c.text.write(entry, data->wbuffer); in snd_info_text_entry_release()
429 .write = snd_info_text_entry_write,
884 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
893 if (write) { in snd_card_rw_proc_new()
[all …]
Dhwdep.c63 if (hw->ops.write) in snd_hwdep_write()
64 return hw->ops.write(hw, buf, count, offset); in snd_hwdep_write()
324 .write = snd_hwdep_write,
/sound/soc/codecs/
Dcx20442.c164 if (!cx20442->tty || !cx20442->tty->ops->write) in cx20442_write()
193 if (cx20442->tty->ops->write(cx20442->tty, buf, len) != len) in cx20442_write()
217 if (!tty->ops->write) in v253_open()
225 if (tty->ops->write(tty, v253_init, len) != len) { in v253_open()
414 .write = cx20442_write,
Dwl1273.c113 r = core->write(core, WL1273_I2S_MODE_CONFIG_SET, mode); in snd_wl1273_fm_set_i2s_mode()
118 r = core->write(core, WL1273_AUDIO_ENABLE, in snd_wl1273_fm_set_i2s_mode()
143 r = core->write(core, WL1273_MOST_MODE_SET, WL1273_RX_MONO); in snd_wl1273_fm_set_channel_number()
145 r = core->write(core, WL1273_MONO_SET, WL1273_TX_MONO); in snd_wl1273_fm_set_channel_number()
147 r = core->write(core, WL1273_MOST_MODE_SET, WL1273_RX_STEREO); in snd_wl1273_fm_set_channel_number()
149 r = core->write(core, WL1273_MONO_SET, WL1273_TX_STEREO); in snd_wl1273_fm_set_channel_number()
Dsigmadsp-regmap.c50 sigmadsp->write = sigmadsp_write_regmap; in devm_sigmadsp_init_regmap()
Dsigmadsp.h41 int (*write)(void *, unsigned int, const uint8_t *, size_t); member
Dsigmadsp-i2c.c87 sigmadsp->write = sigmadsp_write_i2c; in devm_sigmadsp_init_i2c()
/sound/soc/qcom/qdsp6/
Dq6asm.c1208 struct asm_data_cmd_write_v2 *write; in q6asm_write_async() local
1217 pkt_size = APR_HDR_SIZE + sizeof(*write); in q6asm_write_async()
1223 write = p + APR_HDR_SIZE; in q6asm_write_async()
1232 write->buf_addr_lsw = lower_32_bits(ab->phys); in q6asm_write_async()
1233 write->buf_addr_msw = upper_32_bits(ab->phys); in q6asm_write_async()
1234 write->buf_size = len; in q6asm_write_async()
1235 write->seq_id = port->dsp_buf; in q6asm_write_async()
1236 write->timestamp_lsw = lsw_ts; in q6asm_write_async()
1237 write->timestamp_msw = msw_ts; in q6asm_write_async()
1238 write->mem_map_handle = in q6asm_write_async()
[all …]
/sound/drivers/mpu401/
Dmpu401_uart.c217 mpu->write(mpu, 0x00, MPU401D(mpu)); in snd_mpu401_uart_cmd()
231 mpu->write(mpu, cmd, MPU401C(mpu)); in snd_mpu401_uart_cmd()
424 mpu->write(mpu, byte, MPU401D(mpu)); in snd_mpu401_uart_output_write()
554 mpu->write = mpu401_write_mmio; in snd_mpu401_uart_new()
557 mpu->write = mpu401_write_port; in snd_mpu401_uart_new()
/sound/soc/
Dsoc-io.c68 else if (component->driver->write) in snd_soc_component_write()
69 return component->driver->write(component, reg, val); in snd_soc_component_write()
/sound/ac97/
Dsnd_ac97_compat.c44 actrl->ops->write(actrl, ac97->num, reg, val); in compat_ac97_write()
59 .write = compat_ac97_write,
/sound/pci/ice1712/
Dak4xxx.c133 if (ak->ops.write == NULL) in snd_ice1712_akm4xxx_init()
134 ak->ops.write = snd_ice1712_akm4xxx_write; in snd_ice1712_akm4xxx_init()
Dwm8766.h88 void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data); member
/sound/pci/ca0106/
Dca_midi.c20 #define ca_midi_write_data(midi, data) midi->write(midi, data, 0)
21 #define ca_midi_write_cmd(midi, data) midi->write(midi, data, 1)
263 midi->write = NULL; in ca_midi_free()
Dca_midi.h45 void (*write)(struct snd_ca_midi *midi, int data, int idx); member
/sound/i2c/other/
Dak4117.c27 ak4117->write(ak4117->private_data, reg, val); in reg_write()
61 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write, in snd_ak4117_create() argument
77 chip->write = write; in snd_ak4117_create()
Dak4113.c32 ak4113->write(ak4113->private_data, reg, val); in reg_write()
57 ak4113_write_t *write, const unsigned char *pgm, in snd_ak4113_create() argument
73 chip->write = write; in snd_ak4113_create()
Dak4114.c29 ak4114->write(ak4114->private_data, reg, val); in reg_write()
67 ak4114_read_t *read, ak4114_write_t *write, in snd_ak4114_create() argument
84 chip->write = write; in snd_ak4114_create()
/sound/isa/sb/
Demu8000_patch.c24 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write) in snd_emu8000_open_dma() argument
31 snd_emu8000_dma_chan(emu, i, write); in snd_emu8000_open_dma()
/sound/pci/au88x0/
Dau88x0_mixer.c29 .write = vortex_codec_write, in snd_vortex_mixer()
/sound/soc/sof/intel/
Dapl.c34 .write = sof_io_write,
Dbyt.c475 .write = sof_io_write,
636 .write = sof_io_write,
695 .write = sof_io_write,
/sound/drivers/opl4/
Dopl4_proc.c83 .write = snd_opl4_mem_proc_write,
/sound/atmel/
Dac97c.c649 int write = 10; in atmel_ac97c_read() local
667 if (!--write) in atmel_ac97c_read()
680 if (!--write) in atmel_ac97c_read()
722 .write = atmel_ac97c_write, in atmel_ac97c_probe()

12345