Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
omapfb-ioctl.c File Reference
#include <linux/fb.h>
#include <linux/device.h>
#include <linux/uaccess.h>
#include <linux/platform_device.h>
#include <linux/mm.h>
#include <linux/omapfb.h>
#include <linux/vmalloc.h>
#include <linux/export.h>
#include <video/omapdss.h>
#include <plat/vrfb.h>
#include <plat/vram.h>
#include "omapfb.h"

Go to the source code of this file.

Functions

int omapfb_update_window (struct fb_info *fbi, u32 x, u32 y, u32 w, u32 h)
 
 EXPORT_SYMBOL (omapfb_update_window)
 
int omapfb_set_update_mode (struct fb_info *fbi, enum omapfb_update_mode mode)
 
int omapfb_get_update_mode (struct fb_info *fbi, enum omapfb_update_mode *mode)
 
int omapfb_ioctl (struct fb_info *fbi, unsigned int cmd, unsigned long arg)
 

Function Documentation

EXPORT_SYMBOL ( omapfb_update_window  )
int omapfb_get_update_mode ( struct fb_info fbi,
enum omapfb_update_mode mode 
)

Definition at line 366 of file omapfb-ioctl.c.

int omapfb_ioctl ( struct fb_info fbi,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 597 of file omapfb-ioctl.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_update_window ( struct fb_info fbi,
u32  x,
u32  y,
u32  w,
u32  h 
)

Definition at line 303 of file omapfb-ioctl.c.