Searched refs:o_tstamp (Results 1 – 2 of 2) sorted by relevance
438 static hrtime_t o_tstamp = 0; in power_high_intr() local484 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in power_high_intr()485 o_tstamp = tstamp; in power_high_intr()488 o_tstamp = tstamp; in power_high_intr()
593 static hrtime_t o_tstamp = 0; in ds1287_intr() local615 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in ds1287_intr()616 o_tstamp = tstamp; in ds1287_intr()619 o_tstamp = tstamp; in ds1287_intr()