Searched defs:fb_ops (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | fb.h | 243 struct fb_ops { struct 245 struct module *owner; 246 int (*fb_open)(struct fb_info *info, int user); 247 int (*fb_release)(struct fb_info *info, int user); 252 ssize_t (*fb_read)(struct fb_info *info, char __user *buf, 254 ssize_t (*fb_write)(struct fb_info *info, const char __user *buf, 259 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info); 262 int (*fb_set_par)(struct fb_info *info); 265 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green, 269 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); [all …]
|
/linux/tools/perf/util/ |
H A D | probe-finder.c | 71 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location()
|