Symbol: input_mt_report_pointer_emulation
drivers/hid/hid-magicmouse.c
514
input_mt_report_pointer_emulation(input, true);
drivers/input/input-mt.c
263
EXPORT_SYMBOL(input_mt_report_pointer_emulation);
drivers/input/input-mt.c
348
input_mt_report_pointer_emulation(dev, use_count);
drivers/input/mouse/elan_i2c_core.c
1003
input_mt_report_pointer_emulation(input, true);
drivers/input/mouse/elantech.c
649
input_mt_report_pointer_emulation(dev, true);
drivers/input/mouse/focaltech.c
143
input_mt_report_pointer_emulation(dev, true);
drivers/input/mouse/synaptics.c
1053
input_mt_report_pointer_emulation(dev, false);
drivers/input/touchscreen/atmel_mxt_ts.c
832
input_mt_report_pointer_emulation(data->input_dev,
drivers/input/touchscreen/edt-ft5x06.c
342
input_mt_report_pointer_emulation(tsdata->input, true);
drivers/input/touchscreen/egalax_ts.c
114
input_mt_report_pointer_emulation(input_dev, true);
drivers/input/touchscreen/hycon-hy46xx.c
139
input_mt_report_pointer_emulation(tsdata->input, false);
drivers/input/touchscreen/ili210x.c
324
input_mt_report_pointer_emulation(input, false);
drivers/input/touchscreen/mms114.c
265
input_mt_report_pointer_emulation(data->input_dev, true);
drivers/input/touchscreen/mms114.c
646
input_mt_report_pointer_emulation(input_dev, true);
drivers/input/touchscreen/penmount.c
80
input_mt_report_pointer_emulation(input, true);
drivers/input/touchscreen/rohm_bu21023.c
622
input_mt_report_pointer_emulation(input_dev, true);
drivers/input/touchscreen/wacom_w8001.c
182
input_mt_report_pointer_emulation(dev, true);
include/linux/input/mt.h
110
void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count);