Home
last modified time | relevance | path

Searched refs:get_stream (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/sound/usb/line6/
H A Dpcm.c138 get_stream(struct snd_line6_pcm *line6pcm, int direction) in get_stream() function
186 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_start()
211 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_stop()
293 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_pointer()
309 pstr = get_stream(line6pcm, dir); in line6_pcm_acquire()
341 pstr = get_stream(line6pcm, dir); in line6_pcm_release()
354 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_params()
372 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_free()
589 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_prepare()
/openbmc/linux/sound/soc/meson/
H A Daxg-tdm-formatter.h22 struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w); member
H A Daxg-tdmin.c220 .get_stream = axg_tdmin_get_tdm_stream,
H A Daxg-tdmout.c230 .get_stream = axg_tdmout_get_tdm_stream,
H A Daxg-tdm-formatter.c191 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up()
/openbmc/linux/include/sound/
H A Dsoc-dai.h317 void *(*get_stream)(struct snd_soc_dai *dai, int direction); member
584 if (dai->driver->ops->get_stream) in snd_soc_dai_get_stream()
585 return dai->driver->ops->get_stream(dai, direction); in snd_soc_dai_get_stream()
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py104 self.logstream = self.log.get_stream('console', sys.stdout)
H A Dmultiplexed_log.py627 def get_stream(self, name, chained_file=None): member in Logfile
/openbmc/linux/drivers/soundwire/
H A Dintel_ace2x.c481 .get_stream = intel_get_sdw_stream,
H A Dintel.c939 .get_stream = intel_get_sdw_stream,
H A Damd_manager.c737 .get_stream = amd_get_sdw_stream,
H A Dqcom.c1318 .get_stream = qcom_swrm_get_sdw_stream,