Home
last modified time | relevance | path

Searched refs:sdw_enable_stream (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/sound/soc/qcom/
H A Dsdw.c50 ret = sdw_enable_stream(sruntime); in qcom_snd_sdw_prepare()
H A Dsc7280.c257 ret = sdw_enable_stream(sruntime); in sc7280_snd_swr_prepare()
H A Dsdm845.c497 ret = sdw_enable_stream(sruntime); in sdm845_snd_prepare()
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h1052 int sdw_enable_stream(struct sdw_stream_runtime *stream);
/openbmc/linux/drivers/soundwire/
H A Dstream.c1518 int sdw_enable_stream(struct sdw_stream_runtime *stream) in sdw_enable_stream() function
1548 EXPORT_SYMBOL(sdw_enable_stream);
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dstream.rst406 int sdw_enable_stream(struct sdw_stream_runtime * stream);
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c611 ret = sdw_enable_stream(sdw_stream); in sdw_trigger()