Searched refs:gop_handle (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
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()
|
D | efi-stub.c | 57 void **gop_handle = NULL; in setup_graphics() local 62 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
D | x86-stub.c | 315 void **gop_handle = NULL; in setup_graphics() local 323 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|