Searched refs:last_read (Results 1 – 10 of 10) sorted by relevance
30 unsigned long last_read; member46 if (now >= timer.last_read) in read_timer()47 timer.ticks += now - timer.last_read; in read_timer()50 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()52 timer.last_read = now; in read_timer()
71 unsigned long *last_read, unsigned long *last_write,73 TP_ARGS(read_count, write_count, last_read, last_write, func, line),85 __entry->read_delta = read_count - *last_read;89 *last_read = read_count;
146 unsigned int last_read = UINT_MAX; in oxygen_read_ac97() local159 if (value == last_read) in oxygen_read_ac97()161 last_read = value; in oxygen_read_ac97()
31 unsigned long last_read; /* jiffies when cache last updated */ member122 sat->last_read = jiffies; in wf_sat_read_cache()146 if (time_after(jiffies, (sat->last_read + MAX_AGE))) { in wf_sat_sensor_get()
222 rspget_ptr = a->last_read; in esas2r_get_outbound_responses()294 a->last_read = rspget_ptr; in esas2r_get_outbound_responses()427 a->last_read = a->list_size - 1; in esas2r_process_adapter_reset()
887 u32 last_read; member
1088 a->last_read = a->list_size - 1; in esas2r_check_adapter()
515 long last_read; member536 long last_read; in ns_revision_read() local540 last_read = rev->last_read; in ns_revision_read()541 if (last_read == rev->ns->revision) { in ns_revision_read()546 last_read != in ns_revision_read()554 rev->last_read = rev->ns->revision; in ns_revision_read()585 if (rev->last_read < rev->ns->revision) in ns_revision_poll()
126 int last_read; member642 if (!ts->read_cnt || (abs(ts->last_read - *val) > ts->debounce_tol)) { in ads7846_debounce_filter()650 ts->last_read = *val; in ads7846_debounce_filter()
102 +#define LV_DRV_INDEV_I2C_READ(last_read) 0 /*i2c_rd()*/ /*Read a byte from the I2C bud*/