/sound/pci/ctxfi/ |
D | cttimer.c | 23 void (*stop)(struct ct_timer_instance *); member 132 .stop = ct_systimer_stop, 324 .stop = ct_xfitimer_stop, 374 atimer->ops->stop(ti); in ct_timer_stop() 381 atimer->ops->stop(ti); /* to be sure */ in ct_timer_instance_free()
|
/sound/soc/sh/rcar/ |
D | src.c | 492 bool stop = false; in __rsnd_src_interrupt() local 501 stop = true; in __rsnd_src_interrupt() 508 if (stop) in __rsnd_src_interrupt() 598 .stop = rsnd_src_stop,
|
D | ssi.c | 647 bool stop = false; in __rsnd_ssi_interrupt() local 666 stop = true; in __rsnd_ssi_interrupt() 676 if (stop) in __rsnd_ssi_interrupt() 923 .stop = rsnd_ssi_stop, 1010 .stop = rsnd_ssi_stop,
|
D | cmd.c | 122 .stop = rsnd_cmd_stop,
|
D | dma.c | 296 .stop = rsnd_dmaen_stop, 484 .stop = rsnd_dmapp_stop,
|
D | ssiu.c | 321 .stop = rsnd_ssiu_stop_gen2,
|
/sound/isa/gus/ |
D | gus_timer.c | 117 .stop = snd_gf1_timer1_stop, 126 .stop = snd_gf1_timer2_stop,
|
/sound/soc/sprd/ |
D | sprd-pcm-dma.h | 46 int (*stop)(int str_id); member
|
D | sprd-pcm-compress.c | 481 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger()
|
/sound/core/ |
D | timer.c | 587 static int snd_timer_stop1(struct snd_timer_instance *timeri, bool stop) in snd_timer_stop1() argument 606 if (stop) { in snd_timer_stop1() 612 timer->hw.stop(timer); in snd_timer_stop1() 623 if (stop) in snd_timer_stop1() 627 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP : in snd_timer_stop1() 635 static int snd_timer_stop_slave(struct snd_timer_instance *timeri, bool stop) in snd_timer_stop_slave() argument 649 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP : in snd_timer_stop_slave() 876 timer->hw.stop(timer); in snd_timer_interrupt() 886 timer->hw.stop(timer); in snd_timer_interrupt() 994 if (snd_BUG_ON(!timer || !timer->hw.start || !timer->hw.stop)) in snd_timer_dev_register() [all …]
|
D | pcm_timer.c | 85 .stop = snd_pcm_timer_stop,
|
D | hrtimer.c | 121 .stop = snd_hrtimer_stop,
|
D | info.c | 613 if (len <= 0 || buffer->stop || buffer->error) in snd_info_get_line() 615 while (!buffer->stop) { in snd_info_get_line() 618 buffer->stop = 1; in snd_info_get_line()
|
/sound/pci/emu10k1/ |
D | timer.c | 60 .stop = snd_emu10k1_timer_stop,
|
/sound/soc/sof/ |
D | Kconfig | 79 This option will stop topology creation and firmware load upfront. 108 bool "SOF stop on XRUN" 110 This option forces PCMs to stop on any XRUN event. This is useful to
|
/sound/i2c/ |
D | i2c.c | 165 if (bus->hw_ops.bit->stop) in snd_i2c_bit_hw_stop() 166 bus->hw_ops.bit->stop(bus); in snd_i2c_bit_hw_stop()
|
/sound/aoa/soundbus/ |
D | soundbus.h | 130 int (*stop)(struct codec_info_item *cii, member
|
/sound/soc/qcom/qdsp6/ |
D | q6afe.c | 1023 struct afe_port_cmd_device_stop *stop; in q6afe_port_stop() local 1038 pkt_size = APR_HDR_SIZE + sizeof(*stop); in q6afe_port_stop() 1044 stop = p + APR_HDR_SIZE; in q6afe_port_stop() 1054 stop->port_id = port_id; in q6afe_port_stop() 1055 stop->reserved = 0; in q6afe_port_stop()
|
/sound/usb/usx2y/ |
D | us122l.c | 491 goto stop; in us122l_create_card() 500 goto stop; in us122l_create_card() 504 stop: in us122l_create_card()
|
/sound/drivers/opl3/ |
D | opl3_lib.c | 223 .stop = snd_opl3_timer1_stop, 232 .stop = snd_opl3_timer2_stop,
|
/sound/drivers/ |
D | dummy.c | 94 int (*stop)(struct snd_pcm_substream *); member 348 .stop = dummy_systimer_stop, 472 .stop = dummy_hrtimer_stop, 490 return get_dummy_ops(substream)->stop(substream); in dummy_pcm_trigger()
|
/sound/pci/ali5451/ |
D | ali5451.c | 154 unsigned int stop; member 162 unsigned int stop; member 608 outl(mask, ALI_REG(codec, codec->chregs.regs.stop)); in snd_ali_stop_voice() 2144 codec->chregs.regs.stop = ALI_STOP; in snd_ali_create() 2149 codec->chregs.data.stop = 0x00; in snd_ali_create()
|
/sound/sh/ |
D | sh_dac_audio.c | 123 chip->pdata->stop(chip->pdata); in snd_sh_dac_pcm_close()
|
/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 606 if (cii->codec->stop) in i2sbus_pcm_trigger() 607 cii->codec->stop(cii, pi->substream); in i2sbus_pcm_trigger()
|
/sound/pci/ice1712/ |
D | revo.c | 138 .stop = revo_i2c_stop,
|