Home
last modified time | relevance | path

Searched defs:IN_RANGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py59 IN_RANGE = 2 variable in ProximityState
/openbmc/linux/drivers/net/fddi/
H A Ddefxx.h1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro