Searched defs:fb_ops (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/include/linux/ |
D | fb.h | 629 struct fb_ops { struct 631 struct module *owner; 632 int (*fb_open)(struct fb_info *info, int user); 633 int (*fb_release)(struct fb_info *info, int user); 638 ssize_t (*fb_read)(struct fb_info *info, char __user *buf, 640 ssize_t (*fb_write)(struct fb_info *info, const char __user *buf, 645 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info); 648 int (*fb_set_par)(struct fb_info *info); 651 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green, 655 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); [all …]
|
/linux-3.3/tools/perf/util/ |
D | probe-finder.h | 73 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
D | probe-finder.c | 280 Dwarf_Op *fb_ops, in convert_variable_location()
|