Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | regs |
unsigned int | irq |
struct device * | dev |
struct v4l2_subdev | sd |
struct v4l2_device | v4l2_dev |
struct v4l2_subdev * | phy_sd |
struct v4l2_subdev * | mhl_sd |
struct hdmi_timings * | cur_conf |
int | cur_conf_dirty |
u32 | cur_preset |
struct hdmi_resources | res |
Definition at line 75 of file hdmi_drv.c.
struct hdmi_timings* cur_conf |
configuration of current graphic mode
Definition at line 91 of file hdmi_drv.c.
int cur_conf_dirty |
flag indicating that timings are dirty
Definition at line 93 of file hdmi_drv.c.
u32 cur_preset |
current preset
Definition at line 95 of file hdmi_drv.c.
pointer to device parent
Definition at line 81 of file hdmi_drv.c.
unsigned int irq |
HDMI interrupt
Definition at line 79 of file hdmi_drv.c.
struct v4l2_subdev* mhl_sd |
subdev of MHL interface
Definition at line 89 of file hdmi_drv.c.
struct v4l2_subdev* phy_sd |
subdev of HDMIPHY interface
Definition at line 87 of file hdmi_drv.c.
base address of HDMI registers
Definition at line 77 of file hdmi_drv.c.
struct hdmi_resources res |
other resources
Definition at line 97 of file hdmi_drv.c.
subdev generated by HDMI device
Definition at line 83 of file hdmi_drv.c.
struct v4l2_device v4l2_dev |
V4L2 device structure
Definition at line 85 of file hdmi_drv.c.