Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/
H A Dhpcfb.c211 void hpcfb_cursor_raw(void *, int, int, int);
716 hpcfb_cursor_raw(dc, 0, y, x); /* disable cursor */ in hpcfb_refresh_screen()
720 hpcfb_cursor_raw(dc, 1, y, x); /* enable cursor */ in hpcfb_refresh_screen()
867 hpcfb_cursor_raw(odc, 0, odc->dc_cury, odc->dc_curx); in hpcfb_doswitch()
929 hpcfb_cursor_raw(cookie, on, row, col); in hpcfb_cursor()
933 hpcfb_cursor_raw(void *cookie, int on, int row, int col) in hpcfb_cursor_raw() function
1339 hpcfb_cursor_raw(dc, 0, dc->dc_cury, dc->dc_curx); in hpcfb_update()
1351 hpcfb_cursor_raw(dc, 1, dc->dc_cury, dc->dc_curx); in hpcfb_update()