/sound/drivers/mpu401/ |
D | mpu401_uart.c | 54 (!(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/ |
D | seq_info.c | 36 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()
|
D | seq_midi_event.c | 153 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/ |
D | soc-io.c | 35 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/ |
D | ac97_bus.c | 33 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()
|
D | Kconfig | 10 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/ |
D | Kconfig | 12 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/ |
D | info.c | 177 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()
|
D | hwdep.c | 69 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/ |
D | us122l.c | 243 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/ |
D | ad1843.c | 191 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/ |
D | ca_midi.c | 37 #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()
|
D | ca_midi.h | 58 unsigned char (*read)(struct snd_ca_midi *midi, int idx); member
|
/sound/pci/mixart/ |
D | mixart_hwdep.c | 51 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/ |
D | rt5677-spi.c | 80 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()
|
D | sigmadsp-regmap.c | 52 sigmadsp->read = sigmadsp_read_regmap; in devm_sigmadsp_init_regmap()
|
D | sigmadsp.h | 43 int (*read)(void *, unsigned int, uint8_t *, size_t); member
|
D | sigmadsp-i2c.c | 89 sigmadsp->read = sigmadsp_read_i2c; in devm_sigmadsp_init_i2c()
|
/sound/pci/asihpi/ |
D | hpi6000.c | 643 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/ |
D | seq_oss.c | 217 .read = odev_read, 294 entry->c.text.read = info_read; in register_proc()
|
/sound/i2c/other/ |
D | ak4117.c | 49 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()
|
D | ak4113.c | 54 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()
|
D | ak4114.c | 53 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/ |
D | au88x0_mixer.c | 30 .read = vortex_codec_read, in snd_vortex_mixer()
|
/sound/soc/intel/skylake/ |
D | skl-debug.c | 166 .read = module_read, 222 .read = fw_softreg_read,
|