Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dpc110pad.c456 int thisd, thisdd, thisx, thisy; in sample_rare() local
458 read_raw_pad(&thisd, &thisdd, &thisx, &thisy); in sample_rare()
460 d[0]=(thisd?0x80:0) in sample_rare()
480 int thisd, thisdd, thisx, thisy; in sample_debug() local
486 read_raw_pad(&thisd, &thisdd, &thisx, &thisy); in sample_debug()
487 d[0]=(thisd?0x80:0) | (thisdd?0x40:0) | bounce; in sample_debug()
508 int thisd, thisdd, thisx, thisy; in sample_ps2() local
517 read_raw_pad(&thisd, &thisdd, &thisx, &thisy); in sample_ps2()
523 if( (thisd && !lastd) /* new stroke */ in sample_ps2()
536 lastd=thisd; in sample_ps2()