Searched defs:fb_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 96138 struct fb_ops { struct 96139 struct module *owner; 96140 int (*fb_open)(struct fb_info *, int); 96141 int (*fb_release)(struct fb_info *, int); 96142 ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *); 96143 ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *); 96144 int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *); 96145 int (*fb_set_par)(struct fb_info *); 96146 …setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *); 96147 int (*fb_setcmap)(struct fb_cmap *, struct fb_info *); [all …]
|