/linux-6.12.1/drivers/hwmon/ |
D | asus-ec-sensors.c | 82 [hwmon_temp] = HWMON_T_INPUT | HWMON_T_LABEL, 175 EC_SENSOR("Chipset", hwmon_temp, 1, 0x00, 0x3a), 177 EC_SENSOR("CPU", hwmon_temp, 1, 0x00, 0x3b), 179 EC_SENSOR("Motherboard", hwmon_temp, 1, 0x00, 0x3c), 181 EC_SENSOR("T_Sensor", hwmon_temp, 1, 0x00, 0x3d), 183 EC_SENSOR("VRM", hwmon_temp, 1, 0x00, 0x3e), 198 EC_SENSOR("Water_In", hwmon_temp, 1, 0x01, 0x0d), 200 EC_SENSOR("Water_Out", hwmon_temp, 1, 0x01, 0x0b), 205 EC_SENSOR("Chipset", hwmon_temp, 1, 0x00, 0x3a), 206 [ec_sensor_temp_cpu] = EC_SENSOR("CPU", hwmon_temp, 1, 0x00, 0x3b), [all …]
|
D | mc34vr500.c | 61 hwmon_notify_event(data->hwmon_dev, hwmon_temp, in mc34vr500_process_interrupt() 65 hwmon_notify_event(data->hwmon_dev, hwmon_temp, in mc34vr500_process_interrupt() 69 hwmon_notify_event(data->hwmon_dev, hwmon_temp, in mc34vr500_process_interrupt() 125 case hwmon_temp: in mc34vr500_read()
|
D | scmi-hwmon.c | 177 [TEMPERATURE_C] = hwmon_temp, 185 [hwmon_temp] = HWMON_T_INPUT | HWMON_T_LABEL, 280 if (nr_count[hwmon_temp]) in scmi_hwmon_probe() 281 nr_count_temp = nr_count[hwmon_temp]; in scmi_hwmon_probe() 338 sensor = *(scmi_sensors->info[hwmon_temp] + i); in scmi_hwmon_probe()
|
D | hwmon.c | 162 ret = hwdev->chip->ops->read(tdata->dev, hwmon_temp, hwmon_temp_input, in hwmon_thermal_get_temp() 184 for (i = 0; info[i] && info[i]->type != hwmon_temp; i++) in hwmon_thermal_set_trips() 191 err = chip->ops->write(tdata->dev, hwmon_temp, in hwmon_thermal_set_trips() 198 err = chip->ops->write(tdata->dev, hwmon_temp, in hwmon_thermal_set_trips() 263 if (info[i]->type != hwmon_temp) in hwmon_thermal_register_sensors() 270 !chip->ops->is_visible(drvdata, hwmon_temp, in hwmon_thermal_register_sensors() 486 return (type == hwmon_temp && attr == hwmon_temp_label) || in is_string_attr() 730 [hwmon_temp] = hwmon_temp_attr_templates, 743 [hwmon_temp] = ARRAY_SIZE(hwmon_temp_attr_templates), 779 if (type == hwmon_temp) in hwmon_notify_event()
|
D | max6621.c | 147 case hwmon_temp: in max6621_is_visible() 211 case hwmon_temp: in max6621_read() 317 case hwmon_temp: in max6621_write() 353 case hwmon_temp: in max6621_read_string()
|
D | sfctemp.c | 180 case hwmon_temp: in sfctemp_is_visible() 200 case hwmon_temp: in sfctemp_read() 221 case hwmon_temp: in sfctemp_write()
|
D | cros_ec_hwmon.c | 95 } else if (type == hwmon_temp) { in cros_ec_hwmon_read() 119 if (type == hwmon_temp && attr == hwmon_temp_label) { in cros_ec_hwmon_read_string() 135 } else if (type == hwmon_temp) { in cros_ec_hwmon_is_visible()
|
D | intel-m10-bmc-hwmon.c | 148 [hwmon_temp] = n3000bmc_temp_tbl, 223 [hwmon_temp] = d5005bmc_temp_tbl, 335 [hwmon_temp] = n5010bmc_temp_tbl, 559 [hwmon_temp] = n6000bmc_temp_tbl, 628 case hwmon_temp: in m10bmc_hwmon_read()
|
D | max1619.c | 140 case hwmon_temp: in max1619_read() 191 case hwmon_temp: in max1619_write() 212 case hwmon_temp: in max1619_is_visible()
|
D | lm90.c | 1084 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_min_alarm, 0); in lm90_report_alarms() 1086 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_min_alarm, 1); in lm90_report_alarms() 1088 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_min_alarm, 2); in lm90_report_alarms() 1091 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_max_alarm, 0); in lm90_report_alarms() 1093 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_max_alarm, 1); in lm90_report_alarms() 1095 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_max_alarm, 2); in lm90_report_alarms() 1098 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_crit_alarm, 0); in lm90_report_alarms() 1100 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_crit_alarm, 1); in lm90_report_alarms() 1102 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_crit_alarm, 2); in lm90_report_alarms() 1105 hwmon_notify_event(hwmon_dev, hwmon_temp, hwmon_temp_emergency_alarm, 0); in lm90_report_alarms() [all …]
|
D | nzxt-kraken2.c | 54 case hwmon_temp: in kraken2_read() 71 case hwmon_temp: in kraken2_read_string()
|
D | gigabyte_waterforce.c | 77 case hwmon_temp: in waterforce_is_visible() 174 case hwmon_temp: in waterforce_read() 200 case hwmon_temp: in waterforce_read_string()
|
D | lm92.c | 177 case hwmon_temp: in lm92_read() 223 case hwmon_temp: in lm92_write() 242 case hwmon_temp: in lm92_is_visible()
|
D | hp-wmi-sensors.c | 174 [HP_WMI_TYPE_TEMPERATURE] = hwmon_temp, 182 [hwmon_temp] = HWMON_T_INPUT | HWMON_T_LABEL | HWMON_T_FAULT, 1435 if ((type == hwmon_temp && attr == hwmon_temp_alarm) || in hp_wmi_hwmon_is_visible() 1458 if ((type == hwmon_temp && attr == hwmon_temp_alarm) || in hp_wmi_hwmon_read() 1472 if ((type == hwmon_temp && attr == hwmon_temp_fault) || in hp_wmi_hwmon_read() 1549 struct hp_wmi_info **ptr_info = state->info_map[hwmon_temp]; in match_temp_events() 1550 u8 temp_count = state->channel_count[hwmon_temp]; in match_temp_events() 1929 if (channel_count[hwmon_temp]) in make_chip_info() 1968 if (!has_events || (type != hwmon_temp && type != hwmon_fan)) in make_chip_info() 1971 attr = type == hwmon_temp ? HWMON_T_ALARM : HWMON_F_ALARM; in make_chip_info()
|
D | max31760.c | 88 case hwmon_temp: in max31760_read() 246 case hwmon_temp: in max31760_write() 343 case hwmon_temp: in max31760_is_visible() 387 case hwmon_temp: in max31760_read_string()
|
D | adt7x10.c | 90 hwmon_notify_event(dev, hwmon_temp, hwmon_temp_max_alarm, 0); in adt7x10_irq_handler() 92 hwmon_notify_event(dev, hwmon_temp, hwmon_temp_min_alarm, 0); in adt7x10_irq_handler() 94 hwmon_notify_event(dev, hwmon_temp, hwmon_temp_crit_alarm, 0); in adt7x10_irq_handler()
|
D | lm83.c | 280 case hwmon_temp: in lm83_read() 291 case hwmon_temp: in lm83_write() 314 case hwmon_temp: in lm83_is_visible()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_hwmon.c | 19 if (type == hwmon_temp) in nfp_hwmon_sensor_id() 35 { hwmon_temp, hwmon_temp_max, NFP_TEMP_MAX }, in nfp_hwmon_read() 36 { hwmon_temp, hwmon_temp_crit, NFP_TEMP_CRIT }, in nfp_hwmon_read() 57 if (type == hwmon_temp && attr == hwmon_temp_input) in nfp_hwmon_read() 69 if (type == hwmon_temp) { in nfp_hwmon_is_visible() 102 .type = hwmon_temp,
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_drvinfo.c | 37 if (type != hwmon_temp || attr != hwmon_temp_input) in aq_hwmon_read() 75 if (type != hwmon_temp || attr != hwmon_temp_label) in aq_hwmon_read_string() 92 if (type != hwmon_temp) in aq_hwmon_is_visible() 123 .type = hwmon_temp,
|
/linux-6.12.1/drivers/power/supply/ |
D | power_supply_hwmon.c | 107 case hwmon_temp: in power_supply_hwmon_to_property() 117 return type == hwmon_temp && attr == hwmon_temp_label; in power_supply_hwmon_is_a_label() 132 [hwmon_temp] = { ps_temp_attrs, ARRAY_SIZE(ps_temp_attrs) }, 162 case hwmon_temp: in power_supply_hwmon_is_writable() 203 case hwmon_temp: in power_supply_hwmon_read_string() 254 case hwmon_temp: in power_supply_hwmon_read() 298 case hwmon_temp: in power_supply_hwmon_write()
|
/linux-6.12.1/drivers/net/phy/aquantia/ |
D | aquantia_hwmon.c | 22 if (type != hwmon_temp) in aqr_hwmon_is_visible() 96 if (type != hwmon_temp) in aqr_hwmon_read() 148 if (type != hwmon_temp) in aqr_hwmon_write() 195 .type = hwmon_temp,
|
/linux-6.12.1/drivers/ufs/core/ |
D | ufs-hwmon.c | 134 if (type != hwmon_temp) in ufs_hwmon_is_visible() 208 hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_max_alarm, 0); in ufs_hwmon_notify_event() 211 hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_min_alarm, 0); in ufs_hwmon_notify_event()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | hwmon.c | 90 if (type != hwmon_temp) in mlx5_hwmon_read() 118 if (type != hwmon_temp || attr != hwmon_temp_reset_history) in mlx5_hwmon_write() 128 if (type != hwmon_temp) in mlx5_hwmon_is_visible() 149 if (type != hwmon_temp || attr != hwmon_temp_label) in mlx5_hwmon_read_string() 244 hwmon->temp_info.type = hwmon_temp; in mlx5_hwmon_channel_info_init()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_hwmon.c | 26 if (type != hwmon_temp) in ice_hwmon_read() 64 if (type != hwmon_temp) in ice_hwmon_is_visible()
|
/linux-6.12.1/drivers/vdpa/solidrun/ |
D | snet_hwmon.c | 93 case hwmon_temp: in snet_howmon_read() 143 case hwmon_temp: in snet_hwmon_read_string()
|