Lines Matching defs:temperature
3 * TI Bandgap temperature sensor driver
116 * ti_errata814_bandgap_read_temp() - helper function to read dra7 sensor temperature
120 * Function to read dra7 bandgap sensor temperature. This is done separately
147 * ti_bandgap_read_temp() - helper function to read sensor temperature
151 * Function to concentrate the steps to read sensor temperature register.
156 * Return: temperature in ADC values.
175 /* read temperature */
246 /* report temperature to whom may concern */
268 pr_emerg("%s: TSHUT temperature reached. Needs shut down...\n",
282 * @t: address where to write the resulting temperature in mCelsius
296 /* look up for temperature in the table and return the temperature */
517 * ti_bandgap_read_temperature() - report current temperature
520 * @temperature: resulting temperature
525 int *temperature)
548 *temperature = temp;
595 * @id: sensor id which it is desired to read 1 temperature
648 * be used for junction temperature monitoring, it is desirable that the
668 * ti_bandgap_get_trend() - To fetch the temperature trend of a sensor
673 * This function needs to be called to fetch the temperature trend of a
674 * Particular sensor. The function computes the difference in temperature
707 /* read temperature from history buffer */
714 /* Convert from adc values to mCelsius temperature */
1152 /* Force immediate temperature measurement and update
1296 MODULE_DESCRIPTION("OMAP4+ bandgap temperature sensor driver");