Linux Kernel
3.7.1
|
#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" |
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 | ||
) |
EXPORT_SYMBOL | ( | omapdss_default_get_resolution | ) |
EXPORT_SYMBOL | ( | omapdss_default_get_recommended_bpp | ) |
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 | ) |
|
read |
void omap_dss_get_device | ( | struct omap_dss_device * | dssdev | ) |
|
read |
void omap_dss_put_device | ( | struct omap_dss_device * | dssdev | ) |
int omap_dss_start_device | ( | struct omap_dss_device * | dssdev | ) |
void omap_dss_stop_device | ( | struct omap_dss_device * | dssdev | ) |
int omapdss_default_get_recommended_bpp | ( | struct omap_dss_device * | dssdev | ) |
void omapdss_default_get_resolution | ( | struct omap_dss_device * | dssdev, |
u16 * | xres, | ||
u16 * | yres | ||
) |
void omapdss_default_get_timings | ( | struct omap_dss_device * | dssdev, |
struct omap_video_timings * | timings | ||
) |