Lines Matching defs:wacom
3 * drivers/input/tablet/wacom.h
15 * Copyright (c) 2002-2011 Ping Cheng <pingc@wacom.com>
65 * v1.46 (pc) - Split wacom.c into wacom_sys.c and wacom_wac.c,
114 struct wacom;
119 struct wacom *wacom;
135 struct wacom *wacom;
160 struct wacom {
190 struct wacom *wacom = container_of(wacom_wac, struct wacom, wacom_wac);
194 schedule_work(&wacom->wireless_work);
197 schedule_work(&wacom->battery_work);
200 schedule_work(&wacom->remote_work);
203 schedule_work(&wacom->mode_change_work);
226 void wacom_setup_device_quirks(struct wacom *wacom);
240 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group,
242 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur);
244 int wacom_initialize_leds(struct wacom *wacom);