Home
last modified time | relevance | path

Searched refs:IN_RANGE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/net/fddi/
H A Ddefxx.c3150 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_rcv_queue_process()
3325 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_xmt_queue_pkt()
H A Ddefxx.h1693 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
/kernel/linux/linux-6.6/drivers/net/fddi/
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()
H A Ddefxx.h1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro

Completed in 19 milliseconds