Searched refs:avs_get_module_entry (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/intel/avs/ |
H A D | utils.c | 47 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry) in avs_get_module_entry() function 80 ret = avs_get_module_entry(adev, uuid, &module); in avs_get_module_id()
|
H A D | probes.c | 24 ret = avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_init_probe() 47 ret = avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_delete_probe()
|
H A D | avs.h | 287 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
|