Searched refs:sdw_config_stream (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | stream.c | 1135 * sdw_config_stream() - Configure the allocated stream 1144 static int sdw_config_stream(struct device *dev, in sdw_config_stream() function 1310 ret = sdw_config_stream(bus->dev, stream, stream_config, false); in sdw_stream_add_master() 1377 ret = sdw_config_stream(&slave->dev, stream, stream_config, true); in sdw_stream_add_slave() 1382 * when sdw_config_stream is successful, so free s_rt explicitly in sdw_stream_add_slave() 1383 * when sdw_config_stream is failed. in sdw_stream_add_slave()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | stream.c | 1232 * sdw_config_stream() - Configure the allocated stream 1241 static int sdw_config_stream(struct device *dev, in sdw_config_stream() function 1916 ret = sdw_config_stream(bus->dev, stream, stream_config, false); in sdw_stream_add_master() 2046 ret = sdw_config_stream(&slave->dev, stream, stream_config, true); in sdw_stream_add_slave()
|
Completed in 5 milliseconds