Linux Kernel
3.7.1
|
#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_device * | video_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) | |
EXPORT_SYMBOL | ( | video_output_register | ) |
EXPORT_SYMBOL | ( | video_output_unregister | ) |
MODULE_AUTHOR | ( | "Luming Yu <[email protected]>" | ) |
module_exit | ( | video_output_class_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
postcore_initcall | ( | video_output_class_init | ) |
|
read |
void video_output_unregister | ( | struct output_device * | dev | ) |