Lines Matching defs:time
142 /* if val1 and val2 are different read it third time */
200 * Every time there is a new event, it will be reported to thermal layer.
341 int time;
344 time = ti_bandgap_readl(bgp, tsr->bgap_counter);
345 time = (time & tsr->counter_mask) >>
347 time = time * 1000 / bgp->clk_rate;
348 *interval = time;
639 * ti_bandgap_set_continuous_mode() - One time enabling of continuous mode
644 * sensors are operational all the time, so that alerts are generated
670 * w.r.t time. For the bandgaps with built in history buffer the temperatures
774 * TALERT is a normal IRQ and it is fired any time thresholds (hot or cold)
995 /* Set .250 seconds time as default counter */