Searched refs:temperature (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-5000-hw.h76 u16 temperature, voltage; local
80 temperature = le16_to_cpu(temp_calib[0]);
84 return (s32)(temperature - voltage / IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF);
H A Diwl-agn-rx.c156 accum_general->temperature = general->temperature;
267 change = ((priv->_agn.statistics_bt.general.common.temperature !=
268 pkt->u.stats_bt.general.common.temperature) ||
284 change = ((priv->_agn.statistics.general.common.temperature !=
285 pkt->u.stats.general.common.temperature) ||
319 if (priv->cfg->ops->lib->temp_ops.temperature && change)
320 priv->cfg->ops->lib->temp_ops.temperature(priv);
H A Diwl-4965.c246 * Voltage, temperature, and MIMO tx gain correction, now stored in priv
271 /* Calculate temperature */
272 priv->temperature = iwl4965_hw_get_temperature(priv);
442 * any temperature delta we missed here. */
456 priv->last_temperature = priv->temperature;
832 omeas->temperature =
834 m1->temperature,
836 m2->temperature);
853 m1->temperature, m2->temperature,
1577 s32 temperature; local
[all...]
H A Diwl-3945.c382 priv->_3945.accum_statistics.general.temperature =
383 priv->_3945.statistics.general.temperature;
1108 * iwl3945_hw_reg_temp_out_of_range - Keep temperature in sane range
1110 static inline int iwl3945_hw_reg_temp_out_of_range(int temperature) argument
1112 return ((temperature < -260) || (temperature > 25)) ? 1 : 0;
1122 * get the current temperature by reading from NIC
1127 int temperature; local
1129 temperature = iwl3945_hw_get_temperature(priv);
1133 IWL_DEBUG_INFO(priv, "Temperature: %d\n", temperature
1598 int temperature = priv->temperature; local
2099 int temperature; local
[all...]
H A Diwl-3945-hw.h85 * Mapping of a Tx power level, at factory calibration temperature,
118 s16 temperature; /* h/w temperature at factory calib this band member in struct:iwl3945_eeprom_txpower_group
125 * difference between current temperature and factory calib temperature.
H A Diwl-5000.c268 vt = le32_to_cpu(priv->_agn.statistics.general.common.temperature);
270 /* now vt hold the temperature in Kelvin */
271 priv->temperature = KELVIN_TO_CELSIUS(vt);
392 .temperature = iwlagn_temperature,
458 .temperature = iwl5150_temperature,
H A Diwl-power.c384 s32 temp = priv->temperature; /* degrees CELSIUS except specified */
388 temp = KELVIN_TO_CELSIUS(priv->temperature);
426 * toggle the bit to wake up uCode and check the temperature
427 * if the temperature is below CT, uCode will stay awake and send card
431 * to wake up uCode for temperature check until temperature drop below CT
493 /* temperature timer expired, ready to go into CT_KILL state */
495 IWL_DEBUG_POWER(priv, "entering CT_KILL state when temperature timer expired\n");
521 * 2) Avoid the NIC power down due to high temperature
581 * try again during next temperature rea
[all...]
H A Diwl-1000.c63 * For 1000, use advance thermal throttling critical temperature threshold,
66 * but not implement ct_kill_exit based on ct_kill exit temperature
216 .temperature = iwlagn_temperature,
H A Diwl-eeprom.h179 /* 5000 temperature */
315 u8 temperature; /* Device temperature (Celsius) */ member in struct:iwl_eeprom_calib_measure
H A Diwl-core.h134 void (*temperature)(struct iwl_priv *priv); member in struct:iwl_temp_ops
197 /* temperature */
262 * @temperature_kelvin: temperature report by uCode in kelvin
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_pom.h34 * Reading of temperature/voltage/current/power
49 struct bfa_pom_entry_s temperature; /* centigrade */ member in struct:bfa_pom_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwdrtas.c209 * wdrtas_get_temperature - returns current temperature
211 * returns temperature or <0 on failures
213 * wdrtas_get_temperature returns the current temperature in Fahrenheit. It
219 int temperature = 0; local
221 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature);
227 temperature = ((temperature * 9) / 5) + 32; /* fahrenheit */
229 return temperature;
430 * wdrtas_temp_read - gives back the temperature in fahrenheit
439 * wdrtas_temp_read gives the temperature t
445 int temperature = 0; local
[all...]
H A Dpcwd_pci.c120 /* Wether or not the card has a temperature device */
404 static int pcipcwd_get_temperature(int *temperature) argument
406 *temperature = 0;
411 *temperature = inb_p(pcipcwd_private.io_addr);
418 *temperature = (*temperature * 9 / 5) + 32;
421 printk(KERN_DEBUG PFX "temperature is: %d F\n",
422 *temperature);
510 int temperature; local
512 if (pcipcwd_get_temperature(&temperature))
621 int temperature; local
[all...]
H A Dpcwd.c24 * version reporting. Added read routine for temperature.
34 * 971222 Changed open/close for temperature handling
84 * has temperature reporting. Since I didn't receive a Rev.B card,
179 a temperature device */
502 * temperature in other cards. */
508 * over-temperature condition. And the reboot
572 static int pcwd_get_temperature(int *temperature) argument
574 /* check that port 0 gives temperature info and no command results */
578 *temperature = 0;
587 *temperature
606 int temperature; local
739 int temperature; local
[all...]
H A Dpcwd_usb.c340 int *temperature)
350 *temperature = (lsb * 9 / 5) + 32;
425 int temperature; local
427 if (usb_pcwd_get_temperature(usb_pcwd_device, &temperature))
430 return put_user(temperature, p);
519 * /dev/temperature handling
525 int temperature; local
527 if (usb_pcwd_get_temperature(usb_pcwd_device, &temperature))
530 if (copy_to_user(data, &temperature, 1))
588 .name = "temperature",
339 usb_pcwd_get_temperature(struct usb_pcwd_private *usb_pcwd, int *temperature) argument
[all...]
H A Dwdt_pci.c276 * Reports the temperature in degrees Fahrenheit. The API is in
280 static int wdtpci_get_temperature(int *temperature) argument
288 *temperature = (c * 11 / 15) + 7;
502 * Read reports the temperature in degrees Fahrenheit. The API is in
509 int temperature; local
511 if (wdtpci_get_temperature(&temperature))
514 if (copy_to_user(buf, &temperature, 1))
525 * The temperature device has been opened.
538 * The temperature device has been closed.
596 .name = "temperature",
[all...]
H A Dwdt.c237 * Reports the temperature in degrees Fahrenheit. The API is in
459 * Temp_read reports the temperature in degrees Fahrenheit. The API is in
466 int temperature = wdt_get_temperature(); local
468 if (copy_to_user(buf, &temperature, 1))
479 * The temperature device has been opened.
492 * The temperature device has been closed.
550 .name = "temperature",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dthermal.c60 #define ACPI_THERMAL_FILE_TEMPERATURE "temperature"
145 unsigned long temperature; member in struct:acpi_thermal_critical
150 unsigned long temperature; member in struct:acpi_thermal_hot
155 unsigned long temperature; member in struct:acpi_thermal_passive
164 unsigned long temperature; member in struct:acpi_thermal_active
184 unsigned long temperature; member in struct:acpi_thermal
265 tz->last_temperature = tz->temperature;
271 tz->temperature = tmp;
273 tz->temperature));
363 tz->trips.critical.temperature
757 thermal_get_crit_temp(struct thermal_zone_device *thermal, unsigned long *temperature) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dbmp085.c4 and temperature sensor from Bosch Sensortec. The datasheet
13 The temperature can be read from temp0_input. Values range from
14 -400 to 850 representing the ambient temperature in degree celsius
17 Because ambient pressure is temperature dependent, a temperature
19 from pressure0_input. This happens if the last temperature measurement
91 s32 b6; /* calculated temperature correction coefficient */
135 "Error while requesting temperature measurement.\n");
146 "Error while reading temperature measurement result\n");
198 * This function starts the temperature measuremen
201 bmp085_get_temperature(struct bmp085_data *data, int *temperature) argument
333 int temperature; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c109 long temperature; local
115 ret = tz->ops->get_temp(tz, &temperature);
120 return sprintf(buf, "%ld\n", temperature);
202 long temperature; local
210 ret = tz->ops->get_trip_temp(tz, trip, &temperature);
215 return sprintf(buf, "%ld\n", temperature);
432 long temperature; local
440 ret = tz->ops->get_temp(tz, &temperature);
445 return sprintf(buf, "%ld\n", temperature);
457 long temperature; local
515 unsigned long temperature; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_dmu.c555 int temperature; local
569 temperature = 418 - ((5556 * pvtmon_status) / 10000);
571 len += sprintf(buffer + len, "CPU temperature\t: %d%cC\n\n",
572 temperature, 0xF8);
603 dmu_temp = create_proc_read_entry(DMU_PROC_NAME "/temperature", 0, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c1638 int *voltage, int *temperature)
1665 * enable temperature compensation
1675 temperature[0]);
1693 voltage[AR9300_MAX_CHAINS], temperature[AR9300_MAX_CHAINS]; local
1767 temperature[ichain] = ltemperature[ichain];
1780 temperature[ichain] = ltemperature[ichain] +
1797 temperature[ichain] = ltemperature[ichain];
1804 temperature[ichain] = htemperature[ichain];
1808 temperature[ichain] = 0;
1814 temperature);
1635 ar9003_hw_power_control_override(struct ath_hw *ah, int frequency, int *correction, int *voltage, int *temperature) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c539 int temperature = 0; local
564 temperature = 1;
655 if (temperature) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dacerhdf.c2 * acerhdf - A driver which monitors the temperature
48 * temperature of the cpu and a userspace tool may take over control of the fan.
60 * CPU's optimal operating limits denoted in junction temperature as
62 * assume 89��C is critical temperature.
75 * Maximum interval between two temperature checks is 15 seconds, as the die
102 MODULE_PARM_DESC(interval, "Polling interval of temperature check");
104 MODULE_PARM_DESC(fanon, "Turn the fan on above this temperature");
106 MODULE_PARM_DESC(fanoff, "Turn the fan off below this temperature");
117 * the fan speed depending on the temperature
267 pr_err("fanon temperature to
401 acerhdf_get_crit_temp(struct thermal_zone_device *thermal, unsigned long *temperature) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c51 /* 2103-2 and 2103-4's 3rd temperature sensor can be connected to two diodes
53 * independently (so we have 4 temperature inputs). The device can't
61 struct temperature { struct
73 struct temperature temp[4]; /* internal + 3 external */
96 struct temperature *temp)
542 /* extra temperature sensors only present on 2103-2 and 2103-4 */
553 /* extra temperature sensors only present on 2103-2 and 2103-4 in APD mode */

Completed in 293 milliseconds

12