Symbol: avs_module_entry
sound/soc/intel/avs/avs.h
293
int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
sound/soc/intel/avs/avs.h
294
int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry);
sound/soc/intel/avs/avs.h
328
struct avs_module_entry *mods, u32 num_mods);
sound/soc/intel/avs/avs.h
332
struct avs_module_entry *mods, u32 num_mods);
sound/soc/intel/avs/avs.h
52
int (* const transfer_mods)(struct avs_dev *, bool, struct avs_module_entry *, u32);
sound/soc/intel/avs/dsp.c
229
struct avs_module_entry mentry;
sound/soc/intel/avs/dsp.c
277
struct avs_module_entry mentry;
sound/soc/intel/avs/loader.c
215
static int avs_cldma_load_module(struct avs_dev *adev, struct avs_module_entry *mentry)
sound/soc/intel/avs/loader.c
255
struct avs_module_entry *mods, u32 num_mods)
sound/soc/intel/avs/loader.c
480
struct avs_module_entry *mods, u32 num_mods)
sound/soc/intel/avs/messages.h
589
static_assert(sizeof(struct avs_module_entry) == 116);
sound/soc/intel/avs/messages.h
593
struct avs_module_entry entries[];
sound/soc/intel/avs/messages.h
597
static inline bool avs_module_entry_is_loaded(struct avs_module_entry *mentry)
sound/soc/intel/avs/probes.c
21
struct avs_module_entry mentry;
sound/soc/intel/avs/probes.c
49
struct avs_module_entry mentry;
sound/soc/intel/avs/utils.c
21
struct avs_module_entry *module;
sound/soc/intel/avs/utils.c
37
struct avs_module_entry *module;
sound/soc/intel/avs/utils.c
47
int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry)
sound/soc/intel/avs/utils.c
61
int avs_get_module_id_entry(struct avs_dev *adev, u32 module_id, struct avs_module_entry *entry)
sound/soc/intel/avs/utils.c
77
struct avs_module_entry module;