Home
last modified time | relevance | path

Searched refs:temp_value (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A 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,
[all...]
H A 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,
[all...]
H A 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,
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A 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,
[all...]
H A 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,
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1574 uint16_t temp_value; in psb_intel_sdvo_set_property() local
1613 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property()
1614 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()
1616 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property()
1631 temp_value = val; in psb_intel_sdvo_set_property()
1635 if (psb_intel_sdvo_connector->left_margin == temp_value) in psb_intel_sdvo_set_property()
1638 psb_intel_sdvo_connector->left_margin = temp_value; in psb_intel_sdvo_set_property()
1639 psb_intel_sdvo_connector->right_margin = temp_value; in psb_intel_sdvo_set_property()
1640 temp_value = psb_intel_sdvo_connector->max_hscan - in psb_intel_sdvo_set_property()
1647 if (psb_intel_sdvo_connector->right_margin == temp_value) in psb_intel_sdvo_set_property()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A 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...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1106 u8 temp_value = 0; in _phy_convert_txpower_dbm_to_relative_value() local
1112 temp_value = (u8)(*data >> (i * 8)) & 0xF; in _phy_convert_txpower_dbm_to_relative_value()
1113 temp_value += ((u8)((*data >> (i * 8 + 4)) & 0xF)) * 10; in _phy_convert_txpower_dbm_to_relative_value()
1116 temp_value = (temp_value > base_val) ? temp_value - in _phy_convert_txpower_dbm_to_relative_value()
1117 base_val : base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1119 temp_value = (u8)(*data >> (i * 8)) & 0xFF; in _phy_convert_txpower_dbm_to_relative_value()
1122 temp_data |= temp_value; in _phy_convert_txpower_dbm_to_relative_value()
1303 s8 temp_value in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A 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 in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datioctl.h930 signed short temp_value; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datioctl.h931 signed short temp_value; member

Completed in 29 milliseconds