Home
last modified time | relevance | path

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

123456

/sound/drivers/mpu401/
A Dmpu401_uart.c39 (!(mpu->read(mpu, MPU401C(mpu)) & MPU401_RX_EMPTY))
41 (!(mpu->read(mpu, MPU401C(mpu)) & MPU401_TX_FULL))
73 mpu->read(mpu, MPU401D(mpu)); in snd_mpu401_uart_clear_rx()
78 mpu->read(mpu, MPU401C(mpu))); in snd_mpu401_uart_clear_rx()
230 mpu->read(mpu, MPU401C(mpu))); in snd_mpu401_uart_cmd()
252 mpu->read(mpu, MPU401C(mpu)), in snd_mpu401_uart_cmd()
253 mpu->read(mpu, MPU401D(mpu))); in snd_mpu401_uart_cmd()
371 mpu->read(mpu, MPU401D(mpu)); in snd_mpu401_uart_input_trigger()
400 byte = mpu->read(mpu, MPU401D(mpu)); in snd_mpu401_uart_input_read()
566 mpu->read = mpu401_read_mmio; in snd_mpu401_uart_new()
[all …]
/sound/core/seq/
A Dseq_info.c21 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry()
30 entry->c.text.read = read; in create_info_entry()
A Dseq_midi_event.c140 dev->read = 0; in reset_encode()
192 dev->read = 1; in snd_midi_event_encode_byte()
197 dev->buf[dev->read++] = c; in snd_midi_event_encode_byte()
204 dev->read = 2; in snd_midi_event_encode_byte()
218 dev->read >= dev->bufsize) { in snd_midi_event_encode_byte()
222 ev->data.ext.len = dev->read; in snd_midi_event_encode_byte()
225 dev->read = 0; /* continue to parse */ in snd_midi_event_encode_byte()
/sound/
A Dac97_bus.c29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
30 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2); in snd_ac97_check_id()
/sound/oss/dmasound/
A DKconfig13 want). If you want to compile it as a module, say M here and read
27 want). If you want to compile it as a module, say M here and read
41 want). If you want to compile it as a module, say M here and read
/sound/core/
A Dinfo.c156 size = entry->c.ops->read(entry, data->file_private_data, in snd_info_entry_read()
195 if (entry->c.ops->read) in snd_info_entry_poll()
242 if (((mode == O_RDONLY || mode == O_RDWR) && !entry->c.ops->read) || in snd_info_entry_open()
338 if (!entry->c.text.read) { in snd_info_seq_show()
342 entry->c.text.read(entry, data->rbuffer); in snd_info_seq_show()
848 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new()
858 snd_info_set_text_ops(entry, private_data, read); in snd_card_rw_proc_new()
885 entry->c.text.read = snd_info_version_read; in snd_info_version_init()
A Djack.c310 .read = jack_type_read,
317 .read = sw_inject_enable_read,
330 .read = jack_kctl_id_read,
336 .read = jack_kctl_mask_bits_read,
342 .read = jack_kctl_status_read,
A Dhwdep.c54 if (hw->ops.read) in snd_hwdep_read()
55 return hw->ops.read(hw, buf, count, offset); in snd_hwdep_read()
330 .read = snd_hwdep_read,
500 entry->c.text.read = snd_hwdep_proc_read; in snd_hwdep_proc_init()
/sound/soc/intel/avs/
A Ddebugfs.c71 .read = fw_regs_read,
95 .read = debug_window_read,
170 .read = probe_points_read,
280 .read = strace_read,
406 .read = trace_control_read,
/sound/soc/sof/
A Dipc3-dtrace.c63 int log_level, pipe_id, comp_id, read, ret; in trace_filter_parse_entry() local
69 ret = sscanf(line, " %n", &read); in trace_filter_parse_entry()
70 if (!ret && read == len) in trace_filter_parse_entry()
73 ret = sscanf(line, " %d %x %d %d %n", &log_level, &uuid_id, &pipe_id, &comp_id, &read); in trace_filter_parse_entry()
74 if (ret != TRACE_FILTER_ELEMENTS_PER_ENTRY || read != len) { in trace_filter_parse_entry()
387 .read = dfsentry_dtrace_read,
/sound/mips/
A Dad1843.c177 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits()
191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits()
226 w = ad1843->read(ad1843->chip, reg); in ad1843_read_multi()
273 w = ad1843->read(ad1843->chip, reg); in ad1843_write_multi()
/sound/ac97/
A Dsnd_ac97_compat.c53 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read()
60 .read = compat_ac97_read,
A Dbus.c52 .read = ac97_unbound_ctrl_read,
138 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID1); in snd_ac97_bus_scan_one()
143 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID2); in snd_ac97_bus_scan_one()
/sound/usb/usx2y/
A Dus122l.c183 bool read; in usb_stream_hwdep_mmap() local
188 read = offset < s->read_size; in usb_stream_hwdep_mmap()
189 if (read && area->vm_flags & VM_WRITE) { in usb_stream_hwdep_mmap()
194 if (size > PAGE_ALIGN(read ? s->read_size : s->write_size)) { in usb_stream_hwdep_mmap()
196 size, read ? s->read_size : s->write_size); in usb_stream_hwdep_mmap()
203 if (!read) in usb_stream_hwdep_mmap()
/sound/pci/ca0106/
A Dca_midi.c22 #define ca_midi_read_data(midi) midi->read(midi, 0)
23 #define ca_midi_read_stat(midi) midi->read(midi, 1)
262 midi->read = NULL; in ca_midi_free()
A Dca_midi.h44 unsigned char (*read)(struct snd_ca_midi *midi, int idx); member
/sound/pci/mixart/
A Dmixart_hwdep.c39 u32 read; in mixart_wait_nice_for_register_value() local
46 read = readl_be( MIXART_MEM( mgr, offset )); in mixart_wait_nice_for_register_value()
48 if(read == value) return 0; in mixart_wait_nice_for_register_value()
51 if(read != value) return 0; in mixart_wait_nice_for_register_value()
/sound/pci/asihpi/
A Dhpi6000.c632 u32 read = 0; in hpi6000_adapter_boot_load_dsp() local
1043 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1049 if (read) in hpi6000_adapter_boot_load_dsp()
1108 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1110 if (read != test_data) { in hpi6000_adapter_boot_load_dsp()
1112 read); in hpi6000_adapter_boot_load_dsp()
1117 read = hpi_read_word(pdo, in hpi6000_adapter_boot_load_dsp()
1119 if (read != test_data) { in hpi6000_adapter_boot_load_dsp()
1121 read); in hpi6000_adapter_boot_load_dsp()
/sound/soc/codecs/
A Dsigmadsp-regmap.c51 sigmadsp->read = sigmadsp_read_regmap; in devm_sigmadsp_init_regmap()
A Dsigmadsp.h42 int (*read)(void *, unsigned int, uint8_t *, size_t); member
/sound/i2c/other/
A Dak4117.c34 return ak4117->read(ak4117->private_data, reg); in reg_read()
50 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write, in snd_ak4117_create() argument
65 chip->read = read; in snd_ak4117_create()
A Dak4113.c39 return ak4113->read(ak4113->private_data, reg); in reg_read()
56 int snd_ak4113_create(struct snd_card *card, ak4113_read_t *read, in snd_ak4113_create() argument
72 chip->read = read; in snd_ak4113_create()
A Dak4114.c38 return ak4114->read(ak4114->private_data, reg); in reg_read()
56 ak4114_read_t *read, ak4114_write_t *write, in snd_ak4114_create() argument
72 chip->read = read; in snd_ak4114_create()
/sound/core/seq/oss/
A Dseq_oss.c217 .read = odev_read,
296 entry->c.text.read = info_read; in register_proc()
/sound/pci/au88x0/
A Dau88x0_mixer.c30 .read = vortex_codec_read, in snd_vortex_mixer()

Completed in 63 milliseconds

123456