Searched refs:omapfb_device (Results 1 – 25 of 26) sorted by relevance
12
/linux-2.6.39/drivers/video/omap/ |
D | omapfb.h | 48 struct omapfb_device; 71 struct omapfb_device *fbdev); 103 int (*init) (struct omapfb_device *fbdev); 137 int (*init) (struct omapfb_device *fbdev, 184 struct omapfb_device *fbdev; 187 struct omapfb_device { struct 217 extern void omapfb_write_first_pixel(struct omapfb_device *fbdev, u16 pixval); argument 218 extern void omapfb_notify_clients(struct omapfb_device *fbdev,
|
D | omapfb_main.c | 56 static struct omapfb_device *omapfb_dev; 131 static void omapfb_rqueue_lock(struct omapfb_device *fbdev) in omapfb_rqueue_lock() 136 static void omapfb_rqueue_unlock(struct omapfb_device *fbdev) in omapfb_rqueue_unlock() 161 static int ctrl_init(struct omapfb_device *fbdev) in ctrl_init() 210 static void ctrl_cleanup(struct omapfb_device *fbdev) in ctrl_cleanup() 221 struct omapfb_device *fbdev = plane->fbdev; in ctrl_change_mode() 280 struct omapfb_device *fbdev = plane->fbdev; in _setcolreg() 359 struct omapfb_device *fbdev = plane->fbdev; in omapfb_blank() 398 struct omapfb_device *fbdev = plane->fbdev; in omapfb_sync() 514 struct omapfb_device *fbdev = plane->fbdev; in set_fb_var() [all …]
|
D | lcd_h4.c | 27 static int h4_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in h4_panel_init()
|
D | lcd_omap3beagle.c | 35 struct omapfb_device *fbdev) in omap3beagle_panel_init()
|
D | lcd_palmte.c | 30 struct omapfb_device *fbdev) in palmte_panel_init()
|
D | lcd_palmz71.c | 30 struct omapfb_device *fbdev) in palmz71_panel_init()
|
D | lcd_htcherald.c | 35 struct omapfb_device *fbdev) in htcherald_panel_init()
|
D | lcd_inn1510.c | 30 struct omapfb_device *fbdev) in innovator1510_panel_init()
|
D | lcd_palmtt.c | 36 struct omapfb_device *fbdev) in palmtt_panel_init()
|
D | lcd_osk.c | 30 static int osk_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in osk_panel_init()
|
D | lcd_apollon.c | 34 struct omapfb_device *fbdev) in apollon_panel_init()
|
D | lcd_inn1610.c | 31 struct omapfb_device *fbdev) in innovator1610_panel_init()
|
D | lcd_h3.c | 31 static int h3_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in h3_panel_init()
|
D | lcd_overo.c | 35 struct omapfb_device *fbdev) in overo_panel_init()
|
D | lcd_omap3evm.c | 52 struct omapfb_device *fbdev) in omap3evm_panel_init()
|
D | lcd_omap2evm.c | 48 struct omapfb_device *fbdev) in omap2evm_panel_init()
|
D | lcd_2430sdp.c | 59 struct omapfb_device *fbdev) in sdp2430_panel_init()
|
D | lcd_ams_delta.c | 102 struct omapfb_device *fbdev) in ams_delta_panel_init()
|
D | lcd_ldp.c | 66 struct omapfb_device *fbdev) in ldp_panel_init()
|
D | rfbi.c | 68 struct omapfb_device *fbdev; 518 static int rfbi_init(struct omapfb_device *fbdev) in rfbi_init()
|
D | lcd_mipid.c | 57 struct omapfb_device *fbdev; 473 struct omapfb_device *fbdev) in mipid_init()
|
D | sossi.c | 80 struct omapfb_device *fbdev; 571 static int sossi_init(struct omapfb_device *fbdev) in sossi_init()
|
D | lcdc.c | 72 struct omapfb_device *fbdev; 745 static int omap_lcdc_init(struct omapfb_device *fbdev, int ext_mode, in omap_lcdc_init()
|
D | hwa742.c | 133 struct omapfb_device *fbdev; 936 static int hwa742_init(struct omapfb_device *fbdev, int ext_mode, in hwa742_init()
|
D | dispc.c | 188 struct omapfb_device *fbdev; 1373 static int omap_dispc_init(struct omapfb_device *fbdev, int ext_mode, in omap_dispc_init()
|
12