Searched refs:eeti (Results 1 – 1 of 1) sorted by relevance
/drivers/input/touchscreen/ |
D | eeti_ts.c | 44 static void eeti_ts_report_event(struct eeti_ts *eeti, u8 *buf) in eeti_ts_report_event() argument 59 input_report_abs(eeti->input, ABS_PRESSURE, buf[5]); in eeti_ts_report_event() 61 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event() 62 input_report_key(eeti->input, BTN_TOUCH, buf[0] & REPORT_BIT_PRESSED); in eeti_ts_report_event() 63 input_sync(eeti->input); in eeti_ts_report_event() 66 static int eeti_ts_read(struct eeti_ts *eeti) in eeti_ts_read() argument 71 len = i2c_master_recv(eeti->client, buf, sizeof(buf)); in eeti_ts_read() 74 dev_err(&eeti->client->dev, in eeti_ts_read() 82 eeti_ts_report_event(eeti, buf); in eeti_ts_read() 89 struct eeti_ts *eeti = dev_id; in eeti_ts_isr() local [all …]
|