Home
last modified time | relevance | path

Searched refs:avs_module_entry (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/soc/intel/avs/
H A Dutils.c21 struct avs_module_entry *module; in avs_module_entry_index()
37 struct avs_module_entry *module; in avs_module_id_entry_index()
47 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry) in avs_get_module_entry()
61 int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry) in avs_get_module_id_entry()
77 struct avs_module_entry module; in avs_get_module_id()
H A Davs.h53 int (* const transfer_mods)(struct avs_dev *, bool, struct avs_module_entry *, u32);
285 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
286 int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry);
320 struct avs_module_entry *mods, u32 num_mods);
324 struct avs_module_entry *mods, u32 num_mods);
H A Dprobes.c20 struct avs_module_entry mentry; in avs_dsp_init_probe()
44 struct avs_module_entry mentry; in avs_dsp_delete_probe()
H A Ddsp.c231 struct avs_module_entry mentry; in avs_dsp_init_module()
279 struct avs_module_entry mentry; in avs_dsp_delete_module()
H A Dmessages.h572 struct avs_module_entry { struct
587 static_assert(sizeof(struct avs_module_entry) == 116); argument
591 struct avs_module_entry entries[];
595 static inline bool avs_module_entry_is_loaded(struct avs_module_entry *mentry) in avs_module_entry_is_loaded()
H A Dloader.c214 static int avs_cldma_load_module(struct avs_dev *adev, struct avs_module_entry *mentry) in avs_cldma_load_module()
254 struct avs_module_entry *mods, u32 num_mods) in avs_cldma_transfer_modules()
479 struct avs_module_entry *mods, u32 num_mods) in avs_hda_transfer_modules()