Home
last modified time | relevance | path

Searched refs:sruntime (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/soundwire/
H A Dqcom.c217 struct sdw_stream_runtime **sruntime; member
1310 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params() local
1313 ret = qcom_swrm_stream_alloc_ports(ctrl, sruntime, params, in qcom_swrm_hw_params()
1316 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_params()
1325 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free() local
1327 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_free()
1328 sdw_stream_remove_master(&ctrl->bus, sruntime); in qcom_swrm_hw_free()
1338 ctrl->sruntime[dai->id] = stream; in qcom_swrm_set_sdw_stream()
1347 return ctrl->sruntime[dai->id]; in qcom_swrm_get_sdw_stream()
1400 ctrl->sruntime = devm_kcalloc(dev, num_dais, sizeof(*ctrl->sruntime), GFP_KERNEL); in qcom_swrm_register_dais()
[all …]
/linux/sound/soc/qcom/
H A Dsdw.h
/linux/sound/soc/codecs/
H A Dwsa881x.c671 struct sdw_stream_runtime *sruntime;
992 wsa881x->sruntime); in wsa881x_hw_params()
1000 sdw_stream_remove_slave(wsa881x->slave, wsa881x->sruntime);
1010 wsa881x->sruntime = stream;
672 struct sdw_stream_runtime *sruntime; global() member
H A Dwcd938x-sdw.c119 wcd->sruntime); in wcd938x_sdw_hw_params()
127 sdw_stream_remove_slave(wcd->sdev, wcd->sruntime); in wcd938x_sdw_free()
137 wcd->sruntime = stream; in wcd938x_sdw_set_sdw_stream()
H A Dwsa883x.c470 struct sdw_stream_runtime *sruntime;
1357 wsa883x->sruntime); in wsa883x_hw_params()
1365 sdw_stream_remove_slave(wsa883x->slave, wsa883x->sruntime); in wsa883x_hw_free()
1375 wsa883x->sruntime = stream; in wsa883x_set_sdw_stream()
469 struct sdw_stream_runtime *sruntime; global() member
H A Dwsa884x.c734 struct sdw_stream_runtime *sruntime; member
1789 wsa884x->sruntime); in wsa884x_hw_params()
1797 sdw_stream_remove_slave(wsa884x->slave, wsa884x->sruntime); in wsa884x_hw_free()
1831 wsa884x->sruntime = stream; in wsa884x_set_stream()
H A Dwcd9335.c295 struct slim_stream_runtime *sruntime; member
1782 dai_data->sruntime = slim_stream_allocate(wcd->slim, "WCD9335-SLIM"); in wcd9335_slim_set_hw_params()
1973 slim_stream_prepare(dai_data->sruntime, cfg); in wcd9335_trigger()
1974 slim_stream_enable(dai_data->sruntime); in wcd9335_trigger()
1979 slim_stream_disable(dai_data->sruntime); in wcd9335_trigger()
1980 slim_stream_unprepare(dai_data->sruntime); in wcd9335_trigger()
H A Dpm4125.c1411 return sdw_stream_remove_slave(sdw_priv->sdev, sdw_priv->sruntime); in pm4125_codec_free()
1419 sdw_priv->sruntime = stream; in pm4125_codec_set_sdw_stream()
H A Dwcd934x.c498 struct slim_stream_runtime *sruntime; member
1755 dai_data->sruntime = slim_stream_allocate(wcd->sdev, "WCD934x-SLIM"); in wcd934x_slim_set_hw_params()
1883 slim_stream_prepare(dai_data->sruntime, cfg); in wcd934x_trigger()
1884 slim_stream_enable(dai_data->sruntime); in wcd934x_trigger()
1889 slim_stream_disable(dai_data->sruntime); in wcd934x_trigger()
1890 slim_stream_unprepare(dai_data->sruntime); in wcd934x_trigger()
H A Dwcd937x.c2656 return sdw_stream_remove_slave(wcd->sdev, wcd->sruntime); in wcd937x_get_channel_map()
2665 wcd->sruntime = stream; in wcd937x_get_channel_map()