Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
overlay-sysfs.c File Reference
#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)
 

Macro Definition Documentation

#define DSS_SUBSYS_NAME   "OVERLAY"

Definition at line 21 of file overlay-sysfs.c.

#define OVERLAY_ATTR (   _name,
  _mode,
  _show,
  _store 
)
Value:
struct overlay_attribute overlay_attr_##_name = \
__ATTR(_name, _mode, _show, _store)

Definition at line 368 of file overlay-sysfs.c.

Function Documentation

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.