|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/err.h>#include <linux/sysfs.h>#include <linux/kobject.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.
Data Structures | |
| struct | overlay_attribute |
Macros | |
| #define | DSS_SUBSYS_NAME "OVERLAY" |
| #define | OVERLAY_ATTR(_name, _mode, _show, _store) |
Functions | |
| int | dss_overlay_kobj_init (struct omap_overlay *ovl, struct platform_device *pdev) |
| void | dss_overlay_kobj_uninit (struct omap_overlay *ovl) |
| #define DSS_SUBSYS_NAME "OVERLAY" |
Definition at line 21 of file overlay-sysfs.c.
| #define OVERLAY_ATTR | ( | _name, | |
| _mode, | |||
| _show, | |||
| _store | |||
| ) |
Definition at line 368 of file overlay-sysfs.c.
| int dss_overlay_kobj_init | ( | struct omap_overlay * | ovl, |
| struct platform_device * | pdev | ||
| ) |
Definition at line 445 of file overlay-sysfs.c.
| void dss_overlay_kobj_uninit | ( | struct omap_overlay * | ovl | ) |
Definition at line 452 of file overlay-sysfs.c.
1.8.2