Searched defs:adsp_module_entry (Results 1 – 1 of 1) sorted by relevance
65 struct adsp_module_entry { struct66 u32 struct_id;67 u8 name[8];68 struct UUID uuid;69 struct module_type type;70 u8 hash1[DEFAULT_HASH_SHA256_LEN];71 u32 entry_point;72 u16 cfg_offset;73 u16 cfg_count;74 u32 affinity_mask;[all …]