Lines Matching refs:panel_config
40 static struct panel_config panel_cfg;
49 static const struct panel_config preset_dvi_640X480 = {
61 static const struct panel_config preset_dvi_800X600 = {
73 static const struct panel_config preset_dvi_1024X768 = {
85 static const struct panel_config preset_dvi_1152X864 = {
97 static const struct panel_config preset_dvi_1280X960 = {
109 static const struct panel_config preset_dvi_1280X1024 = {
121 static const struct panel_config preset_dataimage_480X800 = {
147 static void set_preset(const struct panel_config preset, int x_res, int y_res) in set_preset()
153 static enum display_type set_dvi_preset(const struct panel_config preset, in set_dvi_preset()
160 static enum display_type set_dataimage_preset(const struct panel_config preset, in set_dataimage_preset()