Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/db1x00/
Dmirage_ts.c57 extern void wm97xx_ts_set_cal(void* ts_handle, int xscale, int xtrans, int yscale, int ytrans);
99 int yscale; member
106 yscale: 66,
111 yscale: 66,
159 mirage_ts_cal.yscale, in ts_thread()
/linux-2.4.37.9/drivers/char/
Dau1000_ts.c176 int yscale; member
321 Ycal = ((ts->cal.yscale * ts->y_raw) >> 8) + ts->cal.ytrans; in chug_raw_data()
633 ts->cal.yscale = -64; in au1000ts_init_module()
/linux-2.4.37.9/drivers/sound/
Dac97_plugin_wm97xx.c207 int yscale; member
553 y = ((ts->cal.yscale * y) >> 8) + ts->cal.ytrans; in wm97xx_acq_timer()
1298 ts->cal.yscale = 256; in wm97xx_ts_init_module()