Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c311 u8 in_proximity_p, stylus_p, button; in wacom_handle_packet() local
315 in_proximity_p = wacom->data[0] & 0x40; in wacom_handle_packet()
321 if (in_proximity_p && stylus_p) { in wacom_handle_packet()
343 input_report_key(wacom->dev, tools[tool].input_id, in_proximity_p); in wacom_handle_packet()
345 in_proximity_p ? tools[tool].device_id : 0); in wacom_handle_packet()