/linux-4.19.296/include/linux/ |
D | fb.h | 20 struct fb_info; 168 struct fb_info *info; 226 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size); 227 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size); 237 void (*first_io)(struct fb_info *info); 238 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); 259 int (*fb_open)(struct fb_info *info, int user); 260 int (*fb_release)(struct fb_info *info, int user); 265 ssize_t (*fb_read)(struct fb_info *info, char __user *buf, 267 ssize_t (*fb_write)(struct fb_info *info, const char __user *buf, [all …]
|
D | svga.h | 109 void svga_settile(struct fb_info *info, struct fb_tilemap *map); 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area); 111 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect); 112 void svga_tileblit(struct fb_info *info, struct fb_tileblit *blit); 113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor); 114 int svga_get_tilemax(struct fb_info *info); 115 void svga_get_caps(struct fb_info *info, struct fb_blit_caps *caps,
|
D | lcd.h | 33 struct fb_info; 64 int (*check_fb)(struct lcd_device *, struct fb_info *);
|
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()
|
D | backlight.h | 50 struct fb_info; 64 int (*check_fb)(struct backlight_device *, struct fb_info *);
|
D | pwm_backlight.h | 25 int (*check_fb)(struct device *dev, struct fb_info *info);
|
/linux-4.19.296/include/drm/ |
D | drm_fb_helper.h | 193 struct fb_info *fbdev; 280 int drm_fb_helper_blank(int blank, struct fb_info *info); 282 struct fb_info *info); 283 int drm_fb_helper_set_par(struct fb_info *info); 285 struct fb_info *info); 289 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper); 291 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 293 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 298 void drm_fb_helper_deferred_io(struct fb_info *info, 302 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, [all …]
|
/linux-4.19.296/drivers/hid/ |
D | hid-picolcd_fb.c | 190 if (data->fb_info) in picolcd_fb_refresh() 191 schedule_delayed_work(&data->fb_info->deferred_work, 0); in picolcd_fb_refresh() 198 struct picolcd_fb_data *fbdata = data->fb_info->par; in picolcd_fb_reset() 227 schedule_delayed_work(&data->fb_info->deferred_work, 0); in picolcd_fb_reset() 235 static void picolcd_fb_update(struct fb_info *info) in picolcd_fb_update() 297 static void picolcd_fb_fillrect(struct fb_info *info, in picolcd_fb_fillrect() 308 static void picolcd_fb_copyarea(struct fb_info *info, in picolcd_fb_copyarea() 319 static void picolcd_fb_imageblit(struct fb_info *info, const struct fb_image *image) in picolcd_fb_imageblit() 332 static ssize_t picolcd_fb_write(struct fb_info *info, const char __user *buf, in picolcd_fb_write() 344 static int picolcd_fb_blank(int blank, struct fb_info *info) in picolcd_fb_blank() [all …]
|
D | hid-picolcd.h | 95 struct fb_info *fb_info; member 191 #define picolcd_fbinfo(d) ((d)->fb_info)
|
D | hid-picolcd_lcd.c | 54 static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb) in picolcd_check_lcd_fb()
|
D | hid-picolcd_backlight.c | 52 static int picolcd_check_bl_fb(struct backlight_device *bdev, struct fb_info *fb) in picolcd_check_bl_fb()
|
/linux-4.19.296/include/linux/platform_data/ |
D | video-pxafb.h | 153 void (*smart_update)(struct fb_info *); 160 extern int pxafb_smart_queue(struct fb_info *info, uint16_t *cmds, int); 161 extern int pxafb_smart_flush(struct fb_info *info); 163 static inline int pxafb_smart_queue(struct fb_info *info, in pxafb_smart_queue() 169 static inline int pxafb_smart_flush(struct fb_info *info) in pxafb_smart_flush()
|
D | video-ep93xx.h | 6 struct fb_info; 42 void (*blank)(int blank_mode, struct fb_info *info);
|
/linux-4.19.296/include/video/ |
D | metronomefb.h | 30 struct fb_info *info; 46 int (*setup_irq)(struct fb_info *); 54 struct fb_info *host_fbinfo; /* the host LCD controller's fbi */
|
D | platform_lcd.h | 15 struct fb_info; 20 int (*match_fb)(struct plat_lcd_data *, struct fb_info *);
|
D | mbxfb.h | 14 struct fb_info; 28 int (*probe)(struct fb_info *fb); 29 int (*remove)(struct fb_info *fb);
|
D | broadsheetfb.h | 47 struct fb_info *info; 63 int (*setup_irq)(struct fb_info *);
|
D | sstfb.h | 326 int (*detect) (struct fb_info *info); 327 int (*set_pll) (struct fb_info *info, const struct pll_timing *t, const int clock); 328 void (*set_vidmod) (struct fb_info *info, const int bpp);
|
D | hecubafb.h | 31 struct fb_info *info;
|
D | pxa168fb.h | 68 struct fb_info *info;
|
D | udlfb.h | 37 struct fb_info *info;
|
/linux-4.19.296/drivers/auxdisplay/ |
D | cfag12864bfb.c | 53 static int cfag12864bfb_mmap(struct fb_info *info, struct vm_area_struct *vma) in cfag12864bfb_mmap() 72 struct fb_info *info = framebuffer_alloc(0, &device->dev); in cfag12864bfb_probe() 91 fb_info(info, "%s frame buffer device\n", info->fix.id); in cfag12864bfb_probe() 104 struct fb_info *info = platform_get_drvdata(device); in cfag12864bfb_remove()
|
D | ht16k33.c | 64 struct fb_info *info; 210 static int ht16k33_bl_check_fb(struct backlight_device *bl, struct fb_info *fi) in ht16k33_bl_check_fb() 226 static int ht16k33_blank(int blank, struct fb_info *info) in ht16k33_blank() 231 static int ht16k33_mmap(struct fb_info *info, struct vm_area_struct *vma) in ht16k33_mmap()
|
/linux-4.19.296/include/asm-generic/ |
D | fb.h | 8 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/linux-4.19.296/include/linux/amba/ |
D | clcd.h | 155 struct fb_info fb;
|