Home
last modified time | relevance | path

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

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