Home
last modified time | relevance | path

Searched refs:gt_rp_mhz_show (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_sysfs.c334 static ssize_t gt_rp_mhz_show(struct device *kdev, struct device_attribute *attr, char *buf);
335 static DEVICE_ATTR(gt_RP0_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
336 static DEVICE_ATTR(gt_RP1_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
337 static DEVICE_ATTR(gt_RPn_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
340 static ssize_t gt_rp_mhz_show(struct device *kdev, struct device_attribute *attr, char *buf) in gt_rp_mhz_show() function