hpcfb.c | 211 void hpcfb_cursor_raw(void *, int, int, int); 716 hpcfb_cursor_raw(dc, 0, y, x); /* disable cursor */ 720 hpcfb_cursor_raw(dc, 1, y, x); /* enable cursor */ 867 hpcfb_cursor_raw(odc, 0, odc->dc_cury, odc->dc_curx); 929 hpcfb_cursor_raw(cookie, on, row, col); 933 hpcfb_cursor_raw(void *cookie, int on, int row, int col) function in typeref:typename:void 1339 hpcfb_cursor_raw(dc, 0, dc->dc_cury, dc->dc_curx); 1351 hpcfb_cursor_raw(dc, 1, dc->dc_cury, dc->dc_curx);
|