Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 33) sorted by relevance

12

/sound/pci/ctxfi/
Dcttimer.c23 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/
Dsrc.c492 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,
Dssi.c647 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,
Dcmd.c122 .stop = rsnd_cmd_stop,
Ddma.c296 .stop = rsnd_dmaen_stop,
484 .stop = rsnd_dmapp_stop,
Dssiu.c321 .stop = rsnd_ssiu_stop_gen2,
/sound/isa/gus/
Dgus_timer.c117 .stop = snd_gf1_timer1_stop,
126 .stop = snd_gf1_timer2_stop,
/sound/soc/sprd/
Dsprd-pcm-dma.h46 int (*stop)(int str_id); member
Dsprd-pcm-compress.c481 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger()
/sound/core/
Dtimer.c587 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 …]
Dpcm_timer.c85 .stop = snd_pcm_timer_stop,
Dhrtimer.c121 .stop = snd_hrtimer_stop,
Dinfo.c613 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/
Dtimer.c60 .stop = snd_emu10k1_timer_stop,
/sound/soc/sof/
DKconfig79 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/
Di2c.c165 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/
Dsoundbus.h130 int (*stop)(struct codec_info_item *cii, member
/sound/soc/qcom/qdsp6/
Dq6afe.c1023 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/
Dus122l.c491 goto stop; in us122l_create_card()
500 goto stop; in us122l_create_card()
504 stop: in us122l_create_card()
/sound/drivers/opl3/
Dopl3_lib.c223 .stop = snd_opl3_timer1_stop,
232 .stop = snd_opl3_timer2_stop,
/sound/drivers/
Ddummy.c94 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/
Dali5451.c154 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/
Dsh_dac_audio.c123 chip->pdata->stop(chip->pdata); in snd_sh_dac_pcm_close()
/sound/aoa/soundbus/i2sbus/
Dpcm.c606 if (cii->codec->stop) in i2sbus_pcm_trigger()
607 cii->codec->stop(cii, pi->substream); in i2sbus_pcm_trigger()
/sound/pci/ice1712/
Drevo.c138 .stop = revo_i2c_stop,

12