Home
last modified time | relevance | path

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

/linux-6.6.21/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 …]
Dfschmd.c607 SENSOR_ATTR_RO(temp1_input, temp_value, 0),
611 SENSOR_ATTR_RO(temp2_input, temp_value, 1),
615 SENSOR_ATTR_RO(temp3_input, temp_value, 2),
619 SENSOR_ATTR_RO(temp4_input, temp_value, 3),
623 SENSOR_ATTR_RO(temp5_input, temp_value, 4),
627 SENSOR_ATTR_RO(temp6_input, temp_value, 5),
631 SENSOR_ATTR_RO(temp7_input, temp_value, 6),
635 SENSOR_ATTR_RO(temp8_input, temp_value, 7),
639 SENSOR_ATTR_RO(temp9_input, temp_value, 8),
643 SENSOR_ATTR_RO(temp10_input, temp_value, 9),
[all …]
/linux-6.6.21/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1597 uint16_t temp_value; in psb_intel_sdvo_set_property() local
1636 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property()
1637 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()
1639 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property()
1654 temp_value = val; in psb_intel_sdvo_set_property()
1658 if (psb_intel_sdvo_connector->left_margin == temp_value) in psb_intel_sdvo_set_property()
1661 psb_intel_sdvo_connector->left_margin = temp_value; in psb_intel_sdvo_set_property()
1662 psb_intel_sdvo_connector->right_margin = temp_value; in psb_intel_sdvo_set_property()
1663 temp_value = psb_intel_sdvo_connector->max_hscan - in psb_intel_sdvo_set_property()
1670 if (psb_intel_sdvo_connector->right_margin == temp_value) in psb_intel_sdvo_set_property()
[all …]
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c413 u8 temp_value = 0; in _phy_convert_txpower_dbm_to_relative_value() local
419 temp_value = (u8)(*data >> (i * 8)) & 0xF; in _phy_convert_txpower_dbm_to_relative_value()
420 temp_value += ((u8)((*data >> (i*8 + 4)) & 0xF)) * 10; in _phy_convert_txpower_dbm_to_relative_value()
423 temp_value = (temp_value > base_val) ? in _phy_convert_txpower_dbm_to_relative_value()
424 temp_value - base_val : in _phy_convert_txpower_dbm_to_relative_value()
425 base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
427 temp_value = (u8)(*data >> (i * 8)) & 0xFF; in _phy_convert_txpower_dbm_to_relative_value()
430 temp_data |= temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1105 u8 temp_value = 0; in _phy_convert_txpower_dbm_to_relative_value() local
1111 temp_value = (u8)(*data >> (i * 8)) & 0xF; in _phy_convert_txpower_dbm_to_relative_value()
1112 temp_value += ((u8)((*data >> (i * 8 + 4)) & 0xF)) * 10; in _phy_convert_txpower_dbm_to_relative_value()
1115 temp_value = (temp_value > base_val) ? temp_value - in _phy_convert_txpower_dbm_to_relative_value()
1116 base_val : base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1118 temp_value = (u8)(*data >> (i * 8)) & 0xFF; in _phy_convert_txpower_dbm_to_relative_value()
1121 temp_data |= temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1302 s8 temp_value = 0, temp_pwrlmt = 0; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1348 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1351 temp_value; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
[all …]
/linux-6.6.21/drivers/scsi/esas2r/
Datioctl.h931 signed short temp_value; member