pmt_telem_read32
ret = pmt_telem_read32(ep, sample_id, req_offset, 1);
ret = pmt_telem_read32(ep, index + sample_offset, req_offset, 1);
EXPORT_SYMBOL_NS_GPL(pmt_telem_read32, "INTEL_PMT_TELEMETRY");
int pmt_telem_read32(struct telem_endpoint *ep, u32 id, u32 *data, u32 count);