Home
last modified time | relevance | path

Searched refs:match_res (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dgop.c205 static bool match_res(const efi_graphics_output_mode_info_t *info, u32 mode, void *ctx) in match_res() function
224 if (match_res(efi_table_attr(mode, info), cur_mode, NULL)) in choose_mode_res()
227 return choose_mode(gop, match_res, (void *)cur_mode); in choose_mode_res()