ztp.c | 344 static int ztp_readpos(struct ztp_softc *, struct ztp_pos *); 427 ztp_readpos(struct ztp_softc *sc, struct ztp_pos *pos) function in typeref:typename:int 440 DPRINTF(("ztp_readpos(): t0 = %d\n", t0)); 460 DPRINTF(("ztp_readpos(): y = %d\n", pos->y)); 466 DPRINTF(("ztp_readpos(): x = %d\n", pos->x)); 473 DPRINTF(("ztp_readpos(): t0 = %d, t1 = %d\n", t0, t1)); 522 down = ztp_readpos(sc, &tp);
|