Lines Matching refs:panel_config
43 static struct panel_config panel_cfg;
52 static const struct panel_config preset_dvi_640X480 = {
64 static const struct panel_config preset_dvi_800X600 = {
76 static const struct panel_config preset_dvi_1024X768 = {
88 static const struct panel_config preset_dvi_1152X864 = {
100 static const struct panel_config preset_dvi_1280X960 = {
112 static const struct panel_config preset_dvi_1280X1024 = {
124 static const struct panel_config preset_dataimage_480X800 = {
150 static void set_preset(const struct panel_config preset, int x_res, int y_res) in set_preset()
156 static enum display_type set_dvi_preset(const struct panel_config preset, in set_dvi_preset()
163 static enum display_type set_dataimage_preset(const struct panel_config preset, in set_dataimage_preset()