Searched refs:softbutton (Results 1 – 3 of 3) sorted by relevance
43 __u8 softbutton; member 95 if (touch_data.softbutton) { in icn8318_irq() 97 * Other data is invalid when a softbutton is pressed. in icn8318_irq() 99 * softbutton codes to evdev codes. Currently no known devices in icn8318_irq()
248 int touch_nr, softbutton, error, i; in silead_ts_read_data() local 270 softbutton = (bufp[SILEAD_POINT_Y_MSB_OFF] & in silead_ts_read_data() 273 if (softbutton) { in silead_ts_read_data() 275 * For now only respond to softbutton == 0x01, some in silead_ts_read_data() 279 if (softbutton == 0x01) in silead_ts_read_data()
63 u8 softbutton; member 358 touch_data.softbutton == 1); in icn8505_irq()