Home
last modified time | relevance | path

Searched refs:epnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/hda/
H A Dintel-nhlt.c31 struct nhlt_endpoint *epnt; in intel_nhlt_get_dmic_geo() local
47 for (j = 0, epnt = nhlt->desc; j < nhlt->endpoint_count; j++, in intel_nhlt_get_dmic_geo()
48 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length)) { in intel_nhlt_get_dmic_geo()
50 if (epnt->linktype != NHLT_LINK_DMIC) in intel_nhlt_get_dmic_geo()
53 cfg = (struct nhlt_dmic_array_config *)(epnt->config.caps); in intel_nhlt_get_dmic_geo()
54 fmt_configs = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); in intel_nhlt_get_dmic_geo()
121 struct nhlt_endpoint *epnt; in intel_nhlt_has_endpoint_type() local
140 struct nhlt_endpoint *epnt; intel_nhlt_ssp_endpoint_mask() local
173 struct nhlt_endpoint *epnt; intel_nhlt_ssp_mclk_mask() local
272 nhlt_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, u32 bus_id, u8 link_type, u8 dir, u8 dev_type) nhlt_check_ep_match() argument
295 struct nhlt_endpoint *epnt; intel_nhlt_get_endpoint_blob() local
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-nhlt.c60 static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, in skl_check_ep_match() argument
64 epnt->virtual_bus_id, epnt->linktype, in skl_check_ep_match()
65 epnt->direction, epnt->device_type); in skl_check_ep_match()
67 if ((epnt->virtual_bus_id == instance_id) && in skl_check_ep_match()
68 (epnt->linktype == link_type) && in skl_check_ep_match()
69 (epnt->direction == dirn)) { in skl_check_ep_match()
71 if (epnt->linktype == NHLT_LINK_DMIC) in skl_check_ep_match()
74 if (epnt in skl_check_ep_match()
87 struct nhlt_endpoint *epnt; skl_get_ep_blob() local
353 struct nhlt_endpoint *epnt; skl_get_clks() local
[all...]
/kernel/linux/linux-5.10/sound/hda/
H A Dintel-nhlt.c31 struct nhlt_endpoint *epnt; in intel_nhlt_get_dmic_geo() local
47 for (j = 0, epnt = nhlt->desc; j < nhlt->endpoint_count; j++, in intel_nhlt_get_dmic_geo()
48 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length)) { in intel_nhlt_get_dmic_geo()
50 if (epnt->linktype != NHLT_LINK_DMIC) in intel_nhlt_get_dmic_geo()
53 cfg = (struct nhlt_dmic_array_config *)(epnt->config.caps); in intel_nhlt_get_dmic_geo()
54 fmt_configs = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); in intel_nhlt_get_dmic_geo()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-nhlt.c251 struct nhlt_endpoint *epnt; in skl_get_clks() local
256 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_clks()
258 if (epnt->linktype == NHLT_LINK_SSP) { in skl_get_clks()
259 id = epnt->virtual_bus_id; in skl_get_clks()
261 fmt = (struct nhlt_fmt *)(epnt->config.caps in skl_get_clks()
262 + epnt->config.size); in skl_get_clks()
267 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in skl_get_clks()

Completed in 2 milliseconds