Lines Matching defs:wacom
13 * Copyright (c) 2002-2011 Ping Cheng <pingc@wacom.com>
63 * v1.46 (pc) - Split wacom.c into wacom_sys.c and wacom_wac.c,
111 struct wacom;
116 struct wacom *wacom;
132 struct wacom *wacom;
157 struct wacom {
187 struct wacom *wacom = container_of(wacom_wac, struct wacom, wacom_wac);
191 schedule_work(&wacom->wireless_work);
194 schedule_work(&wacom->battery_work);
197 schedule_work(&wacom->remote_work);
200 schedule_work(&wacom->mode_change_work);
223 void wacom_setup_device_quirks(struct wacom *wacom);
237 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group,
239 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur);
241 int wacom_initialize_leds(struct wacom *wacom);