Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DXPPen__Artist24.bpf.c86 #define IN_RANGE BIT(5) macro
181 if ((current_state & IN_RANGE) == 0) { in SEC()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py60 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 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()