Searched refs:height_start (Results 1 – 2 of 2) sorted by relevance
740 char *height_start, *width_start; in efi_get_max_resolution() local761 height_start = strchr(maxres, 'x'); in efi_get_max_resolution()762 if (height_start == NULL) { in efi_get_max_resolution()767 *height_start++ = 0; in efi_get_max_resolution()770 *height = (int)strtol(height_start, NULL, 0); in efi_get_max_resolution()
120 char *height_start, *width_start; in vbe_get_max_resolution() local141 height_start = strchr(maxres, 'x'); in vbe_get_max_resolution()142 if (height_start == NULL) { in vbe_get_max_resolution()147 *height_start++ = 0; in vbe_get_max_resolution()150 *height = (int)strtol(height_start, NULL, 0); in vbe_get_max_resolution()