Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Dgtco.c84 #define MASK_INRANGE 0x20 macro
695 val = device->buffer[5] & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()
776 val = buttonbyte & MASK_INRANGE ? 1 : 0; in gtco_urb_callback()