Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct drm_device * | drm_dev |
bool | hpd |
bool | powered |
bool | dvi_mode |
struct mutex | hdmi_mutex |
void __iomem * | regs |
int | external_irq |
int | internal_irq |
struct i2c_client * | ddc_port |
struct i2c_client * | hdmiphy_port |
int | cur_conf |
struct hdmi_resources | res |
void * | parent_ctx |
int | hpd_gpio |
enum hdmi_type | type |
Definition at line 68 of file exynos_hdmi.c.
int cur_conf |
Definition at line 84 of file exynos_hdmi.c.
struct i2c_client* ddc_port |
Definition at line 80 of file exynos_hdmi.c.
Definition at line 69 of file exynos_hdmi.c.
struct drm_device* drm_dev |
Definition at line 70 of file exynos_hdmi.c.
bool dvi_mode |
Definition at line 73 of file exynos_hdmi.c.
int external_irq |
Definition at line 77 of file exynos_hdmi.c.
Definition at line 74 of file exynos_hdmi.c.
struct i2c_client* hdmiphy_port |
Definition at line 81 of file exynos_hdmi.c.
bool hpd |
Definition at line 71 of file exynos_hdmi.c.
int hpd_gpio |
Definition at line 89 of file exynos_hdmi.c.
int internal_irq |
Definition at line 78 of file exynos_hdmi.c.
void* parent_ctx |
Definition at line 87 of file exynos_hdmi.c.
bool powered |
Definition at line 72 of file exynos_hdmi.c.
Definition at line 76 of file exynos_hdmi.c.
struct hdmi_resources res |
Definition at line 86 of file exynos_hdmi.c.
Definition at line 91 of file exynos_hdmi.c.