Searched refs:hn_state_buf (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_extents.c | 497 u8 hn_state_buf[10] = { 0 }; in hotknot_event_handler() local 528 ret = gt1x_i2c_read(GTP_REG_HN_STATE, hn_state_buf, 6); in hotknot_event_handler() 537 …DEBUG("[0x8800~0x8803]=0x%x,0x%x,0x%x,0x%x", hn_state_buf[0], hn_state_buf[1], hn_state_buf[2], hn… in hotknot_event_handler() 540 if ((0x03 == hn_state_buf[0]) || (0x04 == hn_state_buf[0]) in hotknot_event_handler() 541 || (0x07 == hn_state_buf[0])) { in hotknot_event_handler() 544 got_hotknot_extra_state = hn_state_buf[0]; in hotknot_event_handler() 548 if ((0x03 == hn_state_buf[1]) || (0x04 == hn_state_buf[1]) in hotknot_event_handler() 549 || (0x07 == hn_state_buf[1])) { in hotknot_event_handler() 550 GTP_DEBUG("Wakeup HN_SLAVE_RECEIVED block polling waiter:0x%x", hn_state_buf[1]); in hotknot_event_handler() 552 got_hotknot_extra_state = hn_state_buf[1]; in hotknot_event_handler() [all …]
|