Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
display.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/jiffies.h>
#include <linux/platform_device.h>
#include <video/omapdss.h>
#include "dss.h"
#include "dss_features.h"

Go to the source code of this file.

Macros

#define DSS_SUBSYS_NAME   "DISPLAY"
 

Functions

void omapdss_default_get_resolution (struct omap_dss_device *dssdev, u16 *xres, u16 *yres)
 
 EXPORT_SYMBOL (omapdss_default_get_resolution)
 
int omapdss_default_get_recommended_bpp (struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omapdss_default_get_recommended_bpp)
 
void omapdss_default_get_timings (struct omap_dss_device *dssdev, struct omap_video_timings *timings)
 
 EXPORT_SYMBOL (omapdss_default_get_timings)
 
int dss_init_device (struct platform_device *pdev, struct omap_dss_device *dssdev)
 
void dss_uninit_device (struct platform_device *pdev, struct omap_dss_device *dssdev)
 
int dss_suspend_all_devices (void)
 
int dss_resume_all_devices (void)
 
void dss_disable_all_devices (void)
 
void omap_dss_get_device (struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omap_dss_get_device)
 
void omap_dss_put_device (struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omap_dss_put_device)
 
struct omap_dss_deviceomap_dss_get_next_device (struct omap_dss_device *from)
 
 EXPORT_SYMBOL (omap_dss_get_next_device)
 
struct omap_dss_deviceomap_dss_find_device (void *data, int(*match)(struct omap_dss_device *dssdev, void *data))
 
 EXPORT_SYMBOL (omap_dss_find_device)
 
int omap_dss_start_device (struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omap_dss_start_device)
 
void omap_dss_stop_device (struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omap_dss_stop_device)
 

Macro Definition Documentation

#define DSS_SUBSYS_NAME   "DISPLAY"

Definition at line 23 of file display.c.

Function Documentation

void dss_disable_all_devices ( void  )

Definition at line 523 of file display.c.

int dss_init_device ( struct platform_device pdev,
struct omap_dss_device dssdev 
)

Definition at line 392 of file display.c.

int dss_resume_all_devices ( void  )

Definition at line 506 of file display.c.

int dss_suspend_all_devices ( void  )

Definition at line 475 of file display.c.

void dss_uninit_device ( struct platform_device pdev,
struct omap_dss_device dssdev 
)

Definition at line 436 of file display.c.

EXPORT_SYMBOL ( omapdss_default_get_resolution  )
EXPORT_SYMBOL ( omapdss_default_get_timings  )
EXPORT_SYMBOL ( omap_dss_get_device  )
EXPORT_SYMBOL ( omap_dss_put_device  )
EXPORT_SYMBOL ( omap_dss_get_next_device  )
EXPORT_SYMBOL ( omap_dss_find_device  )
EXPORT_SYMBOL ( omap_dss_start_device  )
EXPORT_SYMBOL ( omap_dss_stop_device  )
struct omap_dss_device* omap_dss_find_device ( void data,
int(*)(struct omap_dss_device *dssdev, void *data match 
)
read

Definition at line 567 of file display.c.

void omap_dss_get_device ( struct omap_dss_device dssdev)

Definition at line 530 of file display.c.

struct omap_dss_device* omap_dss_get_next_device ( struct omap_dss_device from)
read

Definition at line 544 of file display.c.

void omap_dss_put_device ( struct omap_dss_device dssdev)

Definition at line 536 of file display.c.

int omap_dss_start_device ( struct omap_dss_device dssdev)

Definition at line 581 of file display.c.

void omap_dss_stop_device ( struct omap_dss_device dssdev)

Definition at line 596 of file display.c.

int omapdss_default_get_recommended_bpp ( struct omap_dss_device dssdev)

Definition at line 286 of file display.c.

void omapdss_default_get_resolution ( struct omap_dss_device dssdev,
u16 xres,
u16 yres 
)

Definition at line 278 of file display.c.

void omapdss_default_get_timings ( struct omap_dss_device dssdev,
struct omap_video_timings timings 
)

Definition at line 316 of file display.c.