Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dpc110pad.c117 static int synthesize_tap; variable
141 synthesize_tap+=transition_count; in tap_timeout()
184 if(synthesize_tap) in read_button()
186 *b=--synthesize_tap & 1; in read_button()
192 button_pending=(synthesize_tap>0); in read_button()
490 d[2]=(synthesize_tap<<4) | (b?0x01:0); in sample_debug()
627 synthesize_tap=0; in open_pad()