Searched refs:uga_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 865 setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga32() argument 870 u32 *handles = (u32 *)uga_handle;; in setup_uga32() 910 setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga64() argument 915 u64 *handles = (u64 *)uga_handle;; in setup_uga64() 962 void **uga_handle = NULL; in setup_uga() local 965 size, (void **)&uga_handle); in setup_uga() 971 uga_proto, NULL, &size, uga_handle); in setup_uga() 979 status = setup_uga64(uga_handle, size, &width, &height); in setup_uga() 981 status = setup_uga32(uga_handle, size, &width, &height); in setup_uga() 1003 efi_call_early(free_pool, uga_handle); in setup_uga() [all …]
|