Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dwacom_sys.c64 memcpy(wacom->wacom_wac.data, raw_data, size); in wacom_raw_event()
66 wacom_wac_irq(&wacom->wacom_wac, size); in wacom_raw_event()
105 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_feature_mapping()
106 struct hid_data *hid_data = &wacom->wacom_wac.hid_data; in wacom_feature_mapping()
175 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_usage_mapping()
235 struct wacom_wac *wacom_wac = &wacom->wacom_wac; in wacom_post_parse_hid() local
240 input_mt_init_slots(wacom_wac->input, wacom_wac->features.touch_max, in wacom_post_parse_hid()
287 struct hid_data *hid_data = &wacom->wacom_wac.hid_data; in wacom_hid_set_device_mode()
351 wacom->wacom_wac.bt_high_speed = speed; in wacom_bt_query_tablet_data()
365 wacom->wacom_wac.bt_features &= ~0x20; in wacom_bt_query_tablet_data()
[all …]
Dwacom.h111 struct wacom_wac wacom_wac; member
128 static inline void wacom_schedule_work(struct wacom_wac *wacom_wac) in wacom_schedule_work() argument
130 struct wacom *wacom = container_of(wacom_wac, struct wacom, wacom_wac); in wacom_schedule_work()
136 void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t len);
139 struct wacom_wac *wacom_wac);
141 struct wacom_wac *wacom_wac);
Dwacom_wac.c48 static void wacom_notify_battery(struct wacom_wac *wacom_wac, in wacom_notify_battery() argument
52 struct wacom *wacom = container_of(wacom_wac, struct wacom, wacom_wac); in wacom_notify_battery()
53 bool changed = wacom_wac->battery_capacity != bat_capacity || in wacom_notify_battery()
54 wacom_wac->bat_charging != bat_charging || in wacom_notify_battery()
55 wacom_wac->bat_connected != bat_connected || in wacom_notify_battery()
56 wacom_wac->ps_connected != ps_connected; in wacom_notify_battery()
59 wacom_wac->battery_capacity = bat_capacity; in wacom_notify_battery()
60 wacom_wac->bat_charging = bat_charging; in wacom_notify_battery()
61 wacom_wac->bat_connected = bat_connected; in wacom_notify_battery()
62 wacom_wac->ps_connected = ps_connected; in wacom_notify_battery()
[all …]
Dwacom_wac.h194 struct wacom_wac { struct
DMakefile98 wacom-objs := wacom_wac.o wacom_sys.o