| /sound/drivers/mpu401/ |
| A D | mpu401_uart.c | 39 (!(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 D | seq_info.c | 21 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 D | seq_midi_event.c | 140 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 D | ac97_bus.c | 29 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 D | Kconfig | 13 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 D | info.c | 156 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 D | jack.c | 310 .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 D | hwdep.c | 54 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 D | debugfs.c | 71 .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 D | ipc3-dtrace.c | 63 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 D | ad1843.c | 177 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 D | snd_ac97_compat.c | 53 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read() 60 .read = compat_ac97_read,
|
| A D | bus.c | 52 .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 D | us122l.c | 183 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 D | ca_midi.c | 22 #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 D | ca_midi.h | 44 unsigned char (*read)(struct snd_ca_midi *midi, int idx); member
|
| /sound/pci/mixart/ |
| A D | mixart_hwdep.c | 39 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 D | hpi6000.c | 632 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 D | sigmadsp-regmap.c | 51 sigmadsp->read = sigmadsp_read_regmap; in devm_sigmadsp_init_regmap()
|
| A D | sigmadsp.h | 42 int (*read)(void *, unsigned int, uint8_t *, size_t); member
|
| /sound/i2c/other/ |
| A D | ak4117.c | 34 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 D | ak4113.c | 39 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 D | ak4114.c | 38 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 D | seq_oss.c | 217 .read = odev_read, 296 entry->c.text.read = info_read; in register_proc()
|
| /sound/pci/au88x0/ |
| A D | au88x0_mixer.c | 30 .read = vortex_codec_read, in snd_vortex_mixer()
|