Home
last modified time | relevance | path

Searched refs:nhlt_endpoint (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/hda/
Dintel-nhlt.c64 struct nhlt_endpoint *epnt; in intel_nhlt_get_dmic_geo()
73 epnt = (struct nhlt_endpoint *)nhlt->desc; in intel_nhlt_get_dmic_geo()
99 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in intel_nhlt_get_dmic_geo()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-nhlt.c60 static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, in skl_check_ep_match()
87 struct nhlt_endpoint *epnt; in skl_get_ep_blob()
97 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()
112 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in skl_get_ep_blob()
338 struct nhlt_endpoint *epnt; in skl_get_clks()
343 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_clks()
354 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in skl_get_clks()
/Linux-v5.4/include/sound/
Dintel-nhlt.h66 struct nhlt_endpoint { struct
83 struct nhlt_endpoint desc[0]; argument