Searched refs:ctr_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sur40.c | 70 __le16 ctr_x; /* centroid position */ member 419 int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; in sur40_report_blob() local 434 ctr_x = le16_to_cpu(blob->ctr_x); in sur40_report_blob() 445 input_report_abs(input, ABS_MT_TOOL_X, ctr_x); in sur40_report_blob()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sur40.c | 70 __le16 ctr_x; /* centroid position */ member 419 int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; in sur40_report_blob() local 434 ctr_x = le16_to_cpu(blob->ctr_x); in sur40_report_blob() 445 input_report_abs(input, ABS_MT_TOOL_X, ctr_x); in sur40_report_blob()
|
Completed in 4 milliseconds