Lines Matching defs:fbdev_ops
230 struct fbdev_ops { struct
231 void (*fb_rop_init)();
232 void (*fb_rop_copy)();
233 void (*fb_rop_winit)();
234 void (*fb_rop_write)();
235 void (*fb_rop_read)();
236 void (*fb_rop_cinit)();
237 void (*fb_rop_clear)();
238 void (*fb_rop_vect)();
239 void (*fb_rop_dot)();
240 void (*fb_rop_fillscan)();
241 void (*fb_rop_wait)();
242 void (*fb_rop_reset)();
243 char *(*fb_Krom_addr)();
244 void (*fb_init_palette)();
245 int (*fb_set_palette)();
246 int (*fb_get_palette)();
247 int (*fb_get_pixel)();
248 int (*fb_set_dimmer)();
249 int (*fb_get_dimmer)();
250 int (*fb_open)();
251 int (*fb_close)();
252 int (*fb_ioctl)();
253 int (*fb_get_page)();
254 void (*fb_cursor_set)();
255 void (*fb_cursor_on)();
256 void (*fb_cursor_off)();
257 void (*fb_cursor_move)();