Lines Matching refs:ast_vbios_enhtable

29 static const struct ast_vbios_enhtable res_640x480[] = {
41 static const struct ast_vbios_enhtable res_800x600[] = {
55 static const struct ast_vbios_enhtable res_1024x768[] = {
67 static const struct ast_vbios_enhtable res_1152x864[] = {
73 static const struct ast_vbios_enhtable res_1280x1024[] = {
83 static const struct ast_vbios_enhtable res_1600x1200[] = {
91 static const struct ast_vbios_enhtable res_1360x768[] = {
97 static const struct ast_vbios_enhtable res_1600x900[] = {
106 static const struct ast_vbios_enhtable res_1920x1080[] = {
115 static const struct ast_vbios_enhtable res_1280x800[] = {
124 static const struct ast_vbios_enhtable res_1440x900[] = {
133 static const struct ast_vbios_enhtable res_1680x1050[] = {
142 static const struct ast_vbios_enhtable res_1920x1200[] = {
153 static const struct ast_vbios_enhtable *res_table_wuxga[] = {
158 static const struct ast_vbios_enhtable *res_table_fullhd[] = {
163 static const struct ast_vbios_enhtable *res_table_wsxga_p[] = {
172 static const struct ast_vbios_enhtable *res_table[] = {
182 static const struct ast_vbios_enhtable *
183 __ast_vbios_find_mode_table(const struct ast_vbios_enhtable **vmode_tables, in __ast_vbios_find_mode_table()
196 static const struct ast_vbios_enhtable *ast_vbios_find_mode_table(const struct ast_device *ast, in ast_vbios_find_mode_table()
200 const struct ast_vbios_enhtable *vmode_table = NULL; in ast_vbios_find_mode_table()
214 const struct ast_vbios_enhtable *ast_vbios_find_mode(const struct ast_device *ast, in ast_vbios_find_mode()
217 const struct ast_vbios_enhtable *best_vmode = NULL; in ast_vbios_find_mode()
218 const struct ast_vbios_enhtable *vmode_table; in ast_vbios_find_mode()
219 const struct ast_vbios_enhtable *vmode; in ast_vbios_find_mode()