Searched refs:wacom_wac (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 41 static void wacom_force_proxout(struct wacom_wac *wacom_wac) in wacom_force_proxout() argument 43 struct input_dev *input = wacom_wac->pen_input; in wacom_force_proxout() 45 wacom_wac->shared->stylus_in_proximity = 0; in wacom_force_proxout() 51 input_report_key(input, wacom_wac->tool[0], 0); in wacom_force_proxout() 52 if (wacom_wac->serial[0]) { in wacom_force_proxout() 57 wacom_wac->tool[0] = 0; in wacom_force_proxout() 58 wacom_wac->id[0] = 0; in wacom_force_proxout() 59 wacom_wac->serial[0] = 0; in wacom_force_proxout() 67 struct wacom_wac *wacom_wac = &wacom->wacom_wac; in wacom_idleprox_timeout() local 69 if (!wacom_wac->hid_data.sense_state) { in wacom_idleprox_timeout() [all …]
|
H A D | wacom_sys.c | 89 struct wacom_wac *wacom_wac = &wacom->wacom_wac; in wacom_wac_pen_serial_enforce() local 90 struct wacom_features *features = &wacom_wac->features; in wacom_wac_pen_serial_enforce() 95 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL)) in wacom_wac_pen_serial_enforce() 126 wacom_wac->serial[0] = value; in wacom_wac_pen_serial_enforce() 130 wacom_wac->serial[0] |= ((__u64)value) << 32; in wacom_wac_pen_serial_enforce() 134 wacom_wac->id[0] = value; in wacom_wac_pen_serial_enforce() 145 wacom_wac_queue_flush(hdev, wacom_wac->pen_fifo); in wacom_wac_pen_serial_enforce() 147 wacom_wac_queue_insert(hdev, wacom_wac->pen_fifo, in wacom_wac_pen_serial_enforce() 158 if (wacom->wacom_wac.features.type == BOOTLOADER) in wacom_raw_event() 167 memcpy(wacom->wacom_wac.data, raw_data, size); in wacom_raw_event() [all …]
|
H A D | wacom.h | 160 struct wacom_wac wacom_wac; member 184 static inline void wacom_schedule_work(struct wacom_wac *wacom_wac, in wacom_schedule_work() argument 187 struct wacom *wacom = container_of(wacom_wac, struct wacom, wacom_wac); in wacom_schedule_work() 222 void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t len); 225 struct wacom_wac *wacom_wac); 227 struct wacom_wac *wacom_wac); 229 struct wacom_wac *wacom_wac);
|
H A D | wacom_wac.h | 337 struct wacom_wac { struct
|
H A D | Makefile | 149 wacom-objs := wacom_wac.o wacom_sys.o
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |