Searched defs:fb_ops (Results 1 – 1 of 1) sorted by relevance
243 struct fb_ops { struct245 struct module *owner;246 int (*fb_open)(struct fb_info *info, int user);247 int (*fb_release)(struct fb_info *info, int user);262 int (*fb_set_par)(struct fb_info *info);272 int (*fb_blank)(int blank, struct fb_info *info);288 int (*fb_sync)(struct fb_info *info);291 int (*fb_ioctl)(struct fb_info *info, unsigned int cmd,306 void (*fb_destroy)(struct fb_info *info);309 int (*fb_debug_enter)(struct fb_info *info);[all …]
Completed in 8 milliseconds