|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/err.h>#include <linux/sysfs.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <linux/slab.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 "OVERLAY" |
| void dss_init_overlays | ( | struct platform_device * | pdev | ) |
| int dss_ovl_check | ( | struct omap_overlay * | ovl, |
| struct omap_overlay_info * | info, | ||
| const struct omap_video_timings * | mgr_timings | ||
| ) |
| int dss_ovl_simple_check | ( | struct omap_overlay * | ovl, |
| const struct omap_overlay_info * | info | ||
| ) |
| bool dss_ovl_use_replication | ( | struct dss_lcd_mgr_config | config, |
| enum omap_color_mode | mode | ||
| ) |
| void dss_uninit_overlays | ( | struct platform_device * | pdev | ) |
| EXPORT_SYMBOL | ( | omap_dss_get_num_overlays | ) |
| EXPORT_SYMBOL | ( | omap_dss_get_overlay | ) |
|
read |
1.8.2