Home
last modified time | relevance | path

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

/drivers/media/platform/st/sti/delta/
DKconfig3 tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
8 This V4L2 driver enables DELTA multi-format video decoder
17 at least one of the DELTA decoder below is selected.
20 bool "STMicroelectronics DELTA MJPEG support"
24 Enables DELTA MJPEG hardware support.
/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()