Searched refs:epnt (Results 1 – 1 of 1) sorted by relevance
116 static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, in skl_check_ep_match() argument120 epnt->virtual_bus_id, epnt->linktype, in skl_check_ep_match()121 epnt->direction, epnt->device_type); in skl_check_ep_match()123 if ((epnt->virtual_bus_id == instance_id) && in skl_check_ep_match()124 (epnt->linktype == link_type) && in skl_check_ep_match()125 (epnt->direction == dirn)) { in skl_check_ep_match()127 if (epnt->linktype == NHLT_LINK_DMIC) in skl_check_ep_match()130 if (epnt->device_type == dev_type) in skl_check_ep_match()143 struct nhlt_endpoint *epnt; in skl_get_ep_blob() local153 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()[all …]