Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/tablet/
Dgtco.c85 #define MASK_INRANGE 0x20 macro
709 val = device->buffer[5] & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()
790 val = buttonbyte & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()