Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dsch5636.c293 SENSOR_ATTR_RO(temp1_input, temp_value, 0),
296 SENSOR_ATTR_RO(temp2_input, temp_value, 1),
299 SENSOR_ATTR_RO(temp3_input, temp_value, 2),
302 SENSOR_ATTR_RO(temp4_input, temp_value, 3),
305 SENSOR_ATTR_RO(temp5_input, temp_value, 4),
308 SENSOR_ATTR_RO(temp6_input, temp_value, 5),
311 SENSOR_ATTR_RO(temp7_input, temp_value, 6),
314 SENSOR_ATTR_RO(temp8_input, temp_value, 7),
317 SENSOR_ATTR_RO(temp9_input, temp_value, 8),
320 SENSOR_ATTR_RO(temp10_input, temp_value, 9),
[all …]
Dftsteutates.c513 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_value, 0);
514 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_value, 1);
515 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_value, 2);
516 static SENSOR_DEVICE_ATTR_RO(temp4_input, temp_value, 3);
517 static SENSOR_DEVICE_ATTR_RO(temp5_input, temp_value, 4);
518 static SENSOR_DEVICE_ATTR_RO(temp6_input, temp_value, 5);
519 static SENSOR_DEVICE_ATTR_RO(temp7_input, temp_value, 6);
520 static SENSOR_DEVICE_ATTR_RO(temp8_input, temp_value, 7);
521 static SENSOR_DEVICE_ATTR_RO(temp9_input, temp_value, 8);
522 static SENSOR_DEVICE_ATTR_RO(temp10_input, temp_value, 9);
[all …]
Dfschmd.c608 SENSOR_ATTR_RO(temp1_input, temp_value, 0),
612 SENSOR_ATTR_RO(temp2_input, temp_value, 1),
616 SENSOR_ATTR_RO(temp3_input, temp_value, 2),
620 SENSOR_ATTR_RO(temp4_input, temp_value, 3),
624 SENSOR_ATTR_RO(temp5_input, temp_value, 4),
628 SENSOR_ATTR_RO(temp6_input, temp_value, 5),
632 SENSOR_ATTR_RO(temp7_input, temp_value, 6),
636 SENSOR_ATTR_RO(temp8_input, temp_value, 7),
640 SENSOR_ATTR_RO(temp9_input, temp_value, 8),
644 SENSOR_ATTR_RO(temp10_input, temp_value, 9),
[all …]
/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1672 uint16_t temp_value; in psb_intel_sdvo_set_property() local
1711 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property()
1712 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()
1714 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property()
1729 temp_value = val; in psb_intel_sdvo_set_property()
1733 if (psb_intel_sdvo_connector->left_margin == temp_value) in psb_intel_sdvo_set_property()
1736 psb_intel_sdvo_connector->left_margin = temp_value; in psb_intel_sdvo_set_property()
1737 psb_intel_sdvo_connector->right_margin = temp_value; in psb_intel_sdvo_set_property()
1738 temp_value = psb_intel_sdvo_connector->max_hscan - in psb_intel_sdvo_set_property()
1745 if (psb_intel_sdvo_connector->right_margin == temp_value) in psb_intel_sdvo_set_property()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c415 u8 temp_value = 0; in _phy_convert_txpower_dbm_to_relative_value() local
421 temp_value = (u8)(*data >> (i * 8)) & 0xF; in _phy_convert_txpower_dbm_to_relative_value()
422 temp_value += ((u8)((*data >> (i*8 + 4)) & 0xF)) * 10; in _phy_convert_txpower_dbm_to_relative_value()
425 temp_value = (temp_value > base_val) ? in _phy_convert_txpower_dbm_to_relative_value()
426 temp_value - base_val : in _phy_convert_txpower_dbm_to_relative_value()
427 base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
429 temp_value = (u8)(*data >> (i * 8)) & 0xFF; in _phy_convert_txpower_dbm_to_relative_value()
432 temp_data |= temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1113 u8 temp_value = 0; in _phy_convert_txpower_dbm_to_relative_value() local
1119 temp_value = (u8)(*data >> (i * 8)) & 0xF; in _phy_convert_txpower_dbm_to_relative_value()
1120 temp_value += ((u8)((*data >> (i * 8 + 4)) & 0xF)) * 10; in _phy_convert_txpower_dbm_to_relative_value()
1123 temp_value = (temp_value > base_val) ? temp_value - in _phy_convert_txpower_dbm_to_relative_value()
1124 base_val : base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1126 temp_value = (u8)(*data >> (i * 8)) & 0xFF; in _phy_convert_txpower_dbm_to_relative_value()
1129 temp_data |= temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1308 s8 temp_value = 0, temp_pwrlmt = 0; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1354 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1357 temp_value; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
[all …]
/Linux-v5.4/drivers/scsi/esas2r/
Datioctl.h930 signed short temp_value; member