Home | History | Annotate | Download | only in fdt

Lines Matching defs:sc_panel

61 	struct fdt_panel sc_panel;
92 &sc->sc_panel.panel_timing;
100 sc->sc_panel.panel_type =
103 if (of_getprop_uint32(phandle, "width-mm", &sc->sc_panel.panel_width) ||
104 of_getprop_uint32(phandle, "height-mm", &sc->sc_panel.panel_height)){
115 &sc->sc_panel.panel_timing) != 0) {
120 if (sc->sc_panel.panel_timing.clock_freq == 0) {
124 switch(sc->sc_panel.panel_type) {
133 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_18;
135 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_24;
137 sc->sc_panel.panel_lvds_format = LVDS_VESA_24;
144 panic("unknown panel type %d", sc->sc_panel.panel_type);
149 switch(sc->sc_panel.panel_type) {
157 panic(" unknown panel type %d", sc->sc_panel.panel_type);
179 return &sc->sc_panel;