/kernel/linux/linux-5.10/drivers/hwmon/ |
D | sch5636.c | 293 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 …]
|
D | ftsteutates.c | 513 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 …]
|
D | fschmd.c | 607 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 …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 1574 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-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 413 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/ |
D | phy.c | 1105 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 …]
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
D | atioctl.h | 930 signed short temp_value; member
|