Home
last modified time | relevance | path

Searched refs:fb_info (Results 1 – 20 of 20) sorted by relevance

/include/drm/
Ddrm_fb_helper.h169 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/
Dfb.h20 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 …]
Dsvga.h109 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,
Dlcd.h33 struct fb_info;
64 int (*check_fb)(struct lcd_device *, struct fb_info *);
Dpwm_backlight.h23 int (*check_fb)(struct device *dev, struct fb_info *info);
Dbacklight.h50 struct fb_info;
64 int (*check_fb)(struct backlight_device *, struct fb_info *);
Dvga_switcheroo.h157 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/
Dplatform_lcd.h15 struct fb_info;
20 int (*match_fb)(struct plat_lcd_data *, struct fb_info *);
Dmetronomefb.h30 struct fb_info *info;
46 int (*setup_irq)(struct fb_info *);
54 struct fb_info *host_fbinfo; /* the host LCD controller's fbi */
Dmbxfb.h14 struct fb_info;
28 int (*probe)(struct fb_info *fb);
29 int (*remove)(struct fb_info *fb);
Dbroadsheetfb.h47 struct fb_info *info;
63 int (*setup_irq)(struct fb_info *);
Dauo_k190xfb.h32 struct fb_info *info;
96 int (*setup_irq)(struct fb_info *);
Dhecubafb.h31 struct fb_info *info;
Dpxa168fb.h68 struct fb_info *info;
Dsstfb.h326 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);
Dudlfb.h39 struct fb_info *info;
/include/linux/platform_data/
Dvideo-pxafb.h153 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()
Dvideo-ep93xx.h6 struct fb_info;
42 void (*blank)(int blank_mode, struct fb_info *info);
/include/asm-generic/
Dfb.h8 static inline int fb_is_primary_device(struct fb_info *info) in fb_is_primary_device()
/include/linux/amba/
Dclcd.h155 struct fb_info fb;