Home
last modified time | relevance | path

Searched defs:fb_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dfb.h247 struct fb_ops { struct
249 struct module *owner;
250 int (*fb_open)(struct fb_info *info, int user);
251 int (*fb_release)(struct fb_info *info, int user);
256 ssize_t (*fb_read)(struct fb_info *info, char __user *buf,
258 ssize_t (*fb_write)(struct fb_info *info, const char __user *buf,
263 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
266 int (*fb_set_par)(struct fb_info *info);
269 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green,
273 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
[all …]