Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/wscons/
H A Dwsemul_dumb.c94 emulops->copycols == NULL || emulops->copyrows == NULL || in wsemul_dumb_cnattach()
245 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_dumb_output()
H A Dwsdisplayvar.h81 int (*copyrows)(void *c, int srcrow, int dstrow, int nrows); member
H A Dwsemul_sun.c471 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_sun_control()
485 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_sun_control()
1122 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_sun_scrollup()
H A Dwsemul_vt100_subr.c61 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_vt100_scrollup()
98 WSEMULOP(rc, edp, &edp->abortstate, copyrows, in wsemul_vt100_scrolldown()
H A Dwsdisplay.c821 emulops->copycols == NULL || emulops->copyrows == NULL ||
/openbsd-src/sys/arch/sparc64/dev/
H A Difb.c494 ri->ri_ops.copyrows = ifb_copyrows; in ifbattach()
501 ri->ri_ops.copyrows = ifb_copyrows_dumb; in ifbattach()
895 sc->sc_old_ops.copyrows(cookie, src, dst, num); in ifb_copyrows_dumb()
897 sc->sc_old_ops.copyrows(cookie, src, dst, num); in ifb_copyrows_dumb()
H A Dradeonfb.c230 ri->ri_ops.copyrows = radeonfb_copyrows; in radeonfb_attach()
H A Dgfxp.c242 ri->ri_ops.copyrows = gfxp_copyrows; in gfxp_attach()
H A Draptor.c229 ri->ri_ops.copyrows = raptor_copyrows; in raptor_attach()
H A Dmachfb.c311 ri->ri_ops.copyrows = machfb_copyrows; in machfb_attach()
H A Dcreator.c189 sc->sc_sunfb.sf_ro.ri_ops.copyrows = creator_ras_copyrows; in creator_attach()
/openbsd-src/sys/dev/rasops/
H A Drasops.c276 ri->ri_copyrows = ri->ri_ops.copyrows; in rasops_init()
297 ri->ri_ops.copyrows = rasops_vcons_copyrows; in rasops_init()
309 ri->ri_ops.copyrows = rasops_wronly_copyrows; in rasops_init()
431 ri->ri_ops.copyrows = rasops_copyrows; in rasops_reconfig()
491 ri->ri_ops.copyrows = rasops_copyrows_rotated; in rasops_reconfig()
/openbsd-src/sys/dev/fdt/
H A Dssdfb.c329 sc->sc_riops.copyrows = ri->ri_copyrows; in ssdfb_attach()
796 sc->sc_riops.copyrows(cookie, src, dst, num); in ssdfb_copyrows()
/openbsd-src/sys/arch/luna88k/dev/
H A Dlunafb.c461 ri->ri_ops.copyrows = om_copyrows; in omfb_getdevconfig()
/openbsd-src/sys/arch/loongson/dev/
H A Dradeonfb.c672 ri->ri_ops.copyrows = radeonfb_copyrows; in radeonfb_setup()
H A Dsmfb.c480 ri->ri_ops.copyrows = smfb_copyrows; in smfb_setup()
/openbsd-src/sys/dev/sbus/
H A Dmgx.c629 sc->sc_sunfb.sf_ro.ri_ops.copyrows = mgx_ras_copyrows; in mgx_ras_init()
H A Dzx.c290 ri->ri_ops.copyrows = zx_copyrows; in zx_attach()
H A Dcgsix.c212 sc->sc_sunfb.sf_ro.ri_ops.copyrows = cgsix_ras_copyrows; in cgsixattach()
/openbsd-src/sys/dev/pcmcia/
H A Dcfxga.c512 ri->ri_ops.copyrows = cfxga_copyrows; in cfxga_alloc_screen()
/openbsd-src/sys/dev/pci/
H A Dtga.c392 rip->ri_ops.copyrows = tga_copyrows;
/openbsd-src/sys/dev/ic/
H A Dsti.c72 .copyrows = sti_copyrows,
/openbsd-src/sys/dev/usb/
H A Dudl.c642 sc->sc_ri.ri_ops.copyrows = udl_copyrows; in udl_alloc_screen()