Home
last modified time | relevance | path

Searched defs:INRANGE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/dvb-frontends/
Dstb6100.h61 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0367_priv.h30 #define INRANGE(X, Y, Z) \ macro
Dstb0899_priv.h38 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0900_priv.h17 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ macro