/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | video_cs5530.c | 68 static void cs5530_set_dclk_frequency(struct fb_info *info) in cs5530_set_dclk_frequency() 95 static void cs5530_configure_display(struct fb_info *info) in cs5530_configure_display() 133 static int cs5530_blank_display(struct fb_info *info, int blank_mode) in cs5530_blank_display()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | accel.h | 192 int viafb_setup_engine(struct fb_info *info); 194 void viafb_show_hw_cursor(struct fb_info *info, int Status); 195 void viafb_wait_engine_idle(struct fb_info *info);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | stifb.c | 74 /* REGION_BASE(fb_info, index) returns the virtual address for region <index> */ 75 #define REGION_BASE(fb_info, index) \ 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 106 struct fb_info info; 183 #define NGLE_LOCK(fb_info) do { } while (0) 184 #define NGLE_UNLOCK(fb_info) do { } while (0) 925 stifb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) in stifb_check_var() 948 u_int blue, u_int transp, struct fb_info *info) in stifb_setcolreg() 1008 stifb_blank(int blank_mode, struct fb_info *info) in stifb_blank() 1037 stifb_copyarea(struct fb_info *inf [all...] |
H A D | smscufx.c | 95 struct fb_info *info; 776 static int ufx_ops_mmap(struct fb_info *info, struct vm_area_struct *vma) in ufx_ops_mmap() 898 static ssize_t ufx_ops_write(struct fb_info *info, const char __user *buf, in ufx_ops_write() 918 static void ufx_ops_copyarea(struct fb_info *info, in ufx_ops_copyarea() 930 static void ufx_ops_imageblit(struct fb_info *info, in ufx_ops_imageblit() 941 static void ufx_ops_fillrect(struct fb_info *info, in ufx_ops_fillrect() 956 static void ufx_dpy_deferred_io(struct fb_info *info, in ufx_dpy_deferred_io() 986 static int ufx_ops_ioctl(struct fb_info *info, unsigned int cmd, in ufx_ops_ioctl() 1007 * Done by resetting the delay for this fb_info to a very in ufx_ops_ioctl() 1037 unsigned blue, unsigned transp, struct fb_info *inf in ufx_ops_setcolreg() [all...] |
H A D | vesafb.c | 68 struct fb_info *info) in vesafb_pan_display() 133 struct fb_info *info) in vesafb_setcolreg() 182 static void vesafb_destroy(struct fb_info *info) in vesafb_destroy() 239 struct fb_info *info; in vesafb_probe() 469 fb_info(info, "%s frame buffer device\n", info->fix.id); in vesafb_probe() 485 struct fb_info *info = platform_get_drvdata(pdev); in vesafb_remove()
|
H A D | grvga.c | 79 struct fb_info *info) in grvga_check_var() 144 static int grvga_set_par(struct fb_info *info) in grvga_set_par() 188 static int grvga_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) in grvga_setcolreg() 235 struct fb_info *info) in grvga_pan_display() 329 struct fb_info *info; in grvga_probe() 509 struct fb_info *info = dev_get_drvdata(&device->dev); in grvga_remove()
|
H A D | goldfishfb.c | 44 struct fb_info fb; 73 unsigned int blue, unsigned int transp, struct fb_info *info) in goldfish_fb_setcolreg() 89 struct fb_info *info) in goldfish_fb_check_var() 116 static int goldfish_fb_set_par(struct fb_info *info) in goldfish_fb_set_par() 130 struct fb_info *info) in goldfish_fb_pan_display() 148 static int goldfish_fb_blank(int blank, struct fb_info *info) in goldfish_fb_blank()
|
H A D | sh_mobile_lcdcfb.h | 19 struct fb_info; 95 struct fb_info *info;
|
H A D | au1200fb.c | 148 struct fb_info *fb_info; /* FB driver info record */ member 178 static struct fb_info *_au1200fb_infos[MAX_DEVICE_COUNT]; 690 static int fbinfo2index (struct fb_info *fb_info) in fbinfo2index() argument 695 if (fb_info == _au1200fb_infos[i]) in fbinfo2index() 951 | LCD_WINCTRL2_BX_N(fbdev->fb_info->fix.line_length) in au1200_setmode() 1002 static void au1200fb_update_fbinfo(struct fb_info *fbi) in au1200fb_update_fbinfo() 1037 struct fb_info *fbi) in au1200fb_fb_check_var() 1132 static int au1200fb_fb_set_par(struct fb_info *fb [all...] |
H A D | mx3fb.c | 237 struct fb_info *fbi; 728 static int mx3fb_blank(int blank, struct fb_info *fbi); 729 static int mx3fb_map_video_memory(struct fb_info *fbi, unsigned int mem_len, 731 static int mx3fb_unmap_video_memory(struct fb_info *fbi); 738 static int mx3fb_set_fix(struct fb_info *fbi) in mx3fb_set_fix() 772 static bool mx3fb_must_set_par(struct fb_info *fbi) in mx3fb_must_set_par() 792 static int __set_par(struct fb_info *fbi, bool lock) in __set_par() 902 static int mx3fb_set_par(struct fb_info *fbi) in mx3fb_set_par() 925 static int mx3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in mx3fb_check_var() 1027 unsigned int trans, struct fb_info *fb in mx3fb_setcolreg() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | stifb.c | 74 /* REGION_BASE(fb_info, index) returns the physical address for region <index> */ 75 #define REGION_BASE(fb_info, index) \ 76 F_EXTEND(fb_info->sti->regions_phys[index]) 106 struct fb_info info; 183 #define NGLE_LOCK(fb_info) do { } while (0) 184 #define NGLE_UNLOCK(fb_info) do { } while (0) 925 stifb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) in stifb_check_var() 948 u_int blue, u_int transp, struct fb_info *info) in stifb_setcolreg() 1008 stifb_blank(int blank_mode, struct fb_info *info) in stifb_blank() 1037 stifb_copyarea(struct fb_info *inf [all...] |
H A D | ps3fb.c | 480 static int ps3fb_sync(struct fb_info *info, u32 frame) in ps3fb_sync() 505 static int ps3fb_open(struct fb_info *info, int user) in ps3fb_open() 511 static int ps3fb_release(struct fb_info *info, int user) in ps3fb_release() 533 static int ps3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) in ps3fb_check_var() 603 static int ps3fb_set_par(struct fb_info *info) in ps3fb_set_par() 678 unsigned int transp, struct fb_info *info) in ps3fb_setcolreg() 694 struct fb_info *info) in ps3fb_pan_display() 707 static int ps3fb_mmap(struct fb_info *info, struct vm_area_struct *vma) in ps3fb_mmap() 724 static int ps3fb_blank(int blank, struct fb_info *info) in ps3fb_blank() 775 static int ps3fb_ioctl(struct fb_info *inf [all...] |
H A D | smscufx.c | 95 struct fb_info *info; 776 static int ufx_ops_mmap(struct fb_info *info, struct vm_area_struct *vma) in ufx_ops_mmap() 901 static ssize_t ufx_ops_write(struct fb_info *info, const char __user *buf, in ufx_ops_write() 921 static void ufx_ops_copyarea(struct fb_info *info, in ufx_ops_copyarea() 933 static void ufx_ops_imageblit(struct fb_info *info, in ufx_ops_imageblit() 944 static void ufx_ops_fillrect(struct fb_info *info, in ufx_ops_fillrect() 959 static void ufx_dpy_deferred_io(struct fb_info *info, struct list_head *pagereflist) in ufx_dpy_deferred_io() 987 static int ufx_ops_ioctl(struct fb_info *info, unsigned int cmd, in ufx_ops_ioctl() 1008 * Done by resetting the delay for this fb_info to a very in ufx_ops_ioctl() 1038 unsigned blue, unsigned transp, struct fb_info *inf in ufx_ops_setcolreg() [all...] |
H A D | grvga.c | 78 struct fb_info *info) in grvga_check_var() 143 static int grvga_set_par(struct fb_info *info) in grvga_set_par() 187 static int grvga_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) in grvga_setcolreg() 234 struct fb_info *info) in grvga_pan_display() 326 struct fb_info *info; in grvga_probe() 506 struct fb_info *info = dev_get_drvdata(&device->dev); in grvga_remove()
|
H A D | goldfishfb.c | 44 struct fb_info fb; 73 unsigned int blue, unsigned int transp, struct fb_info *info) in goldfish_fb_setcolreg() 89 struct fb_info *info) in goldfish_fb_check_var() 116 static int goldfish_fb_set_par(struct fb_info *info) in goldfish_fb_set_par() 130 struct fb_info *info) in goldfish_fb_pan_display() 148 static int goldfish_fb_blank(int blank, struct fb_info *info) in goldfish_fb_blank()
|
H A D | vesafb.c | 71 struct fb_info *info) in vesafb_pan_display() 136 struct fb_info *info) in vesafb_setcolreg() 189 static void vesafb_destroy(struct fb_info *info) in vesafb_destroy() 246 struct fb_info *info; in vesafb_probe() 471 fb_info(info, "%s frame buffer device\n", info->fix.id); in vesafb_probe() 488 struct fb_info *info = platform_get_drvdata(pdev); in vesafb_remove()
|
H A D | sh_mobile_lcdcfb.h | 19 struct fb_info; 95 struct fb_info *info;
|
H A D | au1200fb.c | 148 struct fb_info *fb_info; /* FB driver info record */ member 178 static struct fb_info *_au1200fb_infos[MAX_DEVICE_COUNT]; 690 static int fbinfo2index (struct fb_info *fb_info) in fbinfo2index() argument 695 if (fb_info == _au1200fb_infos[i]) in fbinfo2index() 951 | LCD_WINCTRL2_BX_N(fbdev->fb_info->fix.line_length) in au1200_setmode() 1002 static void au1200fb_update_fbinfo(struct fb_info *fbi) in au1200fb_update_fbinfo() 1037 struct fb_info *fbi) in au1200fb_fb_check_var() 1132 static int au1200fb_fb_set_par(struct fb_info *fb [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_sys_fops.c | 16 ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, in fb_sys_read() 56 ssize_t fb_sys_write(struct fb_info *info, const char __user *buf, in fb_sys_write()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vga_switcheroo.h | 160 struct fb_info *info); 181 static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {} in vga_switcheroo_client_fb_set()
|
H A D | lcd.h | 33 struct fb_info; 54 int (*check_fb)(struct lcd_device *, struct fb_info *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lcd.h | 33 struct fb_info; 54 int (*check_fb)(struct lcd_device *, struct fb_info *);
|
H A D | vga_switcheroo.h | 160 struct fb_info *info); 181 static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {} in vga_switcheroo_client_fb_set()
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | fb.h | 14 struct fb_info; 28 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_sys_fops.c | 16 ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, in fb_sys_read() 58 ssize_t fb_sys_write(struct fb_info *info, const char __user *buf, in fb_sys_write()
|