Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DXPPen__Artist24.bpf.c86 #define IN_RANGE BIT(5) macro
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py60 IN_RANGE = 2 variable in ProximityState
/linux/drivers/net/fddi/
H A Ddefxx.h1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro