Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c76 static const u16 touch_key_array[] = GTP_KEY_TAB; variable
77 #define GTP_MAX_KEY_NUM (sizeof(touch_key_array)/sizeof(touch_key_array[0]))
862 if (key_codes[ret] == touch_key_array[i]) in goodix_ts_work_func()
869 input_report_key(ts->input_dev, touch_key_array[i], key_value & (0x01<<i)); in goodix_ts_work_func()
2090 input_set_capability(ts->input_dev, EV_KEY, touch_key_array[index]); in gtp_request_input_dev()