Home
last modified time | relevance | path

Searched refs:GET_TIME (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Druntime-wrappers.c49 } GET_TIME; member
228 args->GET_TIME.time, in efi_call_rts()
229 args->GET_TIME.capabilities); in efi_call_rts()
353 status = efi_queue_work(GET_TIME, tm, tc); in virt_efi_get_time()
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dgameport.c54 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
124 GET_TIME(t1); in old_gameport_measure_speed()
126 GET_TIME(t2); in old_gameport_measure_speed()
127 GET_TIME(t3); in old_gameport_measure_speed()
/kernel/linux/linux-6.6/drivers/input/gameport/
H A Dgameport.c53 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
123 GET_TIME(t1); in old_gameport_measure_speed()
125 GET_TIME(t2); in old_gameport_measure_speed()
126 GET_TIME(t3); in old_gameport_measure_speed()
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Danalog.c130 #define GET_TIME(x) do { if (boot_cpu_has(X86_FEATURE_TSC)) x = (unsigned int)rdtsc(); else x = get_time_pit(); } while (0) macro
147 #define GET_TIME(x) do { x = (unsigned int)rdtsc(); } while (0) macro
151 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
157 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro
169 GET_TIME(x); in get_time()

Completed in 5 milliseconds