Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/dev/
H A Dgrfvar.h73 void (*g_iteputc)(struct ite_softc *, int, int, member
H A Dite_et.c278 sc->g_iteputc = et_putc; in grfet_iteinit()
H A Dite_cc.c313 sc->g_iteputc = putc8; in grfcc_iteinit()
H A Dite.c86 #define SUBR_PUTC(sc,c,dy,dx,m) (sc)->grf->g_iteputc(sc,c,dy,dx,m)
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfvar.h80 void (*g_iteputc)(struct ite_softc *, int, int, int, int); member
H A Dite_rh.c88 gp->g_iteputc = rh_putc; in grfrh_iteinit()
H A Dite_cl.c99 gp->g_iteputc = cl_putc; in grfcl_iteinit()
H A Dite_et.c101 gp->g_iteputc = et_putc; in grfet_iteinit()
H A Dite_cv3d.c108 gp->g_iteputc = cv3d_putc; in grfcv3d_iteinit()
H A Dite_cv.c108 gp->g_iteputc = cv_putc; in grfcv_iteinit()
H A Dite_ul.c134 gp->g_iteputc = ulowell_putc; in grful_iteinit()
H A Dite_rt.c97 gp->g_iteputc = retina_putc; in grfrt_iteinit()
H A Dite_cc.c191 gp->g_iteputc = putc8; in grfcc_iteinit()
H A Dite.c90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m)