Home
last modified time | relevance | path

Searched refs:no_period_wakeup (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/sound/hda/
H A Dhdac_stream.c524 if (runtime && !azx_dev->no_period_wakeup && pos_adj > 0) { in snd_hdac_stream_setup_periods()
552 !azx_dev->no_period_wakeup); in snd_hdac_stream_setup_periods()
579 unsigned int no_period_wakeup; in snd_hdac_stream_set_params() local
585 no_period_wakeup = substream->runtime->no_period_wakeup; in snd_hdac_stream_set_params()
589 no_period_wakeup = 0; in snd_hdac_stream_set_params()
597 no_period_wakeup != azx_dev->no_period_wakeup) { in snd_hdac_stream_set_params()
601 azx_dev->no_period_wakeup = no_period_wakeup; in snd_hdac_stream_set_params()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-probes.c92 hstream->no_period_wakeup = 0; in hda_probes_compr_set_params()
H A Dhda-pcm.c122 hstream->no_period_wakeup = in hda_dsp_pcm_hw_params()
H A Dhda-stream.c138 !hstream->no_period_wakeup : 0; in hda_dsp_stream_setup_bdl()
/openbmc/linux/sound/soc/meson/
H A Daxg-fifo.c147 irq_en = runtime->no_period_wakeup ? 0 : FIFO_INT_COUNT_REPEAT; in axg_fifo_pcm_hw_params()
/openbmc/linux/sound/core/
H A Dpcm_dmaengine.c158 if (!substream->runtime->no_period_wakeup) in dmaengine_pcm_prepare_and_submit()
H A Dpcm_lib.c373 if (runtime->no_period_wakeup) { in snd_pcm_update_hw_ptr0()
1899 if (runtime->no_period_wakeup) in wait_for_avail()
H A Dpcm_native.c783 runtime->no_period_wakeup = in snd_pcm_hw_params()
2157 if (runtime->no_period_wakeup) in snd_pcm_drain()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_asrc_dma.c65 if (!substream->runtime->no_period_wakeup) in fsl_asrc_dma_prepare_and_submit()
/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.c288 if (!runtime->no_period_wakeup) { in sprd_pcm_hw_params()
/openbmc/linux/sound/soc/kirkwood/
H A Dkirkwood-i2s.c388 if (!runtime->no_period_wakeup) { in kirkwood_i2s_play_trigger()
/openbmc/linux/include/sound/
H A Dhdaudio.h548 bool no_period_wakeup:1; member
H A Dpcm.h377 unsigned int no_period_wakeup: 1; member
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_pcm.c550 if (substream->runtime->no_period_wakeup) in oxygen_prepare()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.c621 if (!pcm->runtime->no_period_wakeup) in update_pcm_pointers()
1183 need_hw_irq = !pcm || !pcm->runtime->no_period_wakeup; in process_rx_packets()
/openbmc/linux/sound/soc/sof/
H A Dipc3.c899 !stream->substream->runtime->no_period_wakeup) in ipc3_period_elapsed()
/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c879 if (!substream->runtime->no_period_wakeup) in had_prog_bd()
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c689 if (azx_dev->core.no_period_wakeup) in azx_position_ok()