Home
last modified time | relevance | path

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

/drivers/input/joystick/
Danalog.c131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro
148 #define DELTA(x,y) ((y)-(x)) macro
152 #define DELTA(x,y) ((y)-(x)) macro
158 #define DELTA(x,y) ((y)-(x)) macro
179 return DELTA((unsigned int)x, (unsigned int)y); in delta()
/drivers/input/gameport/
Dgameport.c53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
130 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/drivers/media/platform/
DKconfig377 tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
381 This V4L2 driver enables DELTA multi-format video decoder
390 at least one of the DELTA decoder below is selected.
395 bool "STMicroelectronics DELTA MJPEG support"
398 Enables DELTA MJPEG hardware support.