Lines Matching refs:epnt
94 static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, in skl_check_ep_match() argument
98 epnt->virtual_bus_id, epnt->linktype, epnt->direction); in skl_check_ep_match()
100 if ((epnt->virtual_bus_id == instance_id) && in skl_check_ep_match()
101 (epnt->linktype == link_type) && in skl_check_ep_match()
102 (epnt->direction == dirn)) in skl_check_ep_match()
113 struct nhlt_endpoint *epnt; in skl_get_ep_blob() local
123 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()
128 if (skl_check_ep_match(dev, epnt, instance, link_type, dirn)) { in skl_get_ep_blob()
129 fmt = (struct nhlt_fmt *)(epnt->config.caps + in skl_get_ep_blob()
130 epnt->config.size); in skl_get_ep_blob()
136 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); in skl_get_ep_blob()