Searched refs:avs_module_entry (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/soc/intel/avs/ |
D | utils.c | 21 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()
|
D | avs.h | 53 int (* const transfer_mods)(struct avs_dev *, bool, struct avs_module_entry *, u32); 284 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry); 285 int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry); 319 struct avs_module_entry *mods, u32 num_mods); 323 struct avs_module_entry *mods, u32 num_mods);
|
D | messages.h | 563 struct avs_module_entry { struct 578 static_assert(sizeof(struct avs_module_entry) == 116); argument 582 struct avs_module_entry entries[]; 586 static inline bool avs_module_entry_is_loaded(struct avs_module_entry *mentry) in avs_module_entry_is_loaded()
|
D | dsp.c | 230 struct avs_module_entry mentry; in avs_dsp_init_module() 278 struct avs_module_entry mentry; in avs_dsp_delete_module()
|
D | probes.c | 20 struct avs_module_entry mentry; in avs_dsp_init_probe() 44 struct avs_module_entry mentry; in avs_dsp_delete_probe()
|
D | loader.c | 212 static int avs_cldma_load_module(struct avs_dev *adev, struct avs_module_entry *mentry) in avs_cldma_load_module() 252 struct avs_module_entry *mods, u32 num_mods) in avs_cldma_transfer_modules() 475 struct avs_module_entry *mods, u32 num_mods) in avs_hda_transfer_modules()
|