Home
last modified time | relevance | path

Searched refs:GET_TIME (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Druntime-wrappers.c50 GET_TIME, enumerator
199 case GET_TIME: in efi_call_rts()
266 status = efi_queue_work(GET_TIME, tm, tc, NULL, NULL, NULL); in virt_efi_get_time()
/Linux-v4.19/drivers/input/gameport/
Dgameport.c58 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
128 GET_TIME(t1); in old_gameport_measure_speed()
130 GET_TIME(t2); in old_gameport_measure_speed()
131 GET_TIME(t3); in old_gameport_measure_speed()
/Linux-v4.19/drivers/input/joystick/
Danalog.c142 #define GET_TIME(x) do { if (boot_cpu_has(X86_FEATURE_TSC)) x = (unsigned int)rdtsc(); else x = get… macro
159 #define GET_TIME(x) do { x = (unsigned int)rdtsc(); } while (0) macro
163 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
169 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro
181 GET_TIME(x); in get_time()