Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/avs/
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()
Davs.h46 int (* const transfer_mods)(struct avs_dev *, bool, struct avs_module_entry *, u32);
259 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
260 int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry);
294 struct avs_module_entry *mods, u32 num_mods);
298 struct avs_module_entry *mods, u32 num_mods);
Ddsp.c223 struct avs_module_entry mentry; in avs_dsp_init_module()
271 struct avs_module_entry mentry; in avs_dsp_delete_module()
Dmessages.h515 struct avs_module_entry { struct
533 struct avs_module_entry entries[]; argument
536 static inline bool avs_module_entry_is_loaded(struct avs_module_entry *mentry) in avs_module_entry_is_loaded()
Dloader.c210 static int avs_cldma_load_module(struct avs_dev *adev, struct avs_module_entry *mentry) in avs_cldma_load_module()
242 struct avs_module_entry *mods, u32 num_mods) in avs_cldma_transfer_modules()
465 struct avs_module_entry *mods, u32 num_mods) in avs_hda_transfer_modules()