Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
A Di915_sysfs.c388 static ssize_t gt_rp_mhz_show(struct device *kdev, struct device_attribute *attr, char *buf);
389 static DEVICE_ATTR(gt_RP0_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
390 static DEVICE_ATTR(gt_RP1_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
391 static DEVICE_ATTR(gt_RPn_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
394 static ssize_t gt_rp_mhz_show(struct device *kdev, struct device_attribute *attr, char *buf) in gt_rp_mhz_show() function

Completed in 5 milliseconds