|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/i2c.h>#include <linux/slab.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/err.h>#include <media/v4l2-subdev.h>Go to the source code of this file.
Data Structures | |
| struct | hdmiphy_conf |
| struct | hdmiphy_ctx |
Functions | |
| MODULE_AUTHOR ("Tomasz Stanislawski <[email protected]>") | |
| MODULE_DESCRIPTION ("Samsung HDMI Physical interface driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (i2c, hdmiphy_id) | |
| module_i2c_driver (hdmiphy_driver) | |
| MODULE_AUTHOR | ( | "Tomasz Stanislawski <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| hdmiphy_id | |||
| ) |
| module_i2c_driver | ( | hdmiphy_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2