Home
last modified time | relevance | path

Searched refs:tsc_stop (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dtsc.c870 u64 tsc_stop, ref_stop, delta; in tsc_refine_calibration_work() local
893 tsc_stop = tsc_read_refs(&ref_stop, hpet); in tsc_refine_calibration_work()
900 if (tsc_start == ULLONG_MAX || tsc_stop == ULLONG_MAX) in tsc_refine_calibration_work()
903 delta = tsc_stop - tsc_start; in tsc_refine_calibration_work()
/linux-3.4.99/drivers/input/touchscreen/
Dtnetv107x-ts.c236 static void tsc_stop(struct input_dev *dev) in tsc_stop() function
319 ts->input_dev->close = tsc_stop; in tsc_probe()