Lines Matching refs:S_IRUGO
67 debugfs_create_file("name", S_IRUGO, d, opp_table->paths[i],
69 debugfs_create_u32("peak_bw", S_IRUGO, d,
71 debugfs_create_u32("avg_bw", S_IRUGO, d,
91 debugfs_create_ulong("u_volt_target", S_IRUGO, d,
94 debugfs_create_ulong("u_volt_min", S_IRUGO, d,
97 debugfs_create_ulong("u_volt_max", S_IRUGO, d,
100 debugfs_create_ulong("u_amp", S_IRUGO, d,
128 debugfs_create_bool("available", S_IRUGO, d, &opp->available);
129 debugfs_create_bool("dynamic", S_IRUGO, d, &opp->dynamic);
130 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo);
131 debugfs_create_bool("suspend", S_IRUGO, d, &opp->suspend);
132 debugfs_create_u32("performance_state", S_IRUGO, d, &opp->pstate);
133 debugfs_create_ulong("rate_hz", S_IRUGO, d, &opp->rate);
134 debugfs_create_ulong("clock_latency_ns", S_IRUGO, d,