Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
output.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <video/omapdss.h>
#include "dss.h"

Go to the source code of this file.

Functions

int omapdss_output_set_device (struct omap_dss_output *out, struct omap_dss_device *dssdev)
 
 EXPORT_SYMBOL (omapdss_output_set_device)
 
int omapdss_output_unset_device (struct omap_dss_output *out)
 
 EXPORT_SYMBOL (omapdss_output_unset_device)
 
void dss_register_output (struct omap_dss_output *out)
 
void dss_unregister_output (struct omap_dss_output *out)
 
struct omap_dss_outputomap_dss_get_output (enum omap_dss_output_id id)
 
struct omap_dss_outputomapdss_get_output_from_dssdev (struct omap_dss_device *dssdev)
 

Function Documentation

void dss_register_output ( struct omap_dss_output out)

Definition at line 95 of file output.c.

void dss_unregister_output ( struct omap_dss_output out)

Definition at line 100 of file output.c.

EXPORT_SYMBOL ( omapdss_output_set_device  )
EXPORT_SYMBOL ( omapdss_output_unset_device  )
struct omap_dss_output* omap_dss_get_output ( enum omap_dss_output_id  id)
read

Definition at line 105 of file output.c.

struct omap_dss_output* omapdss_get_output_from_dssdev ( struct omap_dss_device dssdev)
read

Definition at line 117 of file output.c.

int omapdss_output_set_device ( struct omap_dss_output out,
struct omap_dss_device dssdev 
)

Definition at line 30 of file output.c.

int omapdss_output_unset_device ( struct omap_dss_output out)

Definition at line 63 of file output.c.