Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 134) sorted by relevance

123456

/sound/drivers/mpu401/
Dmpu401_uart.c54 (!(mpu->read(mpu, MPU401C(mpu)) & MPU401_RX_EMPTY))
56 (!(mpu->read(mpu, MPU401C(mpu)) & MPU401_TX_FULL))
88 mpu->read(mpu, MPU401D(mpu)); in snd_mpu401_uart_clear_rx()
92 mpu->read(mpu, MPU401C(mpu))); in snd_mpu401_uart_clear_rx()
244 mpu->read(mpu, MPU401C(mpu))); in snd_mpu401_uart_cmd()
253 if (mpu->read(mpu, MPU401D(mpu)) == MPU401_ACK) in snd_mpu401_uart_cmd()
257 if (!ok && mpu->read(mpu, MPU401D(mpu)) == MPU401_ACK) in snd_mpu401_uart_cmd()
265 mpu->read(mpu, MPU401C(mpu)), in snd_mpu401_uart_cmd()
266 mpu->read(mpu, MPU401D(mpu))); in snd_mpu401_uart_cmd()
378 mpu->read(mpu, MPU401D(mpu)); in snd_mpu401_uart_input_trigger()
[all …]
/sound/core/seq/
Dseq_info.c36 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry()
45 entry->c.text.read = read; in create_info_entry()
Dseq_midi_event.c153 dev->read = 0; in reset_encode()
273 dev->read = 1; in snd_midi_event_encode_byte()
278 dev->buf[dev->read++] = c; in snd_midi_event_encode_byte()
285 dev->read = 2; in snd_midi_event_encode_byte()
299 dev->read >= dev->bufsize) { in snd_midi_event_encode_byte()
303 ev->data.ext.len = dev->read; in snd_midi_event_encode_byte()
306 dev->read = 0; /* continue to parse */ in snd_midi_event_encode_byte()
/sound/soc/
Dsoc-io.c35 else if (component->read) in snd_soc_component_read()
36 ret = component->read(component, reg, val); in snd_soc_component_read()
71 if (!component->read || !component->write) in snd_soc_component_update_bits_legacy()
76 ret = component->read(component, reg, &old); in snd_soc_component_update_bits_legacy()
/sound/
Dac97_bus.c33 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
34 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2); in snd_ac97_check_id()
DKconfig10 You want to read the Sound-HOWTO, available from
19 time using the ISA PnP tools (read
23 and read <file:Documentation/sound/oss/README.modules>; the module
/sound/oss/dmasound/
DKconfig12 want). If you want to compile it as a module, say M here and read
26 want). If you want to compile it as a module, say M here and read
40 want). If you want to compile it as a module, say M here and read
/sound/core/
Dinfo.c177 size = entry->c.ops->read(entry, data->file_private_data, in snd_info_entry_read()
216 if (entry->c.ops->read) in snd_info_entry_poll()
263 if (((mode == O_RDONLY || mode == O_RDWR) && !entry->c.ops->read) || in snd_info_entry_open()
304 .read = snd_info_entry_read,
374 if (!entry->c.text.read) { in snd_info_seq_show()
378 entry->c.text.read(entry, data->rbuffer); in snd_info_seq_show()
446 .read = seq_read,
884 entry->c.text.read = snd_info_version_read; in snd_info_version_init()
Dhwdep.c69 if (hw->ops.read) in snd_hwdep_read()
70 return hw->ops.read(hw, buf, count, offset); in snd_hwdep_read()
338 .read = snd_hwdep_read,
512 entry->c.text.read = snd_hwdep_proc_read; in snd_hwdep_proc_init()
/sound/usb/usx2y/
Dus122l.c243 bool read; in usb_stream_hwdep_mmap() local
248 read = offset < s->read_size; in usb_stream_hwdep_mmap()
249 if (read && area->vm_flags & VM_WRITE) { in usb_stream_hwdep_mmap()
254 read ? s->read_size : s->write_size); in usb_stream_hwdep_mmap()
256 if (size > PAGE_ALIGN(read ? s->read_size : s->write_size)) { in usb_stream_hwdep_mmap()
258 read ? s->read_size : s->write_size); in usb_stream_hwdep_mmap()
265 if (!read) in usb_stream_hwdep_mmap()
/sound/mips/
Dad1843.c191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits()
205 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits()
240 w = ad1843->read(ad1843->chip, reg); in ad1843_read_multi()
287 w = ad1843->read(ad1843->chip, reg); in ad1843_write_multi()
/sound/pci/ca0106/
Dca_midi.c37 #define ca_midi_read_data(midi) midi->read(midi, 0)
38 #define ca_midi_read_stat(midi) midi->read(midi, 1)
277 midi->read = NULL; in ca_midi_free()
Dca_midi.h58 unsigned char (*read)(struct snd_ca_midi *midi, int idx); member
/sound/pci/mixart/
Dmixart_hwdep.c51 u32 read; in mixart_wait_nice_for_register_value() local
58 read = readl_be( MIXART_MEM( mgr, offset )); in mixart_wait_nice_for_register_value()
60 if(read == value) return 0; in mixart_wait_nice_for_register_value()
63 if(read != value) return 0; in mixart_wait_nice_for_register_value()
/sound/soc/codecs/
Drt5677-spi.c80 static u8 rt5677_spi_select_cmd(bool read, u32 align, u32 remain, u32 *len) in rt5677_spi_select_cmd() argument
92 return read ? cmd : cmd + 1; in rt5677_spi_select_cmd()
Dsigmadsp-regmap.c52 sigmadsp->read = sigmadsp_read_regmap; in devm_sigmadsp_init_regmap()
Dsigmadsp.h43 int (*read)(void *, unsigned int, uint8_t *, size_t); member
Dsigmadsp-i2c.c89 sigmadsp->read = sigmadsp_read_i2c; in devm_sigmadsp_init_i2c()
/sound/pci/asihpi/
Dhpi6000.c643 u32 read = 0; in hpi6000_adapter_boot_load_dsp() local
1054 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1060 if (read) in hpi6000_adapter_boot_load_dsp()
1119 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1121 if (read != test_data) { in hpi6000_adapter_boot_load_dsp()
1123 read); in hpi6000_adapter_boot_load_dsp()
1128 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1130 if (read != test_data) { in hpi6000_adapter_boot_load_dsp()
1132 read); in hpi6000_adapter_boot_load_dsp()
/sound/core/seq/oss/
Dseq_oss.c217 .read = odev_read,
294 entry->c.text.read = info_read; in register_proc()
/sound/i2c/other/
Dak4117.c49 return ak4117->read(ak4117->private_data, reg); in reg_read()
76 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write, in snd_ak4117_create() argument
91 chip->read = read; in snd_ak4117_create()
Dak4113.c54 return ak4113->read(ak4113->private_data, reg); in reg_read()
71 int snd_ak4113_create(struct snd_card *card, ak4113_read_t *read, in snd_ak4113_create() argument
87 chip->read = read; in snd_ak4113_create()
Dak4114.c53 return ak4114->read(ak4114->private_data, reg); in reg_read()
82 ak4114_read_t *read, ak4114_write_t *write, in snd_ak4114_create() argument
98 chip->read = read; in snd_ak4114_create()
/sound/pci/au88x0/
Dau88x0_mixer.c30 .read = vortex_codec_read, in snd_vortex_mixer()
/sound/soc/intel/skylake/
Dskl-debug.c166 .read = module_read,
222 .read = fw_softreg_read,

123456