Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/tablet/
Dgtco.c84 #define MASK_INRANGE 0x20 macro
693 val = device->buffer[5] & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()
774 val = buttonbyte & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()