| /Linux-v5.4/drivers/hwmon/ |
| D | f71882fg.c | 401 SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0), 402 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max, 404 SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max_hyst, 406 SENSOR_ATTR_2(temp1_max_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 0), 407 SENSOR_ATTR_2(temp1_crit, S_IRUGO|S_IWUSR, show_temp_crit, 409 SENSOR_ATTR_2(temp1_crit_hyst, S_IRUGO, show_temp_crit_hyst, NULL, 411 SENSOR_ATTR_2(temp1_crit_alarm, S_IRUGO, show_temp_alarm, NULL, 0, 4), 412 SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 0), 413 SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1), 414 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, [all …]
|
| D | w83792d.c | 968 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0); 969 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 970 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 971 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3); 972 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4); 973 static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5); 974 static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6); 975 static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7); 976 static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8); 977 static SENSOR_DEVICE_ATTR(in0_min, S_IWUSR | S_IRUGO, [all …]
|
| D | w83791d.c | 393 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0), 394 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1), 395 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2), 396 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3), 397 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4), 398 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5), 399 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6), 400 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7), 401 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8), 402 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NULL, 9), [all …]
|
| D | f71805f.c | 733 S_IRUGO)) in set_pwm_enable() 757 S_IRUGO | S_IWUSR)) in set_pwm_enable() 984 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in0, NULL, 0); 985 static SENSOR_DEVICE_ATTR(in0_max, S_IRUGO | S_IWUSR, 987 static SENSOR_DEVICE_ATTR(in0_min, S_IRUGO | S_IWUSR, 989 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 990 static SENSOR_DEVICE_ATTR(in1_max, S_IRUGO | S_IWUSR, 992 static SENSOR_DEVICE_ATTR(in1_min, S_IRUGO | S_IWUSR, 994 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 995 static SENSOR_DEVICE_ATTR(in2_max, S_IRUGO | S_IWUSR, [all …]
|
| D | it87.c | 888 static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0); 889 static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, set_in, 891 static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, set_in, 894 static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 1, 0); 895 static SENSOR_DEVICE_ATTR_2(in1_min, S_IRUGO | S_IWUSR, show_in, set_in, 897 static SENSOR_DEVICE_ATTR_2(in1_max, S_IRUGO | S_IWUSR, show_in, set_in, 900 static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 2, 0); 901 static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, set_in, 903 static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, set_in, 906 static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 3, 0); [all …]
|
| D | max1668.c | 243 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0); 244 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, 246 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO, show_temp_min, 248 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 1); 249 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, 251 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO, show_temp_min, 253 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 2); 254 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, 256 static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO, show_temp_min, 258 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp, NULL, 3); [all …]
|
| D | w83627ehf.c | 980 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0), 981 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1), 982 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2), 983 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3), 984 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4), 985 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5), 986 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6), 987 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7), 988 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8), 989 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NULL, 9), [all …]
|
| D | lm63.c | 740 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0); 741 static SENSOR_DEVICE_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan, 744 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm1, set_pwm1, 0); 746 static SENSOR_DEVICE_ATTR(pwm1_auto_point1_pwm, S_IWUSR | S_IRUGO, 748 static SENSOR_DEVICE_ATTR(pwm1_auto_point1_temp, S_IWUSR | S_IRUGO, 750 static SENSOR_DEVICE_ATTR(pwm1_auto_point1_temp_hyst, S_IRUGO, 752 static SENSOR_DEVICE_ATTR(pwm1_auto_point2_pwm, S_IWUSR | S_IRUGO, 754 static SENSOR_DEVICE_ATTR(pwm1_auto_point2_temp, S_IWUSR | S_IRUGO, 756 static SENSOR_DEVICE_ATTR(pwm1_auto_point2_temp_hyst, S_IRUGO, 758 static SENSOR_DEVICE_ATTR(pwm1_auto_point3_pwm, S_IWUSR | S_IRUGO, [all …]
|
| D | ultra45_env.c | 149 static SENSOR_DEVICE_ATTR(fan##index##_speed, S_IRUGO | S_IWUSR, \ 151 static SENSOR_DEVICE_ATTR(fan##index##_fault, S_IRUGO, \ 160 static SENSOR_DEVICE_ATTR(psu_fan_fault, S_IRUGO, show_fan_fault, NULL, 6); 173 static SENSOR_DEVICE_ATTR(adt7462_local_temp, S_IRUGO, show_temp, NULL, 0); 174 static SENSOR_DEVICE_ATTR(cpu0_temp, S_IRUGO, show_temp, NULL, 1); 175 static SENSOR_DEVICE_ATTR(cpu1_temp, S_IRUGO, show_temp, NULL, 2); 176 static SENSOR_DEVICE_ATTR(motherboard_temp, S_IRUGO, show_temp, NULL, 3); 177 static SENSOR_DEVICE_ATTR(lm95221_local_temp, S_IRUGO, show_temp, NULL, 4); 178 static SENSOR_DEVICE_ATTR(fire_temp, S_IRUGO, show_temp, NULL, 5); 179 static SENSOR_DEVICE_ATTR(lsi1064_local_temp, S_IRUGO, show_temp, NULL, 6); [all …]
|
| D | w83l786ng.c | 260 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0), 261 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1), 262 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2), 266 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0), 267 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1), 268 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2), 272 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 273 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 274 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 384 SENSOR_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0), [all …]
|
| D | f75375s.c | 658 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0); 659 static SENSOR_DEVICE_ATTR(in0_max, S_IRUGO|S_IWUSR, 661 static SENSOR_DEVICE_ATTR(in0_min, S_IRUGO|S_IWUSR, 663 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 664 static SENSOR_DEVICE_ATTR(in1_max, S_IRUGO|S_IWUSR, 666 static SENSOR_DEVICE_ATTR(in1_min, S_IRUGO|S_IWUSR, 668 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 669 static SENSOR_DEVICE_ATTR(in2_max, S_IRUGO|S_IWUSR, 671 static SENSOR_DEVICE_ATTR(in2_min, S_IRUGO|S_IWUSR, 673 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3); [all …]
|
| D | w83795.c | 1610 SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \ 1612 SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \ 1614 SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \ 1616 SENSOR_ATTR_2(in##index##_alarm, S_IRUGO, show_alarm_beep, \ 1618 SENSOR_ATTR_2(in##index##_beep, S_IWUSR | S_IRUGO, \ 1627 SENSOR_ATTR_2(fan##index##_input, S_IRUGO, show_fan, \ 1629 SENSOR_ATTR_2(fan##index##_min, S_IWUSR | S_IRUGO, \ 1631 SENSOR_ATTR_2(fan##index##_alarm, S_IRUGO, show_alarm_beep, \ 1633 SENSOR_ATTR_2(fan##index##_beep, S_IWUSR | S_IRUGO, \ 1637 SENSOR_ATTR_2(pwm##index, S_IWUSR | S_IRUGO, show_pwm, \ [all …]
|
| D | w83781d.c | 282 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \ 284 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \ 286 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \ 336 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0); 337 static SENSOR_DEVICE_ATTR(fan1_min, S_IRUGO | S_IWUSR, 339 static SENSOR_DEVICE_ATTR(fan2_input, S_IRUGO, show_fan, NULL, 1); 340 static SENSOR_DEVICE_ATTR(fan2_min, S_IRUGO | S_IWUSR, 342 static SENSOR_DEVICE_ATTR(fan3_input, S_IRUGO, show_fan, NULL, 2); 343 static SENSOR_DEVICE_ATTR(fan3_min, S_IRUGO | S_IWUSR, 394 static SENSOR_DEVICE_ATTR(temp##offset##_input, S_IRUGO, \ [all …]
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_attr.h | 26 module_param(lpfc_##name, uint, S_IRUGO);\ 32 module_param(lpfc_##name, uint, S_IRUGO);\ 36 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL) 40 module_param(lpfc_##name, uint, S_IRUGO);\ 46 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\ 61 module_param(lpfc_##name, uint, S_IRUGO);\ 65 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL) 69 module_param(lpfc_##name, uint, S_IRUGO);\ 75 static DEVICE_ATTR(lpfc_##name, S_IRUGO | S_IWUSR,\ 80 module_param(lpfc_##name, uint, S_IRUGO);\ [all …]
|
| /Linux-v5.4/drivers/usb/gadget/legacy/ |
| D | audio.c | 25 module_param(p_chmask, uint, S_IRUGO); 30 module_param(p_srate, uint, S_IRUGO); 35 module_param(p_ssize, uint, S_IRUGO); 40 module_param(c_chmask, uint, S_IRUGO); 45 module_param(c_srate, uint, S_IRUGO); 50 module_param(c_ssize, uint, S_IRUGO); 58 module_param(p_chmask, uint, S_IRUGO); 63 module_param(p_srate, uint, S_IRUGO); 68 module_param(p_ssize, uint, S_IRUGO); 73 module_param(c_chmask, uint, S_IRUGO); [all …]
|
| D | zero.c | 60 module_param(loopdefault, bool, S_IRUGO|S_IWUSR); 93 module_param(autoresume, uint, S_IRUGO); 98 module_param(max_autoresume, uint, S_IRUGO); 103 module_param(autoresume_interval_ms, uint, S_IRUGO); 233 module_param_named(pattern, gzero_options.pattern, uint, S_IRUGO|S_IWUSR); 237 S_IRUGO|S_IWUSR); 241 S_IRUGO|S_IWUSR); 244 module_param_named(isoc_mult, gzero_options.isoc_mult, uint, S_IRUGO|S_IWUSR); 248 S_IRUGO|S_IWUSR); 254 module_param_named(qlen, gzero_options.qlen, uint, S_IRUGO|S_IWUSR); [all …]
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-tle62x0.c | 131 static DEVICE_ATTR(status_show, S_IRUGO, tle62x0_status_show, NULL); 175 static DEVICE_ATTR(gpio1, S_IWUSR|S_IRUGO, 177 static DEVICE_ATTR(gpio2, S_IWUSR|S_IRUGO, 179 static DEVICE_ATTR(gpio3, S_IWUSR|S_IRUGO, 181 static DEVICE_ATTR(gpio4, S_IWUSR|S_IRUGO, 183 static DEVICE_ATTR(gpio5, S_IWUSR|S_IRUGO, 185 static DEVICE_ATTR(gpio6, S_IWUSR|S_IRUGO, 187 static DEVICE_ATTR(gpio7, S_IWUSR|S_IRUGO, 189 static DEVICE_ATTR(gpio8, S_IWUSR|S_IRUGO, 191 static DEVICE_ATTR(gpio9, S_IWUSR|S_IRUGO, [all …]
|
| /Linux-v5.4/drivers/opp/ |
| D | debugfs.c | 50 debugfs_create_ulong("u_volt_target", S_IRUGO, d, in opp_debug_create_supplies() 53 debugfs_create_ulong("u_volt_min", S_IRUGO, d, in opp_debug_create_supplies() 56 debugfs_create_ulong("u_volt_max", S_IRUGO, d, in opp_debug_create_supplies() 59 debugfs_create_ulong("u_amp", S_IRUGO, d, in opp_debug_create_supplies() 87 debugfs_create_bool("available", S_IRUGO, d, &opp->available); in opp_debug_create_one() 88 debugfs_create_bool("dynamic", S_IRUGO, d, &opp->dynamic); in opp_debug_create_one() 89 debugfs_create_bool("turbo", S_IRUGO, d, &opp->turbo); in opp_debug_create_one() 90 debugfs_create_bool("suspend", S_IRUGO, d, &opp->suspend); in opp_debug_create_one() 91 debugfs_create_u32("performance_state", S_IRUGO, d, &opp->pstate); in opp_debug_create_one() 92 debugfs_create_ulong("rate_hz", S_IRUGO, d, &opp->rate); in opp_debug_create_one() [all …]
|
| /Linux-v5.4/drivers/edac/ |
| D | edac_mc_sysfs.c | 250 DEVICE_ATTR_LEGACY(size_mb, S_IRUGO, csrow_size_show, NULL); 251 DEVICE_ATTR_LEGACY(dev_type, S_IRUGO, csrow_dev_type_show, NULL); 252 DEVICE_ATTR_LEGACY(mem_type, S_IRUGO, csrow_mem_type_show, NULL); 253 DEVICE_ATTR_LEGACY(edac_mode, S_IRUGO, csrow_edac_mode_show, NULL); 254 DEVICE_ATTR_LEGACY(ue_count, S_IRUGO, csrow_ue_count_show, NULL); 255 DEVICE_ATTR_LEGACY(ce_count, S_IRUGO, csrow_ce_count_show, NULL); 294 DEVICE_CHANNEL(ch0_dimm_label, S_IRUGO | S_IWUSR, 296 DEVICE_CHANNEL(ch1_dimm_label, S_IRUGO | S_IWUSR, 298 DEVICE_CHANNEL(ch2_dimm_label, S_IRUGO | S_IWUSR, 300 DEVICE_CHANNEL(ch3_dimm_label, S_IRUGO | S_IWUSR, [all …]
|
| D | amd64_edac_dbg.c | 38 static DEVICE_ATTR(dhar, S_IRUGO, amd64_dhar_show, NULL); 39 static DEVICE_ATTR(dbam, S_IRUGO, amd64_dbam0_show, NULL); 40 static DEVICE_ATTR(topmem, S_IRUGO, amd64_top_mem_show, NULL); 41 static DEVICE_ATTR(topmem2, S_IRUGO, amd64_top_mem2_show, NULL); 42 static DEVICE_ATTR(dram_hole, S_IRUGO, amd64_hole_show, NULL);
|
| /Linux-v5.4/drivers/scsi/qla4xxx/ |
| D | ql4_attr.c | 317 static DEVICE_ATTR(fw_version, S_IRUGO, qla4xxx_fw_version_show, NULL); 318 static DEVICE_ATTR(serial_num, S_IRUGO, qla4xxx_serial_num_show, NULL); 319 static DEVICE_ATTR(iscsi_version, S_IRUGO, qla4xxx_iscsi_version_show, NULL); 320 static DEVICE_ATTR(optrom_version, S_IRUGO, qla4xxx_optrom_version_show, NULL); 321 static DEVICE_ATTR(board_id, S_IRUGO, qla4xxx_board_id_show, NULL); 322 static DEVICE_ATTR(fw_state, S_IRUGO, qla4xxx_fw_state_show, NULL); 323 static DEVICE_ATTR(phy_port_cnt, S_IRUGO, qla4xxx_phy_port_cnt_show, NULL); 324 static DEVICE_ATTR(phy_port_num, S_IRUGO, qla4xxx_phy_port_num_show, NULL); 325 static DEVICE_ATTR(iscsi_func_cnt, S_IRUGO, qla4xxx_iscsi_func_cnt_show, NULL); 326 static DEVICE_ATTR(hba_model, S_IRUGO, qla4xxx_hba_model_show, NULL); [all …]
|
| /Linux-v5.4/drivers/platform/mips/ |
| D | cpu_hwmon.c | 48 static SENSOR_DEVICE_ATTR(name, S_IRUGO, get_hwmon_name, NULL, 0); 72 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, get_cpu_temp, NULL, 1); 73 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, cpu_temp_label, NULL, 1); 74 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, get_cpu_temp, NULL, 2); 75 static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, cpu_temp_label, NULL, 2); 76 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, get_cpu_temp, NULL, 3); 77 static SENSOR_DEVICE_ATTR(temp3_label, S_IRUGO, cpu_temp_label, NULL, 3); 78 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, get_cpu_temp, NULL, 4); 79 static SENSOR_DEVICE_ATTR(temp4_label, S_IRUGO, cpu_temp_label, NULL, 4);
|
| /Linux-v5.4/drivers/firmware/ |
| D | iscsi_ibft.c | 480 rc = S_IRUGO; in ibft_check_nic_for() 484 rc = S_IRUGO; in ibft_check_nic_for() 489 rc = S_IRUGO; in ibft_check_nic_for() 492 rc = S_IRUGO; in ibft_check_nic_for() 496 rc = S_IRUGO; in ibft_check_nic_for() 500 rc = S_IRUGO; in ibft_check_nic_for() 504 rc = S_IRUGO; in ibft_check_nic_for() 508 rc = S_IRUGO; in ibft_check_nic_for() 512 rc = S_IRUGO; in ibft_check_nic_for() 516 rc = S_IRUGO; in ibft_check_nic_for() [all …]
|
| /Linux-v5.4/drivers/mfd/ |
| D | ab3100-otp.c | 128 otp->debugfs = debugfs_create_file("ab3100_otp", S_IFREG | S_IRUGO, in ab3100_otp_init_debugfs() 167 __ATTR(locked, S_IRUGO, ab3100_otp_locked_show, NULL), 168 __ATTR(freq, S_IRUGO, ab3100_otp_freq_show, NULL), 169 __ATTR(paf, S_IRUGO, ab3100_otp_paf_show, NULL), 170 __ATTR(imeich, S_IRUGO, ab3100_otp_imeich_show, NULL), 171 __ATTR(cid, S_IRUGO, ab3100_otp_cid_show, NULL), 172 __ATTR(fac, S_IRUGO, ab3100_otp_fac_show, NULL), 173 __ATTR(tac, S_IRUGO, ab3100_otp_tac_show, NULL), 174 __ATTR(svn, S_IRUGO, ab3100_otp_svn_show, NULL),
|
| /Linux-v5.4/drivers/misc/genwqe/ |
| D | card_debugfs.c | 331 debugfs_create_file("ddcb_info", S_IRUGO, root, cd, &ddcb_info_fops); in genwqe_init_debugfs() 332 debugfs_create_file("info", S_IRUGO, root, cd, &info_fops); in genwqe_init_debugfs() 344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs() 345 debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 347 debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 349 debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() 351 debugfs_create_file("prev_regs", S_IRUGO, root, cd, &prev_regs_fops); in genwqe_init_debugfs() 352 debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 354 debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 356 debugfs_create_file("prev_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() [all …]
|