Lines Matching refs:panel_config
41 static struct panel_config panel_cfg;
50 static const struct panel_config preset_dvi_640X480 = {
62 static const struct panel_config preset_dvi_800X600 = {
74 static const struct panel_config preset_dvi_1024X768 = {
86 static const struct panel_config preset_dvi_1152X864 = {
98 static const struct panel_config preset_dvi_1280X960 = {
110 static const struct panel_config preset_dvi_1280X1024 = {
122 static const struct panel_config preset_dataimage_480X800 = {
148 static void set_preset(const struct panel_config preset, int x_res, int y_res) in set_preset()
154 static enum display_type set_dvi_preset(const struct panel_config preset, in set_dvi_preset()
161 static enum display_type set_dataimage_preset(const struct panel_config preset, in set_dataimage_preset()