Home
last modified time | relevance | path

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

/linux/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, 9),
[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, 9),
[all …]
/linux/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 …]
/linux/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()
/linux/fs/btrfs/
H A Dsysfs.c1433 u64 temp_value = round_up(value, sectorsize); in btrfs_read_policy_store() local
1437 value, sectorsize, temp_value); in btrfs_read_policy_store()
1438 value = temp_value; in btrfs_read_policy_store()
/linux/drivers/scsi/esas2r/
H A Datioctl.h931 signed short temp_value; member