Searched refs:ri_erasecols (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/rasops/ |
H A D | rasops.h | 135 int (*ri_erasecols)(void *, int, int, int, uint32_t); member
|
H A D | rasops.c | 275 ri->ri_erasecols = ri->ri_ops.erasecols; in rasops_init() 1592 return scr->rs_ri->ri_erasecols(scr->rs_ri, row, col, num, attr); in rasops_vcons_erasecols() 1732 return ri->ri_erasecols(ri, row, col, num, attr); in rasops_wronly_erasecols()
|
/openbsd/sys/dev/fdt/ |
H A D | ssdfb.c | 328 sc->sc_riops.erasecols = ri->ri_erasecols; in ssdfb_attach() 335 ri->ri_erasecols = ssdfb_erasecols; in ssdfb_attach()
|