Searched refs:gop_handle (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
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()
|
A D | efi-stub.c | 64 void **gop_handle = NULL; in setup_graphics() local 69 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
A D | x86-stub.c | 419 void **gop_handle = NULL; in setup_graphics() local 427 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|
Completed in 6 milliseconds