Searched defs:fb_ops (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/linux/ |
D | fb.h | 564 struct fb_ops { struct 566 struct module *owner; 567 int (*fb_open)(struct fb_info *info, int user); 568 int (*fb_release)(struct fb_info *info, int user); 573 ssize_t (*fb_read)(struct file *file, char __user *buf, size_t count, loff_t *ppos); 574 ssize_t (*fb_write)(struct file *file, const char __user *buf, size_t count, loff_t *ppos); 578 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info); 581 int (*fb_set_par)(struct fb_info *info); 584 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green, 588 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); [all …]
|