Symbol: nhlt_acpi_table
include/sound/intel-nhlt.h
129
struct nhlt_acpi_table *intel_nhlt_init(struct device *dev);
include/sound/intel-nhlt.h
131
void intel_nhlt_free(struct nhlt_acpi_table *addr);
include/sound/intel-nhlt.h
133
int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt);
include/sound/intel-nhlt.h
135
bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type);
include/sound/intel-nhlt.h
137
int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type);
include/sound/intel-nhlt.h
139
int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num);
include/sound/intel-nhlt.h
142
intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt,
include/sound/intel-nhlt.h
146
int intel_nhlt_ssp_device_type(struct device *dev, struct nhlt_acpi_table *nhlt,
include/sound/intel-nhlt.h
151
static inline struct nhlt_acpi_table *intel_nhlt_init(struct device *dev)
include/sound/intel-nhlt.h
156
static inline void intel_nhlt_free(struct nhlt_acpi_table *addr)
include/sound/intel-nhlt.h
161
struct nhlt_acpi_table *nhlt)
include/sound/intel-nhlt.h
166
static inline bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt,
include/sound/intel-nhlt.h
172
static inline int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type)
include/sound/intel-nhlt.h
177
static inline int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num)
include/sound/intel-nhlt.h
183
intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt,
include/sound/intel-nhlt.h
191
struct nhlt_acpi_table *nhlt,
sound/hda/core/intel-dsp-config.c
610
struct nhlt_acpi_table *nhlt;
sound/hda/core/intel-nhlt.c
119
bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type)
sound/hda/core/intel-nhlt.c
138
int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type)
sound/hda/core/intel-nhlt.c
171
int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num)
sound/hda/core/intel-nhlt.c
23
void intel_nhlt_free(struct nhlt_acpi_table *nhlt)
sound/hda/core/intel-nhlt.c
29
int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt)
sound/hda/core/intel-nhlt.c
290
intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt,
sound/hda/core/intel-nhlt.c
347
int intel_nhlt_ssp_device_type(struct device *dev, struct nhlt_acpi_table *nhlt,
sound/hda/core/intel-nhlt.c
7
struct nhlt_acpi_table *intel_nhlt_init(struct device *dev)
sound/hda/core/intel-nhlt.c
9
struct nhlt_acpi_table *nhlt;
sound/soc/sof/intel/hda.c
549
struct nhlt_acpi_table *nhlt;
sound/soc/sof/intel/hda.c
577
struct nhlt_acpi_table *nhlt;
sound/soc/sof/intel/hda.c
598
struct nhlt_acpi_table *nhlt;
sound/soc/sof/intel/hda.c
953
struct nhlt_acpi_table *nhlt = hda->nhlt;
sound/soc/sof/intel/hda.h
548
struct nhlt_acpi_table *nhlt;