Searched refs:temp_w (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 725 s32 temp_w = (w>>1); in cst2xx_touch_down() local 733 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, temp_w); in cst2xx_touch_down() 734 input_report_abs(input_dev, ABS_MT_WIDTH_MAJOR, temp_w); in cst2xx_touch_down() 735 input_report_abs(input_dev, ABS_MT_PRESSURE, temp_w); in cst2xx_touch_down() 740 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, temp_w); in cst2xx_touch_down() 741 input_report_abs(input_dev, ABS_MT_WIDTH_MAJOR, temp_w); in cst2xx_touch_down()
|