Symbol: S_IRUGO
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
833
S_IFREG | S_IRUGO, root,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1002
static DEVICE_ATTR(pp_num_states, S_IRUGO, amdgpu_get_pp_num_states, NULL);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1003
static DEVICE_ATTR(pp_cur_state, S_IRUGO, amdgpu_get_pp_cur_state, NULL);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1004
static DEVICE_ATTR(pp_force_state, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1007
static DEVICE_ATTR(pp_table, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1010
static DEVICE_ATTR(pp_dpm_sclk, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1013
static DEVICE_ATTR(pp_dpm_mclk, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1016
static DEVICE_ATTR(pp_dpm_pcie, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1019
static DEVICE_ATTR(pp_sclk_od, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1022
static DEVICE_ATTR(pp_mclk_od, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1025
static DEVICE_ATTR(pp_power_profile_mode, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1028
static DEVICE_ATTR(pp_od_clk_voltage, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1031
static DEVICE_ATTR(gpu_busy_percent, S_IRUGO,
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1588
static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, amdgpu_hwmon_show_temp, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1589
static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, amdgpu_hwmon_show_temp_thresh, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1590
static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, amdgpu_hwmon_show_temp_thresh, NULL, 1);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1591
static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_pwm1, amdgpu_hwmon_set_pwm1, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1592
static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_pwm1_enable, amdgpu_hwmon_set_pwm1_enable, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1593
static SENSOR_DEVICE_ATTR(pwm1_min, S_IRUGO, amdgpu_hwmon_get_pwm1_min, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1594
static SENSOR_DEVICE_ATTR(pwm1_max, S_IRUGO, amdgpu_hwmon_get_pwm1_max, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1595
static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, amdgpu_hwmon_get_fan1_input, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1596
static SENSOR_DEVICE_ATTR(fan1_min, S_IRUGO, amdgpu_hwmon_get_fan1_min, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1597
static SENSOR_DEVICE_ATTR(fan1_max, S_IRUGO, amdgpu_hwmon_get_fan1_max, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1598
static SENSOR_DEVICE_ATTR(fan1_target, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_fan1_target, amdgpu_hwmon_set_fan1_target, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1599
static SENSOR_DEVICE_ATTR(fan1_enable, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_fan1_enable, amdgpu_hwmon_set_fan1_enable, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1600
static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, amdgpu_hwmon_show_vddgfx, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1601
static SENSOR_DEVICE_ATTR(in0_label, S_IRUGO, amdgpu_hwmon_show_vddgfx_label, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1602
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, amdgpu_hwmon_show_vddnb, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1603
static SENSOR_DEVICE_ATTR(in1_label, S_IRUGO, amdgpu_hwmon_show_vddnb_label, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1604
static SENSOR_DEVICE_ATTR(power1_average, S_IRUGO, amdgpu_hwmon_show_power_avg, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1605
static SENSOR_DEVICE_ATTR(power1_cap_max, S_IRUGO, amdgpu_hwmon_show_power_cap_max, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1606
static SENSOR_DEVICE_ATTR(power1_cap_min, S_IRUGO, amdgpu_hwmon_show_power_cap_min, NULL, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1607
static SENSOR_DEVICE_ATTR(power1_cap, S_IRUGO | S_IWUSR, amdgpu_hwmon_show_power_cap, amdgpu_hwmon_set_power_cap, 0);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1672
effective_mode &= ~S_IRUGO;
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
998
static DEVICE_ATTR(power_dpm_state, S_IRUGO | S_IWUSR, amdgpu_get_dpm_state, amdgpu_set_dpm_state);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
999
static DEVICE_ATTR(power_dpm_force_performance_level, S_IRUGO | S_IWUSR,
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
486
S_IFREG | S_IRUGO, root,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2560
S_IFREG | S_IRUGO, root,
sys/dev/drm/i915/i915_perf.c
3124
oa_config->sysfs_metric_id.attr.mode = S_IRUGO;
sys/dev/drm/i915/i915_sysfs.c
104
static DEVICE_ATTR(rc6_enable, S_IRUGO, show_rc6_mask, NULL);
sys/dev/drm/i915/i915_sysfs.c
105
static DEVICE_ATTR(rc6_residency_ms, S_IRUGO, show_rc6_ms, NULL);
sys/dev/drm/i915/i915_sysfs.c
106
static DEVICE_ATTR(rc6p_residency_ms, S_IRUGO, show_rc6p_ms, NULL);
sys/dev/drm/i915/i915_sysfs.c
107
static DEVICE_ATTR(rc6pp_residency_ms, S_IRUGO, show_rc6pp_ms, NULL);
sys/dev/drm/i915/i915_sysfs.c
108
static DEVICE_ATTR(media_rc6_residency_ms, S_IRUGO, show_media_rc6_ms, NULL);
sys/dev/drm/i915/i915_sysfs.c
464
static DEVICE_ATTR(gt_RP0_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
sys/dev/drm/i915/i915_sysfs.c
465
static DEVICE_ATTR(gt_RP1_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
sys/dev/drm/i915/i915_sysfs.c
466
static DEVICE_ATTR(gt_RPn_freq_mhz, S_IRUGO, gt_rp_mhz_show, NULL);
sys/dev/drm/radeon/radeon_pm.c
665
static DEVICE_ATTR(power_profile, S_IRUGO | S_IWUSR, radeon_get_pm_profile, radeon_set_pm_profile);
sys/dev/drm/radeon/radeon_pm.c
666
static DEVICE_ATTR(power_method, S_IRUGO | S_IWUSR, radeon_get_pm_method, radeon_set_pm_method);
sys/dev/drm/radeon/radeon_pm.c
667
static DEVICE_ATTR(power_dpm_state, S_IRUGO | S_IWUSR, radeon_get_dpm_state, radeon_set_dpm_state);
sys/dev/drm/radeon/radeon_pm.c
668
static DEVICE_ATTR(power_dpm_force_performance_level, S_IRUGO | S_IWUSR,
sys/dev/drm/radeon/radeon_pm.c
709
static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, radeon_hwmon_show_temp, NULL, 0);
sys/dev/drm/radeon/radeon_pm.c
710
static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, radeon_hwmon_show_temp_thresh, NULL, 0);
sys/dev/drm/radeon/radeon_pm.c
711
static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, radeon_hwmon_show_temp_thresh, NULL, 1);
sys/dev/drm/radeon/radeon_pm.c
712
static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, radeon_hwmon_get_pwm1, radeon_hwmon_set_pwm1, 0);
sys/dev/drm/radeon/radeon_pm.c
713
static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, radeon_hwmon_get_pwm1_enable, radeon_hwmon_set_pwm1_enable, 0);
sys/dev/drm/radeon/radeon_pm.c
714
static SENSOR_DEVICE_ATTR(pwm1_min, S_IRUGO, radeon_hwmon_get_pwm1_min, NULL, 0);
sys/dev/drm/radeon/radeon_pm.c
715
static SENSOR_DEVICE_ATTR(pwm1_max, S_IRUGO, radeon_hwmon_get_pwm1_max, NULL, 0);
sys/dev/drm/radeon/radeon_pm.c
759
effective_mode &= ~S_IRUGO;
sys/dev/drm/radeon/radeon_ttm.c
1189
ent = debugfs_create_file("radeon_vram", S_IFREG | S_IRUGO, root,
sys/dev/drm/radeon/radeon_ttm.c
1195
ent = debugfs_create_file("radeon_gtt", S_IFREG | S_IRUGO, root,
sys/dev/drm/ttm/ttm_bo.c
53
.mode = S_IRUGO
sys/dev/drm/ttm/ttm_memory.c
55
.mode = S_IRUGO
sys/dev/drm/ttm/ttm_memory.c
59
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_memory.c
63
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_memory.c
67
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_memory.c
71
.mode = S_IRUGO
sys/dev/drm/ttm/ttm_page_alloc.c
135
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_page_alloc.c
139
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_page_alloc.c
143
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_page_alloc_dma.c
176
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_page_alloc_dma.c
180
.mode = S_IRUGO | S_IWUSR
sys/dev/drm/ttm/ttm_page_alloc_dma.c
184
.mode = S_IRUGO | S_IWUSR