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.
Data Structures | |
struct | manager_attribute |
Macros | |
#define | DSS_SUBSYS_NAME "MANAGER" |
#define | MANAGER_ATTR(_name, _mode, _show, _store) |
Functions | |
int | dss_manager_kobj_init (struct omap_overlay_manager *mgr, struct platform_device *pdev) |
void | dss_manager_kobj_uninit (struct omap_overlay_manager *mgr) |
#define DSS_SUBSYS_NAME "MANAGER" |
Definition at line 21 of file manager-sysfs.c.
#define MANAGER_ATTR | ( | _name, | |
_mode, | |||
_show, | |||
_store | |||
) |
Definition at line 421 of file manager-sysfs.c.
int dss_manager_kobj_init | ( | struct omap_overlay_manager * | mgr, |
struct platform_device * | pdev | ||
) |
Definition at line 501 of file manager-sysfs.c.
void dss_manager_kobj_uninit | ( | struct omap_overlay_manager * | mgr | ) |
Definition at line 508 of file manager-sysfs.c.