is_touch_on      2258 drivers/hid/wacom_sys.c 		wacom_wac->shared->is_touch_on = true;
is_touch_on       523 drivers/hid/wacom_wac.c 				wacom->shared->is_touch_on =
is_touch_on       524 drivers/hid/wacom_wac.c 					!wacom->shared->is_touch_on;
is_touch_on       538 drivers/hid/wacom_wac.c 				wacom->shared->is_touch_on =
is_touch_on       539 drivers/hid/wacom_wac.c 					!wacom->shared->is_touch_on;
is_touch_on       618 drivers/hid/wacom_wac.c 				    !wacom->shared->is_touch_on);
is_touch_on      1529 drivers/hid/wacom_wac.c 	    !wacom->shared->is_touch_on) {
is_touch_on      2127 drivers/hid/wacom_wac.c 			bool *is_touch_on = &wacom_wac->shared->is_touch_on;
is_touch_on      2130 drivers/hid/wacom_wac.c 				*is_touch_on = !(*is_touch_on);
is_touch_on      2132 drivers/hid/wacom_wac.c 				*is_touch_on = value;
is_touch_on      2135 drivers/hid/wacom_wac.c 					    SW_MUTE_DEVICE, !(*is_touch_on));
is_touch_on      2533 drivers/hid/wacom_wac.c 	    !wacom_wac->shared->is_touch_on) {
is_touch_on       291 drivers/hid/wacom_wac.h 	bool is_touch_on;