Home
last modified time | relevance | path

Searched defs:fbdev (Results 1 – 25 of 35) sorted by relevance

12

/linux-3.3/drivers/video/omap/
Domapfb_main.c132 static void omapfb_rqueue_lock(struct omapfb_device *fbdev) in omapfb_rqueue_lock()
137 static void omapfb_rqueue_unlock(struct omapfb_device *fbdev) in omapfb_rqueue_unlock()
162 static int ctrl_init(struct omapfb_device *fbdev) in ctrl_init()
211 static void ctrl_cleanup(struct omapfb_device *fbdev) in ctrl_cleanup()
222 struct omapfb_device *fbdev = plane->fbdev; in ctrl_change_mode() local
281 struct omapfb_device *fbdev = plane->fbdev; in _setcolreg() local
360 struct omapfb_device *fbdev = plane->fbdev; in omapfb_blank() local
399 struct omapfb_device *fbdev = plane->fbdev; in omapfb_sync() local
515 struct omapfb_device *fbdev = plane->fbdev; in set_fb_var() local
631 struct omapfb_device *fbdev = plane->fbdev; in omapfb_rotate() local
[all …]
Dlcd_osk.c30 static int osk_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in osk_panel_init()
Dlcd_inn1510.c30 struct omapfb_device *fbdev) in innovator1510_panel_init()
Dlcd_htcherald.c35 struct omapfb_device *fbdev) in htcherald_panel_init()
Dlcd_palmtt.c36 struct omapfb_device *fbdev) in palmtt_panel_init()
Dlcd_palmte.c30 struct omapfb_device *fbdev) in palmte_panel_init()
Dlcd_palmz71.c30 struct omapfb_device *fbdev) in palmz71_panel_init()
Dlcd_inn1610.c31 struct omapfb_device *fbdev) in innovator1610_panel_init()
Dlcd_h3.c31 static int h3_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in h3_panel_init()
Dlcd_ams_delta.c102 struct omapfb_device *fbdev) in ams_delta_panel_init()
Drfbi.c68 struct omapfb_device *fbdev; member
518 static int rfbi_init(struct omapfb_device *fbdev) in rfbi_init()
/linux-3.3/drivers/video/
Dau1100fb.c107 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); in au1100fb_fb_blank() local
151 int au1100fb_setmode(struct au1100fb_device *fbdev) in au1100fb_setmode()
250 struct au1100fb_device *fbdev; in au1100fb_fb_setcolreg() local
309 struct au1100fb_device *fbdev; in au1100fb_fb_pan_display() local
356 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); in au1100fb_fb_rotate() local
377 struct au1100fb_device *fbdev; in au1100fb_fb_mmap() local
429 static int au1100fb_setup(struct au1100fb_device *fbdev) in au1100fb_setup()
474 struct au1100fb_device *fbdev = NULL; in au1100fb_drv_probe() local
603 struct au1100fb_device *fbdev = NULL; in au1100fb_drv_remove() local
636 struct au1100fb_device *fbdev = platform_get_drvdata(dev); in au1100fb_drv_suspend() local
[all …]
Dbfin_adv7393fb.c118 static int dma_desc_list(struct adv7393fb_device *fbdev, u16 arg) in dma_desc_list()
209 static int bfin_config_dma(struct adv7393fb_device *fbdev) in bfin_config_dma()
230 static void bfin_config_ppi(struct adv7393fb_device *fbdev) in bfin_config_ppi()
307 struct adv7393fb_device *fbdev = (struct adv7393fb_device *)dev_id; in ppi_irq_error() local
360 struct adv7393fb_device *fbdev = data; in adv7393_write_proc() local
382 struct adv7393fb_device *fbdev = NULL; in bfin_adv7393_fb_probe() local
548 struct adv7393fb_device *fbdev = to_adv7393fb_device(info); in bfin_adv7393_fb_open() local
568 struct adv7393fb_device *fbdev = to_adv7393fb_device(info); in bfin_adv7393_fb_release() local
630 struct adv7393fb_device *fbdev = to_adv7393fb_device(info); in bfin_adv7393_fb_pan_display() local
659 struct adv7393fb_device *fbdev = to_adv7393fb_device(info); in bfin_adv7393_fb_blank() local
[all …]
Dau1200fb.c710 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, in au1200_setlocation()
940 static void au1200_setmode(struct au1200fb_device *fbdev) in au1200_setmode()
1042 struct au1200fb_device *fbdev = fbi->par; in au1200fb_fb_check_var() local
1134 struct au1200fb_device *fbdev = fbi->par; in au1200fb_fb_set_par() local
1203 struct au1200fb_device *fbdev = fbi->par; in au1200fb_fb_blank() local
1240 struct au1200fb_device *fbdev = info->par; in au1200fb_fb_mmap() local
1448 struct au1200fb_device *fbdev = info->par; in au1200fb_ioctl() local
1548 static int au1200fb_init_fbinfo(struct au1200fb_device *fbdev) in au1200fb_init_fbinfo()
1678 struct au1200fb_device *fbdev; in au1200fb_drv_probe() local
1807 struct au1200fb_device *fbdev; in au1200fb_drv_remove() local
Dudlfb.c1366 static ssize_t metrics_bytes_rendered_show(struct device *fbdev, in metrics_bytes_rendered_show()
1374 static ssize_t metrics_bytes_identical_show(struct device *fbdev, in metrics_bytes_identical_show()
1382 static ssize_t metrics_bytes_sent_show(struct device *fbdev, in metrics_bytes_sent_show()
1390 static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev, in metrics_cpu_kcycles_used_show()
1402 struct device *fbdev = container_of(kobj, struct device, kobj); in edid_show() local
1427 struct device *fbdev = container_of(kobj, struct device, kobj); in edid_store() local
1445 static ssize_t metrics_reset_store(struct device *fbdev, in metrics_reset_store()
/linux-3.3/drivers/video/omap2/omapfb/
Domapfb-ioctl.c49 struct omapfb2_device *fbdev = ofbi->fbdev; in get_mem_region() local
65 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_setup_plane() local
213 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_setup_mem() local
306 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_update_window() local
327 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_set_update_mode() local
370 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_get_update_mode() local
443 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_set_color_key() local
473 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_get_color_key() local
534 static int omapfb_get_ovl_colormode(struct omapfb2_device *fbdev, in omapfb_get_ovl_colormode()
599 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_ioctl() local
Domapfb-main.c1242 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_blank() local
1328 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_free_fbmem() local
1364 static int omapfb_free_all_fbmem(struct omapfb2_device *fbdev) in omapfb_free_all_fbmem()
1383 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem() local
1447 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem_display() local
1600 static int omapfb_allocate_all_fbs(struct omapfb2_device *fbdev) in omapfb_allocate_all_fbs()
1664 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_realloc_fbmem() local
1744 struct omapfb2_device *fbdev; in omapfb_auto_update_work() local
1769 void omapfb_start_auto_update(struct omapfb2_device *fbdev, in omapfb_start_auto_update()
1797 void omapfb_stop_auto_update(struct omapfb2_device *fbdev, in omapfb_stop_auto_update()
[all …]
Domapfb.h70 struct omapfb2_device *fbdev; member
77 struct omapfb2_device *fbdev; member
159 struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) in get_display_data()
171 static inline void omapfb_lock(struct omapfb2_device *fbdev) in omapfb_lock()
176 static inline void omapfb_unlock(struct omapfb2_device *fbdev) in omapfb_unlock()
Domapfb-sysfs.c148 struct omapfb2_device *fbdev = ofbi->fbdev; in show_overlays() local
176 static struct omapfb_info *get_overlay_fb(struct omapfb2_device *fbdev, in get_overlay_fb()
198 struct omapfb2_device *fbdev = ofbi->fbdev; in store_overlays() local
443 struct omapfb2_device *fbdev = ofbi->fbdev; in store_size() local
567 int omapfb_create_sysfs(struct omapfb2_device *fbdev) in omapfb_create_sysfs()
590 void omapfb_remove_sysfs(struct omapfb2_device *fbdev) in omapfb_remove_sysfs()
/linux-3.3/drivers/gpu/drm/gma500/
Dframebuffer.c59 struct psb_fbdev *fbdev = info->par; in psbfb_setcolreg() local
96 struct psb_fbdev *fbdev = info->par; in psbfb_pan() local
197 struct psb_fbdev *fbdev = info->par; in psbfb_mmap() local
373 static int psbfb_create(struct psb_fbdev *fbdev, in psbfb_create()
591 int psb_fbdev_destroy(struct drm_device *dev, struct psb_fbdev *fbdev) in psb_fbdev_destroy()
613 struct psb_fbdev *fbdev; in psb_fbdev_init() local
648 struct psb_fbdev *fbdev = (struct psb_fbdev *)dev_priv->fbdev; in psbfb_output_poll_changed() local
684 struct psb_fbdev *fbdev = dev_priv->fbdev; in psb_user_framebuffer_destroy() local
Daccel_2d.c242 struct psb_fbdev *fbdev = info->par; in psbfb_copyarea_accel() local
325 struct psb_fbdev *fbdev = info->par; in psbfb_sync() local
Dframebuffer.h33 struct fb_info *fbdev; member
/linux-3.3/drivers/staging/omapdrm/
Domap_fbdev.c82 struct omap_fbdev *fbdev = to_omap_fbdev(helper); in omap_fbdev_pan_display() local
126 struct omap_fbdev *fbdev = to_omap_fbdev(helper); in omap_fbdev_create() local
329 struct omap_fbdev *fbdev = NULL; in omap_fbdev_init() local
366 struct omap_fbdev *fbdev; in omap_fbdev_free() local
Domap_drv.h52 struct drm_fb_helper *fbdev; member
/linux-3.3/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c206 struct exynos_drm_fbdev *fbdev; in exynos_drm_fbdev_init() local
293 struct exynos_drm_fbdev *fbdev; in exynos_drm_fbdev_fini() local

12