Searched defs:fb_ops (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 69931 struct fb_ops {  struct69932 	struct module *owner;
 69933 	int (*fb_open)(struct fb_info *, int);
 69934 	int (*fb_release)(struct fb_info *, int);
 69935 …ize_t (*fb_read)(struct fb_info *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *);
 69936 …*fb_write)(struct fb_info *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *);
 69937 	int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
 69938 	int (*fb_set_par)(struct fb_info *);
 69939 …setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
 69940 	int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
 [all …]
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 79269 struct fb_ops {  struct79270 	struct module *owner;
 79271 	int (*fb_open)(struct fb_info *, int);
 79272 	int (*fb_release)(struct fb_info *, int);
 79273 …ize_t (*fb_read)(struct fb_info *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *);
 79274 …*fb_write)(struct fb_info *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *);
 79275 	int (*fb_check_var)(struct fb_var_screeninfo *, struct fb_info *);
 79276 	int (*fb_set_par)(struct fb_info *);
 79277 …setcolreg)(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, struct fb_info *);
 79278 	int (*fb_setcmap)(struct fb_cmap *, struct fb_info *);
 [all …]
 
 |