HelenOS sources

s3c24xx_ts_t       68 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static s3c24xx_ts_t *ts;
s3c24xx_ts_t       72 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_pen_down(s3c24xx_ts_t *);
s3c24xx_ts_t       73 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_pen_up(s3c24xx_ts_t *);
s3c24xx_ts_t       74 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_eoc(s3c24xx_ts_t *);
s3c24xx_ts_t       75 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static int s3c24xx_ts_init(s3c24xx_ts_t *);
s3c24xx_ts_t       76 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_wait_for_int_mode(s3c24xx_ts_t *, ts_updn_t);
s3c24xx_ts_t       93 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	ts = malloc(sizeof(s3c24xx_ts_t));
s3c24xx_ts_t      126 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static int s3c24xx_ts_init(s3c24xx_ts_t *ts)
s3c24xx_ts_t      163 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_wait_for_int_mode(s3c24xx_ts_t *ts, ts_updn_t updn)
s3c24xx_ts_t      259 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_pen_down(s3c24xx_ts_t *ts)
s3c24xx_ts_t      276 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_pen_up(s3c24xx_ts_t *ts)
s3c24xx_ts_t      298 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static void s3c24xx_ts_eoc(s3c24xx_ts_t *ts)
HelenOS homepage, sources at GitHub