Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/wscons/
H A Dwsemul_dumb.c95 emulops->erasecols == NULL || emulops->eraserows == NULL; in wsemul_dumb_cnattach()
208 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output()
248 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output()
315 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, in wsemul_dumb_resetop()
H A Dwsemul_sun.c306 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_output_lowchars()
453 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control()
476 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control()
490 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control()
1083 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, in wsemul_sun_resetop()
1107 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_scrollup()
1127 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_scrollup()
H A Dwsemul_vt100_subr.c67 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_scrollup()
104 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_scrolldown()
138 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed()
150 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed()
167 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed()
H A Dwsdisplayvar.h82 int (*eraserows)(void *c, int row, int nrows, uint32_t attr); member
H A Dwsdisplay.c822 emulops->erasecols == NULL || emulops->eraserows == NULL)
/openbsd-src/sys/arch/sparc64/dev/
H A Difb.c496 ri->ri_ops.eraserows = ifb_eraserows; in ifbattach()
503 ri->ri_ops.eraserows = ifb_eraserows_dumb; in ifbattach()
909 sc->sc_old_ops.eraserows(cookie, row, num, attr); in ifb_eraserows_dumb()
911 sc->sc_old_ops.eraserows(cookie, row, num, attr); in ifb_eraserows_dumb()
H A Dcreator.c187 sc->sc_sunfb.sf_ro.ri_ops.eraserows = creator_ras_eraserows; in creator_attach()
245 ri->ri_ops.eraserows(ri, 0, ri->ri_rows, attr); in creator_ioctl()
H A Dradeonfb.c232 ri->ri_ops.eraserows = radeonfb_eraserows; in radeonfb_attach()
H A Dgfxp.c244 ri->ri_ops.eraserows = gfxp_eraserows; in gfxp_attach()
H A Draptor.c231 ri->ri_ops.eraserows = raptor_eraserows; in raptor_attach()
H A Dmachfb.c313 ri->ri_ops.eraserows = machfb_eraserows; in machfb_attach()
/openbsd-src/sys/dev/rasops/
H A Drasops.c277 ri->ri_eraserows = ri->ri_ops.eraserows; in rasops_init()
298 ri->ri_ops.eraserows = rasops_vcons_eraserows; in rasops_init()
310 ri->ri_ops.eraserows = rasops_wronly_eraserows; in rasops_init()
434 ri->ri_ops.eraserows = rasops_eraserows; in rasops_reconfig()
493 ri->ri_ops.eraserows = rasops_eraserows_rotated; in rasops_reconfig()
/openbsd-src/sys/dev/fdt/
H A Dssdfb.c330 sc->sc_riops.eraserows = ri->ri_eraserows; in ssdfb_attach()
809 sc->sc_riops.eraserows(cookie, row, num, attr); in ssdfb_eraserows()
/openbsd-src/sys/arch/luna88k/dev/
H A Dlunafb.c462 ri->ri_ops.eraserows = om_eraserows; in omfb_getdevconfig()
/openbsd-src/sys/arch/loongson/dev/
H A Dradeonfb.c674 ri->ri_ops.eraserows = radeonfb_eraserows; in radeonfb_setup()
H A Dsmfb.c482 ri->ri_ops.eraserows = smfb_eraserows; in smfb_setup()
/openbsd-src/sys/dev/sbus/
H A Dmgx.c631 sc->sc_sunfb.sf_ro.ri_ops.eraserows = mgx_ras_eraserows; in mgx_ras_init()
H A Dzx.c292 ri->ri_ops.eraserows = zx_eraserows; in zx_attach()
H A Dcgsix.c214 sc->sc_sunfb.sf_ro.ri_ops.eraserows = cgsix_ras_eraserows; in cgsixattach()
/openbsd-src/sys/dev/pcmcia/
H A Dcfxga.c514 ri->ri_ops.eraserows = cfxga_eraserows; in cfxga_alloc_screen()
/openbsd-src/sys/dev/pci/
H A Dtga.c393 rip->ri_ops.eraserows = tga_eraserows;
/openbsd-src/sys/dev/ic/
H A Dsti.c73 .eraserows = sti_eraserows,
/openbsd-src/sys/dev/usb/
H A Dudl.c644 sc->sc_ri.ri_ops.eraserows = udl_eraserows; in udl_alloc_screen()