Searched refs:fb_info (Results 1 – 20 of 20) sorted by relevance
/include/drm/ |
D | drm_fb_helper.h | 169 struct fb_info *fbdev; 250 int drm_fb_helper_blank(int blank, struct fb_info *info); 252 struct fb_info *info); 253 int drm_fb_helper_set_par(struct fb_info *info); 255 struct fb_info *info); 259 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper); 261 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 263 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 268 void drm_fb_helper_deferred_io(struct fb_info *info, 271 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, [all …]
|
/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 | pwm_backlight.h | 23 int (*check_fb)(struct device *dev, struct fb_info *info);
|
D | backlight.h | 50 struct fb_info; 64 int (*check_fb)(struct backlight_device *, struct fb_info *);
|
D | vga_switcheroo.h | 157 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()
|
/include/video/ |
D | platform_lcd.h | 15 struct fb_info; 20 int (*match_fb)(struct plat_lcd_data *, struct fb_info *);
|
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 | 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 | auo_k190xfb.h | 32 struct fb_info *info; 96 int (*setup_irq)(struct fb_info *);
|
D | hecubafb.h | 31 struct fb_info *info;
|
D | pxa168fb.h | 68 struct fb_info *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 | udlfb.h | 39 struct fb_info *info;
|
/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);
|
/include/asm-generic/ |
D | fb.h | 8 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/include/linux/amba/ |
D | clcd.h | 155 struct fb_info fb;
|