Linux Kernel
3.7.1
|
Data Fields | |
struct sh_mobile_lcdc_entity | entity |
void __iomem * | base |
void __iomem * | htop1 |
enum hotplug_state | hp_state |
u8 | preprogrammed_vic |
u8 | edid_block_addr |
u8 | edid_segment_nr |
u8 | edid_blocks |
struct clk * | hdmi_clk |
struct device * | dev |
struct delayed_work | edid_work |
struct fb_videomode | mode |
struct fb_monspecs | monspec |
void(* | write )(struct sh_hdmi *hdmi, u8 data, u8 reg) |
u8(* | read )(struct sh_hdmi *hdmi, u8 reg) |
Definition at line 271 of file sh_mobile_hdmi.c.
Definition at line 274 of file sh_mobile_hdmi.c.
Definition at line 283 of file sh_mobile_hdmi.c.
u8 edid_block_addr |
Definition at line 279 of file sh_mobile_hdmi.c.
u8 edid_blocks |
Definition at line 281 of file sh_mobile_hdmi.c.
u8 edid_segment_nr |
Definition at line 280 of file sh_mobile_hdmi.c.
struct delayed_work edid_work |
Definition at line 284 of file sh_mobile_hdmi.c.
struct sh_mobile_lcdc_entity entity |
Definition at line 272 of file sh_mobile_hdmi.c.
Definition at line 282 of file sh_mobile_hdmi.c.
enum hotplug_state hp_state |
Definition at line 276 of file sh_mobile_hdmi.c.
Definition at line 275 of file sh_mobile_hdmi.c.
struct fb_videomode mode |
Definition at line 285 of file sh_mobile_hdmi.c.
struct fb_monspecs monspec |
Definition at line 286 of file sh_mobile_hdmi.c.
u8 preprogrammed_vic |
Definition at line 277 of file sh_mobile_hdmi.c.
Definition at line 289 of file sh_mobile_hdmi.c.