Searched refs:IN_RANGE (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hid/bpf/progs/ |
| H A D | XPPen__Artist24.bpf.c | 86 #define IN_RANGE BIT(5) macro 181 if ((current_state & IN_RANGE) == 0) { in SEC()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 60 IN_RANGE = 2 variable in ProximityState 64 reportdata.inrange = self in [ProximityState.IN_RANGE] 67 ProximityState.IN_RANGE, 644 proximity=ProximityState.IN_RANGE, 701 proximity=ProximityState.IN_RANGE, 789 proximity=ProximityState.IN_RANGE,
|
| /linux/drivers/net/fddi/ |
| H A D | defxx.h | 1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
|
| H A D | defxx.c | 3139 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()
|