Home
last modified time | relevance | path

Searched defs:nhlt (Results 1 – 25 of 36) sorted by relevance

12

/external/coreboot/src/lib/
Dnhlt.c25 struct nhlt *nhlt; in nhlt_init() local
38 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type, in nhlt_add_endpoint()
232 static size_t calc_endpoints_size(struct nhlt *nhlt) in calc_endpoints_size()
243 static size_t calc_size(struct nhlt *nhlt) in calc_size()
248 size_t nhlt_current_size(struct nhlt *nhlt) in nhlt_current_size()
253 static void nhlt_free_resources(struct nhlt *nhlt) in nhlt_free_resources()
353 static void nhlt_serialize_endpoints(struct nhlt *nhlt, struct cursor *cur) in nhlt_serialize_endpoints()
364 uintptr_t nhlt_serialize(struct nhlt *nhlt, uintptr_t acpi_addr) in nhlt_serialize()
369 uintptr_t nhlt_serialize_oem_overrides(struct nhlt *nhlt, in nhlt_serialize_oem_overrides()
417 static int _nhlt_add_single_endpoint(struct nhlt *nhlt, int virtual_bus_id, in _nhlt_add_single_endpoint()
[all …]
/external/coreboot/src/soc/intel/apollolake/
Dnhlt.c168 int nhlt_soc_add_dmic_array(struct nhlt *nhlt, int num_channels) in nhlt_soc_add_dmic_array()
232 int nhlt_soc_add_da7219(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_da7219()
239 int nhlt_soc_add_max98357(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_max98357()
246 int nhlt_soc_add_rt5682(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_rt5682()
/external/coreboot/src/soc/intel/cannonlake/
Dnhlt.c222 int nhlt_soc_add_dmic_array(struct nhlt *nhlt, int num_channels) in nhlt_soc_add_dmic_array()
239 int nhlt_soc_add_da7219(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_da7219()
246 int nhlt_soc_add_max98357(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_max98357()
253 int nhlt_soc_add_max98373(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_max98373()
/external/coreboot/src/soc/intel/common/
Dnhlt.c7 uintptr_t nhlt_soc_serialize(struct nhlt *nhlt, uintptr_t acpi_addr) in nhlt_soc_serialize()
12 uintptr_t nhlt_soc_serialize_oem_overrides(struct nhlt *nhlt, in nhlt_soc_serialize_oem_overrides()
/external/coreboot/src/mainboard/google/reef/variants/baseboard/
Dnhlt.c10 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/intel/glkrvp/variants/baseboard/
Dnhlt.c8 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/intel/coffeelake_rvp/variants/baseboard/
Dnhlt.c8 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/octopus/variants/baseboard/
Dnhlt.c9 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/soc/intel/skylake/nhlt/
Dmax98357.c30 int nhlt_soc_add_max98357(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_max98357()
Dnau88l25.c54 int nhlt_soc_add_nau88l25(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_nau88l25()
Drt5663.c58 int nhlt_soc_add_rt5663(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_rt5663()
Dssm4567.c53 int nhlt_soc_add_ssm4567(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_ssm4567()
Dda7219.c50 int nhlt_soc_add_da7219(struct nhlt *nhlt, int hwlink) in nhlt_soc_add_da7219()
Drt5514.c41 int nhlt_soc_add_rt5514(struct nhlt *nhlt, int hwlink, int num_channels, int virtual_slot) in nhlt_soc_add_rt5514()
Dmax98373.c84 int nhlt_soc_add_max98373(struct nhlt *nhlt, int hwlink, int render_slot, in nhlt_soc_add_max98373()
Dmax98927.c77 int nhlt_soc_add_max98927(struct nhlt *nhlt, int hwlink, int render_slot, in nhlt_soc_add_max98927()
/external/coreboot/src/mainboard/google/fizz/variants/baseboard/
Dnhlt.c7 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/fizz/variants/karma/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/atlas/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/baseboard/
Dnhlt.c8 void __weak variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/nocturne/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/nami/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/rammus/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/mainboard/google/poppy/variants/nautilus/
Dnhlt.c8 void variant_nhlt_init(struct nhlt *nhlt) in variant_nhlt_init()
/external/coreboot/src/include/
Dnhlt.h287 struct nhlt { struct
290 struct nhlt_endpoint endpoints[MAX_ENDPOINTS]; argument
294 struct nhlt_tdm_config { argument

12