Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py59 IN_RANGE = 2 variable in ProximityState
63 reportdata.inrange = self in [ProximityState.IN_RANGE]
66 ProximityState.IN_RANGE,
643 proximity=ProximityState.IN_RANGE,
700 proximity=ProximityState.IN_RANGE,
788 proximity=ProximityState.IN_RANGE,
/openbmc/linux/drivers/net/fddi/
H A Ddefxx.h1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
H A Ddefxx.c3139 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_rcv_queue_process()
3314 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_xmt_queue_pkt()