Searched refs:g_specs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c1963 static S_TIMING_SPECS g_specs; variable in typeref:typename:S_TIMING_SPECS
1968 return &g_specs;
2151 g_specs.vga_width = 0;
2152 g_specs.vga_lines = 0;
2153 g_specs.h_total = 0;
2157 g_specs.vga_width = vgaparams[i].width;
2158 g_specs.vga_lines = vgaparams[i].lines;
2159 g_specs.h_total = vgaparams[i].h_total;
2163 if (!g_specs.h_total)
2205 g_specs
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c1748 static S_TIMING_SPECS g_specs; variable in typeref:typename:S_TIMING_SPECS
1753 return &g_specs;
1916 g_specs.vga_width = 0;
1917 g_specs.vga_lines = 0;
1918 g_specs.h_total = 0;
1922 g_specs.vga_width = vgaparams[i].width;
1923 g_specs.vga_lines = vgaparams[i].lines;
1924 g_specs.h_total = vgaparams[i].h_total;
1928 if (!g_specs.h_total)
1971 g_specs
[all...]

Completed in 7 milliseconds