Searched refs:gop_handle (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | gop.c | 563 void **gop_handle = NULL; in efi_setup_gop() local 566 (void **)&gop_handle); in efi_setup_gop() 571 &size, gop_handle); in efi_setup_gop() 575 status = setup_gop(si, proto, size, gop_handle); in efi_setup_gop() 578 efi_bs_call(free_pool, gop_handle); in efi_setup_gop()
|
H A D | efi-stub.c | 59 void **gop_handle = NULL; in setup_graphics() local 64 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
H A D | x86-stub.c | 431 void **gop_handle = NULL; in setup_graphics() local 439 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|