Lines Matching defs:temperature
270 * Reports the temperature in degrees Fahrenheit. The API is in
274 static int wdtpci_get_temperature(int *temperature)
282 *temperature = (c * 11 / 15) + 7;
495 * Read reports the temperature in degrees Fahrenheit. The API is in
502 int temperature;
504 if (wdtpci_get_temperature(&temperature))
507 if (copy_to_user(buf, &temperature, 1))
518 * The temperature device has been opened.
531 * The temperature device has been closed.
590 .name = "temperature",