Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dektf2127.c50 int status_shift; member
54 int status_shift; member
121 ektf2127_report2_contact(ts, 0, &buf[1], !!(buf[7] & BIT(ts->status_shift))); in ektf2127_report2_event()
122 ektf2127_report2_contact(ts, 1, &buf[4], !!(buf[7] & BIT(ts->status_shift + 1))); in ektf2127_report2_event()
318 ts->status_shift = chip_data->status_shift; in ektf2127_probe()
343 .status_shift = 1,
347 .status_shift = 0,