Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
exynos_hdmiphy.c File Reference
#include <drm/drmP.h>
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include "exynos_drm_drv.h"
#include "exynos_hdmi.h"

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (hdmiphy_driver)
 

Variables

struct i2c_driver hdmiphy_driver
 

Function Documentation

EXPORT_SYMBOL ( hdmiphy_driver  )

Variable Documentation

struct i2c_driver hdmiphy_driver
Initial value:
= {
.driver = {
.name = "exynos-hdmiphy",
.owner = THIS_MODULE,
.of_match_table = hdmiphy_match_types,
},
.id_table = hdmiphy_id,
.probe = hdmiphy_probe,
.remove = __devexit_p(hdmiphy_remove),
.command = NULL,
}

Definition at line 57 of file exynos_hdmiphy.c.