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