Home
last modified time | relevance | path

Searched refs:input_report (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-hyperv.c255 struct synthhid_input_report *input_report; in mousevsc_on_receive() local
297 input_report = in mousevsc_on_receive()
302 len = min(input_report->header.size, in mousevsc_on_receive()
304 memcpy(input_dev->input_buf, input_report->buffer, len); in mousevsc_on_receive()
H A Dhid-rmi.c649 struct hid_report *input_report; in rmi_probe() local
685 RMI_ATTN_REPORT_ID, &input_report)) { in rmi_probe()
690 data->input_report_size = hid_report_len(input_report); in rmi_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mtb.c90 md->mt_function.input_report = cyttsp5_input_report; in cyttsp5_init_function_ptrs()
H A Dcyttsp5_mta.c83 md->mt_function.input_report = cyttsp5_input_report; in cyttsp5_init_function_ptrs()
H A Dcyttsp5_mt_common.c284 if (md->mt_function.input_report) in cyttsp5_get_mt_touches()
285 md->mt_function.input_report(md->input, sig, in cyttsp5_get_mt_touches()
394 if (md->mt_function.input_report) in cyttsp5_mt_send_dummy_event()
395 md->mt_function.input_report(md->input, ABS_MT_TRACKING_ID, in cyttsp5_mt_send_dummy_event()
H A Dcyttsp5_regs.h784 void (*input_report)(struct input_dev *input, int sig, int t, int type); member