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/module.h>
#include <linux/video_output.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/ctype.h>

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("Display Output Switcher Lowlevel Control Abstraction")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Luming Yu <[email protected]>")
 
struct output_devicevideo_output_register (const char *name, struct device *dev, void *devdata, struct output_properties *op)
 
 EXPORT_SYMBOL (video_output_register)
 
void video_output_unregister (struct output_device *dev)
 
 EXPORT_SYMBOL (video_output_unregister)
 
 postcore_initcall (video_output_class_init)
 
 module_exit (video_output_class_exit)
 

Function Documentation

EXPORT_SYMBOL ( video_output_register  )
EXPORT_SYMBOL ( video_output_unregister  )
MODULE_AUTHOR ( "Luming Yu <[email protected]>"  )
MODULE_DESCRIPTION ( "Display Output Switcher Lowlevel Control Abstraction"  )
module_exit ( video_output_class_exit  )
MODULE_LICENSE ( "GPL"  )
postcore_initcall ( video_output_class_init  )
struct output_device* video_output_register ( const char name,
struct device dev,
void devdata,
struct output_properties op 
)
read

Definition at line 84 of file output.c.

void video_output_unregister ( struct output_device dev)

Definition at line 114 of file output.c.