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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dthermal.c52 #define ACPI_THERMAL_FILE_TEMPERATURE "temperature"
123 unsigned long temperature; member in struct:acpi_thermal_critical
128 unsigned long temperature; member in struct:acpi_thermal_hot
133 unsigned long temperature; member in struct:acpi_thermal_passive
142 unsigned long temperature; member in struct:acpi_thermal_active
162 unsigned long temperature; member in struct:acpi_thermal
222 tz->last_temperature = tz->temperature;
225 acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tz->temperature);
230 tz->temperature));
308 &tz->trips.critical.temperature);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dwdrtas.c211 * wdrtas_get_temperature - returns current temperature
213 * returns temperature or <0 on failures
215 * wdrtas_get_temperature returns the current temperature in Fahrenheit. It
222 int temperature = 0; local
225 (void *)__pa(&temperature),
232 temperature = ((temperature * 9) / 5) + 32; /* fahrenheit */
234 return temperature;
441 * wdrtas_temp_read - gives back the temperature in fahrenheit
450 * wdrtas_temp_read gives the temperature t
457 int temperature = 0; local
[all...]
H A Dpcwd_pci.c119 int supports_temp; /* Wether or not the card has a temperature device */
384 static int pcipcwd_get_temperature(int *temperature) argument
386 *temperature = 0;
391 *temperature = inb_p(pcipcwd_private.io_addr);
398 *temperature = (*temperature * 9 / 5) + 32;
401 printk(KERN_DEBUG PFX "temperature is: %d F\n",
402 *temperature);
492 int temperature; local
494 if (pcipcwd_get_temperature(&temperature))
601 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,
174 int supports_temp; /* Wether or not the card has a temperature device */
478 * temperature in other cards. */
484 * over-temperature condition. And the reboot
545 static int pcwd_get_temperature(int *temperature) argument
547 /* check that port 0 gives temperature info and no command results */
551 *temperature = 0;
560 *temperature
580 int temperature; local
721 int temperature; local
[all...]
H A Dwdt.c211 * Reports the temperature in degrees Fahrenheit. The API is in
215 static int wdt_get_temperature(int *temperature) argument
219 *temperature = (c * 11 / 15) + 7;
425 * Temp_read reports the temperature in degrees Fahrenheit. The API is in
431 int temperature; local
433 if (wdt_get_temperature(&temperature))
436 if (copy_to_user (buf, &temperature, 1))
447 * The temperature device has been opened.
460 * The temperature device has been closed.
522 .name = "temperature",
[all...]
H A Dwdt_pci.c256 * Reports the temperature in degrees Fahrenheit. The API is in
260 static int wdtpci_get_temperature(int *temperature) argument
264 *temperature = (c * 11 / 15) + 7;
474 * Read reports the temperature in degrees Fahrenheit. The API is in
480 int temperature; local
482 if (wdtpci_get_temperature(&temperature))
485 if (copy_to_user (buf, &temperature, 1))
496 * The temperature device has been opened.
509 * The temperature device has been closed.
571 .name = "temperature",
[all...]
H A Dpcwd_usb.c312 static int usb_pcwd_get_temperature(struct usb_pcwd_private *usb_pcwd, int *temperature) argument
322 *temperature = (lsb * 9 / 5) + 32;
396 int temperature; local
398 if (usb_pcwd_get_temperature(usb_pcwd_device, &temperature))
401 return put_user(temperature, p);
489 * /dev/temperature handling
495 int temperature; local
497 if (usb_pcwd_get_temperature(usb_pcwd_device, &temperature))
500 if (copy_to_user(data, &temperature, 1))
559 .name = "temperature",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c556 int temperature = 0; local
581 temperature = 1;
672 if (temperature) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h4241 int8 temperature; member in struct:wl_sslpnphy_papd_debug_data
4977 int8 curr_temperature; /* on-chip temperature sensor reading */

Completed in 114 milliseconds