Home
last modified time | relevance | path

Searched refs:epnt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/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() 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->device_type == dev_type) in skl_check_ep_match()
87 struct nhlt_endpoint *epnt; in skl_get_ep_blob() local
97 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()
[all …]
/Linux-v5.10/sound/hda/
Dintel-nhlt.c31 struct nhlt_endpoint *epnt; in intel_nhlt_get_dmic_geo() local
40 epnt = (struct nhlt_endpoint *)nhlt->desc; in intel_nhlt_get_dmic_geo()
43 if (epnt->linktype == NHLT_LINK_DMIC) { in intel_nhlt_get_dmic_geo()
45 (epnt->config.caps); in intel_nhlt_get_dmic_geo()
66 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in intel_nhlt_get_dmic_geo()