Searched refs:avs_get_module_entry (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/sound/soc/intel/avs/ |
D | probes.c | 23 avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_init_probe() 43 avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry); in avs_dsp_delete_probe()
|
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()
|
D | avs.h | 271 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
|