fb_opsRegular
4.4: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
void (*fb_rotate)(struct fb_info *, int);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
4.8: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
4.10: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
4.13: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
4.15: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
4.18: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.0: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.3: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.4: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.8: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.11: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.13: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.15: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
5.19: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
6.2: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
6.5: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
6.8: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
arm64: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
armhf: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
ppc64el: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
riscv64: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
aws: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
azure: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
gcp: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
lowlatency: ✅struct fb_ops {
struct module *owner;
int (*fb_open)(struct fb_info *, int);
int (*fb_release)(struct fb_info *, int);
ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
int (*fb_set_par)(struct fb_info *);
int (*fb_setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
int (*fb_blank)(int, struct fb_info *);
int (*fb_pan_display)(struct fb_var_screeninfo *, struct fb_info *);
void (*fb_fillrect)(struct fb_info *, const struct fb_fillrect *);
void (*fb_copyarea)(struct fb_info *, const struct fb_copyarea *);
void (*fb_imageblit)(struct fb_info *, const struct fb_image *);
int (*fb_cursor)(struct fb_info *, struct fb_cursor *);
int (*fb_sync)(struct fb_info *);
int (*fb_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_compat_ioctl)(struct fb_info *, unsigned int, long unsigned int);
int (*fb_mmap)(struct fb_info *, struct vm_area_struct *);
void (*fb_get_caps)(struct fb_info *, struct fb_blit_caps *, struct fb_var_screeninfo *);
void (*fb_destroy)(struct fb_info *);
int (*fb_debug_enter)(struct fb_info *);
int (*fb_debug_leave)(struct fb_info *);
};
Regular
4.4 and 4.8 ⚠️void (*fb_rotate)(struct fb_info *, int)
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅