| /sound/pci/asihpi/ |
| A D | hpi6000.c | 1289 u16 ack; in hpi6000_message_response_sequence() local 1330 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_message_response_sequence() 1408 u16 ack; in hpi6000_send_data() local 1419 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_send_data() 1481 u16 ack; in hpi6000_get_data() local 1590 u32 ack = 0L; in hpi6000_wait_dsp_ack() local 1609 if (ack == ack_value) in hpi6000_wait_dsp_ack() 1617 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_wait_dsp_ack() 1620 ack = HPI_HIF_ERROR_MASK; in hpi6000_wait_dsp_ack() 1623 ack = HPI_HIF_ERROR_MASK; in hpi6000_wait_dsp_ack() [all …]
|
| /sound/i2c/ |
| A D | i2c.c | 189 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data() argument 191 return bus->hw_ops.bit->getdata(bus, ack); in snd_i2c_bit_data() 220 int ack; in snd_i2c_bit_ack() local 225 ack = snd_i2c_bit_data(bus, 1); in snd_i2c_bit_ack() 228 return ack ? -EIO : 0; in snd_i2c_bit_ack()
|
| /sound/core/seq/ |
| A D | seq_ports.c | 197 bool is_src, bool ack); 497 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 520 err = subscribe_port(client, port, grp, &subs->info, ack); in check_and_subscribe_port() 542 bool is_src, bool ack) in __delete_and_unsubscribe_port() argument 558 unsubscribe_port(client, port, grp, &subs->info, ack); in __delete_and_unsubscribe_port() 564 bool is_src, bool ack) in delete_and_unsubscribe_port() argument 570 __delete_and_unsubscribe_port(client, port, subs, is_src, ack); in delete_and_unsubscribe_port()
|
| /sound/pci/ca0106/ |
| A D | ca_midi.c | 75 static void ca_midi_cmd(struct snd_ca_midi *midi, unsigned char cmd, int ack) in ca_midi_cmd() argument 85 if (ack) { in ca_midi_cmd() 90 if (ca_midi_read_data(midi) == midi->ack) in ca_midi_cmd() 94 if (!ok && ca_midi_read_data(midi) == midi->ack) in ca_midi_cmd()
|
| A D | ca_midi.h | 38 int ack, reset, enter_uart; member
|
| /sound/pci/ |
| A D | intel8x0m.c | 153 int ack; member 374 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0m_setup_periods() 386 ichdev->ack_reload = ichdev->ack = 1; in snd_intel8x0m_setup_periods() 422 int ack = 0; in snd_intel8x0m_update() local 454 if (--ichdev->ack == 0) { in snd_intel8x0m_update() 455 ichdev->ack = ichdev->ack_reload; in snd_intel8x0m_update() 456 ack = 1; in snd_intel8x0m_update() 459 if (ack && ichdev->substream) { in snd_intel8x0m_update()
|
| A D | intel8x0.c | 325 int ack; member 644 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0_setup_periods() 656 ichdev->ack_reload = ichdev->ack = 1; in snd_intel8x0_setup_periods() 695 int ack = 0; in snd_intel8x0_update() local 733 if (--ichdev->ack == 0) { in snd_intel8x0_update() 734 ichdev->ack = ichdev->ack_reload; in snd_intel8x0_update() 735 ack = 1; in snd_intel8x0_update() 739 if (ack && ichdev->substream) { in snd_intel8x0_update()
|
| /sound/isa/wavefront/ |
| A D | wavefront_synth.c | 337 int ack; in snd_wavefront_cmd() local 465 ack = wavefront_read(dev); in snd_wavefront_cmd() 466 if (ack == 0) in snd_wavefront_cmd() 467 ack = WF_ACK; in snd_wavefront_cmd() 469 if (ack != WF_ACK) { in snd_wavefront_cmd() 470 if (ack == -1) { in snd_wavefront_cmd() 479 if (ack == 0xff) { /* explicit error */ in snd_wavefront_cmd() 492 cmd, wfcmd->action, ack, err, in snd_wavefront_cmd()
|
| /sound/firewire/tascam/ |
| A D | tascam-pcm.c | 262 .ack = pcm_capture_ack, in snd_tscm_create_pcm_devices() 272 .ack = pcm_playback_ack, in snd_tscm_create_pcm_devices()
|
| /sound/soc/intel/atom/ |
| A D | sst-mfld-platform-compress.c | 224 stream->compr_ops->ack(sst->dev, stream->id, (unsigned long)bytes); in sst_platform_compr_ack() 268 .ack = sst_platform_compr_ack,
|
| A D | sst-mfld-platform.h | 109 int (*ack)(struct device *dev, unsigned int str_id, member
|
| /sound/soc/sprd/ |
| A D | sprd-mcdt.c | 298 u32 reg, shift = sprd_mcdt_dma_ack_shift(channel), ack = dma_chan; in sprd_mcdt_dac_dma_ack_select() local 313 sprd_mcdt_update(mcdt, reg, ack << shift, in sprd_mcdt_dac_dma_ack_select() 320 u32 reg, shift = sprd_mcdt_dma_ack_shift(channel), ack = dma_chan; in sprd_mcdt_adc_dma_ack_select() local 335 sprd_mcdt_update(mcdt, reg, ack << shift, in sprd_mcdt_adc_dma_ack_select()
|
| /sound/firewire/digi00x/ |
| A D | digi00x-pcm.c | 333 .ack = pcm_capture_ack, in snd_dg00x_create_pcm_devices() 343 .ack = pcm_playback_ack, in snd_dg00x_create_pcm_devices()
|
| /sound/firewire/bebob/ |
| A D | bebob_pcm.c | 350 .ack = pcm_capture_ack, in snd_bebob_create_pcm_devices() 360 .ack = pcm_playback_ack, in snd_bebob_create_pcm_devices()
|
| /sound/firewire/fireface/ |
| A D | ff-pcm.c | 373 .ack = pcm_capture_ack, in snd_ff_create_pcm_devices() 383 .ack = pcm_playback_ack, in snd_ff_create_pcm_devices()
|
| /sound/firewire/fireworks/ |
| A D | fireworks_pcm.c | 380 .ack = pcm_capture_ack, in snd_efw_create_pcm_devices() 390 .ack = pcm_playback_ack, in snd_efw_create_pcm_devices()
|
| /sound/virtio/ |
| A D | virtio_pcm_ops.c | 529 .ack = virtsnd_pcm_pb_ack, 541 .ack = virtsnd_pcm_cp_ack,
|
| /sound/firewire/motu/ |
| A D | motu-pcm.c | 344 .ack = capture_ack, in snd_motu_create_pcm_devices() 354 .ack = playback_ack, in snd_motu_create_pcm_devices()
|
| /sound/hda/core/ |
| A D | controller.c | 685 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq() 700 if (ack) in snd_hdac_bus_handle_stream_irq() 701 ack(bus, azx_dev); in snd_hdac_bus_handle_stream_irq()
|
| /sound/pci/emu10k1/ |
| A D | emumpu401.c | 105 …u10k1_midi_cmd(struct snd_emu10k1 * emu, struct snd_emu10k1_midi *midi, unsigned char cmd, int ack) in snd_emu10k1_midi_cmd() argument 114 if (ack) { in snd_emu10k1_midi_cmd()
|
| /sound/firewire/dice/ |
| A D | dice-pcm.c | 413 .ack = capture_ack, in snd_dice_create_pcm() 423 .ack = playback_ack, in snd_dice_create_pcm()
|
| /sound/firewire/oxfw/ |
| A D | oxfw-pcm.c | 419 .ack = pcm_capture_ack, in snd_oxfw_create_pcm() 429 .ack = pcm_playback_ack, in snd_oxfw_create_pcm()
|
| /sound/soc/ |
| A D | soc-component.c | 627 component->driver->compress_ops->ack) { in snd_soc_component_compr_ack() 628 ret = component->driver->compress_ops->ack( in snd_soc_component_compr_ack() 1296 if (component->driver->ack) in snd_soc_pcm_component_ack() 1297 return component->driver->ack(component, substream); in snd_soc_pcm_component_ack()
|
| /sound/drivers/mpu401/ |
| A D | mpu401_uart.c | 211 int ack) in snd_mpu401_uart_cmd() argument 234 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) { in snd_mpu401_uart_cmd()
|
| /sound/pci/ice1712/ |
| A D | revo.c | 125 static int revo_i2c_getdata(struct snd_i2c_bus *bus, int ack) in revo_i2c_getdata() argument 130 if (ack) in revo_i2c_getdata()
|