Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h61154 struct fb_ops { struct
61155 struct module *owner;
61156 int (*fb_open)(struct fb_info *, int);
61157 int (*fb_release)(struct fb_info *, int);
61158 ssize_t (*fb_read)(struct fb_info *, char *, size_t, loff_t *);
61159 ssize_t (*fb_write)(struct fb_info *, const char *, size_t, loff_t *);
61160 int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
61161 int (*fb_set_par)(struct fb_info *);
61162 …setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
61163 int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
[all …]