Symbol: get_stream
drivers/soundwire/amd_manager.c
809
.get_stream = amd_get_sdw_stream,
drivers/soundwire/intel.c
988
.get_stream = intel_get_sdw_stream,
drivers/soundwire/intel_ace2x.c
925
.get_stream = intel_get_sdw_stream,
drivers/soundwire/qcom.c
1372
.get_stream = qcom_swrm_get_sdw_stream,
include/sound/soc-dai.h
310
void *(*get_stream)(struct snd_soc_dai *dai, int direction);
include/sound/soc-dai.h
582
if (dai->driver->ops->get_stream)
include/sound/soc-dai.h
583
return dai->driver->ops->get_stream(dai, direction);
sound/soc/meson/axg-tdm-formatter.c
191
struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w);
sound/soc/meson/axg-tdm-formatter.h
22
struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w);
sound/soc/meson/axg-tdmin.c
220
.get_stream = axg_tdmin_get_tdm_stream,
sound/soc/meson/axg-tdmout.c
230
.get_stream = axg_tdmout_get_tdm_stream,
sound/usb/line6/pcm.c
185
struct line6_pcm_stream *pstr = get_stream(line6pcm, direction);
sound/usb/line6/pcm.c
208
struct line6_pcm_stream *pstr = get_stream(line6pcm, direction);
sound/usb/line6/pcm.c
290
struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream);
sound/usb/line6/pcm.c
304
pstr = get_stream(line6pcm, dir);
sound/usb/line6/pcm.c
328
pstr = get_stream(line6pcm, dir);
sound/usb/line6/pcm.c
355
struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream);
sound/usb/line6/pcm.c
371
struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream);
sound/usb/line6/pcm.c
587
struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream);
tools/testing/selftests/bpf/test_loader.c
1304
err = get_stream(2, bpf_program__fd(tprog),
tools/testing/selftests/bpf/test_loader.c
1316
err = get_stream(1, bpf_program__fd(tprog),