Searched refs:acpi_nhlt_find_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux/include/acpi/ |
H A D | nhlt.h | 108 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id); 167 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_find_endpoint() function
|
/linux/drivers/acpi/ |
H A D | nhlt.c | 120 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_find_endpoint() function 125 EXPORT_SYMBOL_GPL(acpi_nhlt_find_endpoint);
|
/linux/sound/soc/intel/avs/ |
H A D | board_selection.c | 437 if (!acpi_nhlt_find_endpoint(ACPI_NHLT_LINKTYPE_PDM, -1, -1, -1)) { in avs_register_dmic_board() 525 if (!acpi_nhlt_find_endpoint(ACPI_NHLT_LINKTYPE_SSP, -1, -1, -1)) { in avs_register_i2s_boards()
|
H A D | path.c | 179 ep = acpi_nhlt_find_endpoint(ACPI_NHLT_LINKTYPE_SSP, in avs_copier_create() 204 ep = acpi_nhlt_find_endpoint(ACPI_NHLT_LINKTYPE_PDM, -1, direction, 0); in avs_copier_create()
|
/linux/sound/hda/ |
H A D | intel-dsp-config.c | 600 if (acpi_nhlt_find_endpoint(ACPI_NHLT_LINKTYPE_PDM, -1, -1, -1)) in snd_intel_dsp_check_dmic()
|