Home
last modified time | relevance | path

Searched refs:fb_info (Results 276 - 300 of 589) sorted by relevance

1...<<11121314151617181920>>...24

/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c68 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 Daccel.h192 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 Dstifb.c74 /* 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 Dsmscufx.c95 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 Dvesafb.c68 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 Dgrvga.c79 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 Dgoldfishfb.c44 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 Dsh_mobile_lcdcfb.h19 struct fb_info;
95 struct fb_info *info;
H A Dau1200fb.c148 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 Dmx3fb.c237 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 Dstifb.c74 /* 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 Dps3fb.c480 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 Dsmscufx.c95 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 Dgrvga.c78 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 Dgoldfishfb.c44 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 Dvesafb.c71 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 Dsh_mobile_lcdcfb.h19 struct fb_info;
95 struct fb_info *info;
H A Dau1200fb.c148 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 Dfb_sys_fops.c16 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 Dvga_switcheroo.h160 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 Dlcd.h33 struct fb_info;
54 int (*check_fb)(struct lcd_device *, struct fb_info *);
/kernel/linux/linux-6.6/include/linux/
H A Dlcd.h33 struct fb_info;
54 int (*check_fb)(struct lcd_device *, struct fb_info *);
H A Dvga_switcheroo.h160 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 Dfb.h14 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 Dfb_sys_fops.c16 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()

Completed in 24 milliseconds

1...<<11121314151617181920>>...24