Searched refs:mux_get_processing_function (Results 1 – 5 of 5) sorted by relevance
84 func = mux_get_processing_function(td->dev); in test_mux_get_processing_function_invalid_float()98 func = mux_get_processing_function(td->dev); in test_mux_get_processing_function_valid_s16le()112 func = mux_get_processing_function(td->dev); in test_mux_get_processing_function_valid_s24_4le()126 func = mux_get_processing_function(td->dev); in test_mux_get_processing_function_valid_s32le()
27 mux_get_processing_function28 mux_get_processing_function.c
139 mux_func mux_get_processing_function(struct comp_dev *dev);
151 cd->mux = mux_get_processing_function(dev); in mux_set_values()651 cd->mux = mux_get_processing_function(dev); in mux_prepare()
539 mux_func mux_get_processing_function(struct comp_dev *dev) in mux_get_processing_function() function