Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfb.h249 struct fb_ops { struct
251 struct module *owner;
252 int (*fb_open)(struct fb_info *info, int user);
253 int (*fb_release)(struct fb_info *info, int user);
268 int (*fb_set_par)(struct fb_info *info);
278 int (*fb_blank)(int blank, struct fb_info *info);
294 int (*fb_sync)(struct fb_info *info);
297 int (*fb_ioctl)(struct fb_info *info, unsigned int cmd,
312 void (*fb_destroy)(struct fb_info *info);
315 int (*fb_debug_enter)(struct fb_info *info);
[all …]
/linux-6.15/tools/perf/util/
H A Dprobe-finder.h74 Dwarf_Op *fb_ops; /* Frame base attribute */ member
H A Dprobe-finder.c71 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location()