Searched refs:fb_info (Results 1 – 14 of 14) sorted by relevance
/include/linux/ |
D | fb.h | 403 struct fb_info; 542 struct fb_info *info; 582 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size); 583 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size); 593 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); 608 int (*fb_open)(struct fb_info *info, int user); 609 int (*fb_release)(struct fb_info *info, int user); 614 ssize_t (*fb_read)(struct fb_info *info, char __user *buf, 616 ssize_t (*fb_write)(struct fb_info *info, const char __user *buf, 621 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info); [all …]
|
D | svga.h | 108 void svga_settile(struct fb_info *info, struct fb_tilemap *map); 109 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area); 110 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect); 111 void svga_tileblit(struct fb_info *info, struct fb_tileblit *blit); 112 void svga_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor); 113 int svga_get_tilemax(struct fb_info *info); 114 void svga_get_caps(struct fb_info *info, struct fb_blit_caps *caps,
|
D | lcd.h | 32 struct fb_info; 53 int (*check_fb)(struct lcd_device *, struct fb_info *);
|
D | backlight.h | 31 struct fb_info; 45 int (*check_fb)(struct fb_info *);
|
/include/video/ |
D | platform_lcd.h | 15 struct fb_info; 19 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 | 13 struct fb_info; 27 int (*probe)(struct fb_info *fb); 28 int (*remove)(struct fb_info *fb);
|
D | hecubafb.h | 31 struct fb_info *info;
|
D | sstfb.h | 325 int (*detect) (struct fb_info *info); 326 int (*set_pll) (struct fb_info *info, const struct pll_timing *t, const int clock); 327 void (*set_vidmod) (struct fb_info *info, const int bpp);
|
D | atmel_lcdc.h | 39 struct fb_info *info;
|
/include/asm-mn10300/ |
D | fb.h | 18 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/include/asm-frv/ |
D | fb.h | 7 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/include/asm-m32r/ |
D | fb.h | 14 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
|
/include/linux/amba/ |
D | clcd.h | 143 struct fb_info fb;
|