Searched refs:gop_handle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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 | 62 void **gop_handle = NULL; in setup_graphics() local 67 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
H A D | x86-stub.c | 315 void **gop_handle = NULL; in setup_graphics() local 323 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|
/kernel/linux/linux-6.6/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 | 422 void **gop_handle = NULL; in setup_graphics() local 430 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|
Completed in 6 milliseconds