Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | omapfb2_mem_region |
struct | omapfb_info |
struct | omapfb_display_data |
struct | omapfb2_device |
struct | omapfb_colormode |
Macros | |
#define | DBG(format,...) |
#define | FB2OFB(fb_info) ((struct omapfb_info *)(fb_info->par)) |
#define | OMAPFB_MAX_OVL_PER_FB 3 |
#define FB2OFB | ( | fb_info | ) | ((struct omapfb_info *)(fb_info->par)) |
int check_fb_var | ( | struct fb_info * | fbi, |
struct fb_var_screeninfo * | var | ||
) |
Definition at line 667 of file omapfb-main.c.
int dss_mode_to_fb_mode | ( | enum omap_color_mode | dssmode, |
struct fb_var_screeninfo * | var | ||
) |
Definition at line 588 of file omapfb-main.c.
Definition at line 938 of file omapfb-main.c.
int omapfb_create_sysfs | ( | struct omapfb2_device * | fbdev | ) |
Definition at line 567 of file omapfb-sysfs.c.
int omapfb_get_update_mode | ( | struct fb_info * | fbi, |
enum omapfb_update_mode * | mode | ||
) |
Definition at line 366 of file omapfb-ioctl.c.
Definition at line 597 of file omapfb-ioctl.c.
Definition at line 1610 of file omapfb-main.c.
void omapfb_remove_sysfs | ( | struct omapfb2_device * | fbdev | ) |
Definition at line 590 of file omapfb-sysfs.c.
int omapfb_set_update_mode | ( | struct fb_info * | fbi, |
enum omapfb_update_mode | mode | ||
) |
Definition at line 323 of file omapfb-ioctl.c.
int omapfb_setup_overlay | ( | struct fb_info * | fbi, |
struct omap_overlay * | ovl, | ||
u16 | posx, | ||
u16 | posy, | ||
u16 | outw, | ||
u16 | outh | ||
) |
Definition at line 844 of file omapfb-main.c.
void omapfb_start_auto_update | ( | struct omapfb2_device * | fbdev, |
struct omap_dss_device * | display | ||
) |
Definition at line 1720 of file omapfb-main.c.
void omapfb_stop_auto_update | ( | struct omapfb2_device * | fbdev, |
struct omap_dss_device * | display | ||
) |
Definition at line 1748 of file omapfb-main.c.
Definition at line 303 of file omapfb-ioctl.c.
Definition at line 603 of file omapfb-main.c.