|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/jiffies.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 "MANAGER" |
| int dss_init_overlay_managers | ( | struct platform_device * | pdev | ) |
| int dss_mgr_check | ( | struct omap_overlay_manager * | mgr, |
| struct omap_overlay_manager_info * | info, | ||
| const struct omap_video_timings * | mgr_timings, | ||
| const struct dss_lcd_mgr_config * | lcd_config, | ||
| struct omap_overlay_info ** | overlay_infos | ||
| ) |
| int dss_mgr_check_timings | ( | struct omap_overlay_manager * | mgr, |
| const struct omap_video_timings * | timings | ||
| ) |
| int dss_mgr_simple_check | ( | struct omap_overlay_manager * | mgr, |
| const struct omap_overlay_manager_info * | info | ||
| ) |
| void dss_uninit_overlay_managers | ( | struct platform_device * | pdev | ) |
| EXPORT_SYMBOL | ( | omap_dss_get_num_overlay_managers | ) |
| EXPORT_SYMBOL | ( | omap_dss_get_overlay_manager | ) |
|
read |
1.8.2