Searched refs:epnt (Results 1 – 1 of 1) sorted by relevance
94 static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, in skl_check_ep_match() argument98 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() local123 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()[all …]