epnt 64 sound/hda/intel-nhlt.c struct nhlt_endpoint *epnt; epnt 73 sound/hda/intel-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; epnt 76 sound/hda/intel-nhlt.c if (epnt->linktype == NHLT_LINK_DMIC) { epnt 78 sound/hda/intel-nhlt.c (epnt->config.caps); epnt 99 sound/hda/intel-nhlt.c epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); epnt 60 sound/soc/intel/skylake/skl-nhlt.c static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, epnt 64 sound/soc/intel/skylake/skl-nhlt.c epnt->virtual_bus_id, epnt->linktype, epnt 65 sound/soc/intel/skylake/skl-nhlt.c epnt->direction, epnt->device_type); epnt 67 sound/soc/intel/skylake/skl-nhlt.c if ((epnt->virtual_bus_id == instance_id) && epnt 68 sound/soc/intel/skylake/skl-nhlt.c (epnt->linktype == link_type) && epnt 69 sound/soc/intel/skylake/skl-nhlt.c (epnt->direction == dirn)) { epnt 71 sound/soc/intel/skylake/skl-nhlt.c if (epnt->linktype == NHLT_LINK_DMIC) epnt 74 sound/soc/intel/skylake/skl-nhlt.c if (epnt->device_type == dev_type) epnt 87 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_endpoint *epnt; epnt 97 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; epnt 102 sound/soc/intel/skylake/skl-nhlt.c if (skl_check_ep_match(dev, epnt, instance, link_type, epnt 104 sound/soc/intel/skylake/skl-nhlt.c fmt = (struct nhlt_fmt *)(epnt->config.caps + epnt 105 sound/soc/intel/skylake/skl-nhlt.c epnt->config.size); epnt 112 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); epnt 338 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_endpoint *epnt; epnt 343 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; epnt 345 sound/soc/intel/skylake/skl-nhlt.c if (epnt->linktype == NHLT_LINK_SSP) { epnt 346 sound/soc/intel/skylake/skl-nhlt.c id = epnt->virtual_bus_id; epnt 348 sound/soc/intel/skylake/skl-nhlt.c fmt = (struct nhlt_fmt *)(epnt->config.caps epnt 349 sound/soc/intel/skylake/skl-nhlt.c + epnt->config.size); epnt 354 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length);