Searched defs:fb_ops (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | fb.h | 228 struct fb_ops {  struct230 	struct module *owner;
 231 	int (*fb_open)(struct fb_info *info, int user);
 232 	int (*fb_release)(struct fb_info *info, int user);
 237 	ssize_t (*fb_read)(struct fb_info *info, char __user *buf,
 239 	ssize_t (*fb_write)(struct fb_info *info, const char __user *buf,
 244 	int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
 247 	int (*fb_set_par)(struct fb_info *info);
 250 	int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green,
 254 	int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | probe-finder.h | 86 	Dwarf_Op		*fb_ops;	/* Frame base attribute */  member
 | 
| D | probe-finder.c | 163 				     Dwarf_Op *fb_ops, Dwarf_Die *sp_die,  in convert_variable_location()
 |