Symbol: fb_info
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
211
struct fb_info *info;
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
52
amdgpufb_open(struct fb_info *info, int user)
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
66
amdgpufb_release(struct fb_info *info, int user)
sys/dev/drm/drm_fb_helper.c
1040
static void drm_fb_helper_dirty(struct fb_info *info, u32 x, u32 y,
sys/dev/drm/drm_fb_helper.c
1068
void drm_fb_helper_deferred_io(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1111
struct fb_info *info = fb_helper->fbdev;
sys/dev/drm/drm_fb_helper.c
1145
ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
sys/dev/drm/drm_fb_helper.c
1161
ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
sys/dev/drm/drm_fb_helper.c
1182
void drm_fb_helper_sys_fillrect(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1198
void drm_fb_helper_sys_copyarea(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1214
void drm_fb_helper_sys_imageblit(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1230
void drm_fb_helper_cfb_fillrect(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1246
void drm_fb_helper_cfb_copyarea(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1262
void drm_fb_helper_cfb_imageblit(struct fb_info *info,
sys/dev/drm/drm_fb_helper.c
1337
static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1369
static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1446
static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1534
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1575
int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
sys/dev/drm/drm_fb_helper.c
1722
struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1787
int drm_fb_helper_set_par(struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1826
struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1844
struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
1878
struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
2039
void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
sys/dev/drm/drm_fb_helper.c
2073
void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
sys/dev/drm/drm_fb_helper.c
2655
struct fb_info *info = fb_helper->fbdev;
sys/dev/drm/drm_fb_helper.c
2710
struct fb_info *info;
sys/dev/drm/drm_fb_helper.c
3028
static int drm_fbdev_fb_open(struct fb_info *info, int user)
sys/dev/drm/drm_fb_helper.c
3040
static int drm_fbdev_fb_release(struct fb_info *info, int user)
sys/dev/drm/drm_fb_helper.c
3055
static void drm_fbdev_fb_destroy(struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
3058
struct fb_info *fbi = fb_helper->fbdev;
sys/dev/drm/drm_fb_helper.c
3089
static int drm_fbdev_fb_mmap(struct fb_info *info, struct vm_area_struct *vma)
sys/dev/drm/drm_fb_helper.c
3144
struct fb_info *fbi;
sys/dev/drm/drm_fb_helper.c
315
int drm_fb_helper_debug_enter(struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
352
int drm_fb_helper_debug_leave(struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
666
static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode)
sys/dev/drm/drm_fb_helper.c
691
int drm_fb_helper_blank(int blank, struct fb_info *info)
sys/dev/drm/drm_fb_helper.c
925
struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper)
sys/dev/drm/drm_fb_helper.c
928
struct fb_info *info;
sys/dev/drm/drm_fb_helper.c
987
struct fb_info *info;
sys/dev/drm/i915/intel_fbdev.c
187
struct fb_info *info;
sys/dev/drm/i915/intel_fbdev.c
57
static int intel_fbdev_set_par(struct fb_info *info)
sys/dev/drm/i915/intel_fbdev.c
71
static int intel_fbdev_blank(int blank, struct fb_info *info)
sys/dev/drm/i915/intel_fbdev.c
808
struct fb_info *info;
sys/dev/drm/i915/intel_fbdev.c
87
struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
193
struct fb_info *fbdev;
sys/dev/drm/include/drm/drm_fb_helper.h
280
int drm_fb_helper_blank(int blank, struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
282
struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
283
int drm_fb_helper_set_par(struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
285
struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
289
struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
sys/dev/drm/include/drm/drm_fb_helper.h
291
void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
sys/dev/drm/include/drm/drm_fb_helper.h
293
void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
sys/dev/drm/include/drm/drm_fb_helper.h
298
void drm_fb_helper_deferred_io(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
302
ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
sys/dev/drm/include/drm/drm_fb_helper.h
304
ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
sys/dev/drm/include/drm/drm_fb_helper.h
307
void drm_fb_helper_sys_fillrect(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
309
void drm_fb_helper_sys_copyarea(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
311
void drm_fb_helper_sys_imageblit(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
314
void drm_fb_helper_cfb_fillrect(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
316
void drm_fb_helper_cfb_copyarea(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
318
void drm_fb_helper_cfb_imageblit(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
325
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
327
int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
sys/dev/drm/include/drm/drm_fb_helper.h
333
int drm_fb_helper_debug_enter(struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
334
int drm_fb_helper_debug_leave(struct fb_info *info);
sys/dev/drm/include/drm/drm_fb_helper.h
382
static inline int drm_fb_helper_blank(int blank, struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
388
struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
393
static inline int drm_fb_helper_set_par(struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
399
struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
410
static inline struct fb_info *
sys/dev/drm/include/drm/drm_fb_helper.h
420
static inline void drm_fb_helper_fill_var(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
426
static inline void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
sys/dev/drm/include/drm/drm_fb_helper.h
432
struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
437
static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
sys/dev/drm/include/drm/drm_fb_helper.h
447
static inline void drm_fb_helper_deferred_io(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
457
static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
464
static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
471
static inline void drm_fb_helper_sys_fillrect(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
476
static inline void drm_fb_helper_sys_copyarea(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
481
static inline void drm_fb_helper_sys_imageblit(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
486
static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
491
static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
496
static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info,
sys/dev/drm/include/drm/drm_fb_helper.h
528
static inline int drm_fb_helper_debug_enter(struct fb_info *info)
sys/dev/drm/include/drm/drm_fb_helper.h
533
static inline int drm_fb_helper_debug_leave(struct fb_info *info)
sys/dev/drm/include/linux/fb.h
58
extern void fb_set_suspend(struct fb_info *info, int state);
sys/dev/drm/include/linux/fb.h
67
struct fb_info * framebuffer_alloc(size_t size, struct device *dev);
sys/dev/drm/include/linux/fb.h
68
void framebuffer_release(struct fb_info *info);
sys/dev/drm/include/linux/vga_switcheroo.h
157
struct fb_info *info);
sys/dev/drm/include/linux/vga_switcheroo.h
187
static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {}
sys/dev/drm/linux_compat.c
58
struct fb_info *
sys/dev/drm/linux_compat.c
61
return kzalloc(sizeof(struct fb_info), GFP_KERNEL);
sys/dev/drm/linux_compat.c
65
framebuffer_release(struct fb_info *info)
sys/dev/drm/radeon/radeon_fb.c
222
struct fb_info *info;
sys/dev/drm/radeon/radeon_fb.c
52
radeonfb_open(struct fb_info *info, int user)
sys/dev/drm/radeon/radeon_fb.c
66
radeonfb_release(struct fb_info *info, int user)
sys/dev/misc/syscons/syscons.c
331
register_framebuffer(struct fb_info *info)
sys/dev/misc/syscons/syscons.c
400
unregister_framebuffer(struct fb_info *info)
sys/dev/misc/syscons/syscons.c
438
sc->dummy_fb_info = kmalloc(sizeof(struct fb_info),
sys/dev/misc/syscons/syscons.c
441
memset(sc->dummy_fb_info, 0, sizeof(struct fb_info));
sys/dev/misc/syscons/syscons.h
203
struct fb_info *fbi;
sys/dev/misc/syscons/syscons.h
204
struct fb_info *dummy_fb_info;
sys/dev/video/vga/vga_switcheroo.c
130
struct fb_info *fb_info;
sys/dev/video/vga/vga_switcheroo.c
521
struct fb_info *info)
sys/dev/video/vga/vga_switcheroo.c
528
client->fb_info = info;
sys/platform/pc64/include/framebuffer.h
34
struct fb_info;
sys/platform/pc64/include/framebuffer.h
39
int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
sys/platform/pc64/include/framebuffer.h
40
int (*fb_set_par)(struct fb_info *);
sys/platform/pc64/include/framebuffer.h
41
int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
sys/platform/pc64/include/framebuffer.h
42
int (*fb_blank)(int, struct fb_info *);
sys/platform/pc64/include/framebuffer.h
43
int (*fb_pan_display)(struct fb_var_screeninfo *var, struct fb_info *info);
sys/platform/pc64/include/framebuffer.h
44
int (*fb_debug_enter)(struct fb_info *);
sys/platform/pc64/include/framebuffer.h
45
int (*fb_debug_leave)(struct fb_info *info);
sys/platform/pc64/include/framebuffer.h
46
int (*fb_ioctl)(struct fb_info *info, unsigned int cmd,
sys/platform/pc64/include/framebuffer.h
65
int register_framebuffer(struct fb_info *fb_info);
sys/platform/pc64/include/framebuffer.h
66
void unregister_framebuffer(struct fb_info *fb_info);
sys/platform/pc64/include/framebuffer.h
68
extern struct fb_info efi_fb_info;
sys/platform/pc64/x86_64/machdep.c
2138
struct fb_info efi_fb_info;