Lines Matching refs:device
1870 efi_handle_t *device) in efi_locate_device_path() argument
1882 EFI_ENTRY("%pUs, %p, %p", protocol, device_path, device); in efi_locate_device_path()
1917 if (!device) { in efi_locate_device_path()
1921 *device = handles[i]; in efi_locate_device_path()
2005 efi_handle_t device; in efi_load_image_from_path() local
2019 device = efi_dp_find_obj(dp, NULL, &rem); in efi_load_image_from_path()
2020 ret = efi_search_protocol(device, &efi_simple_file_system_protocol_guid, in efi_load_image_from_path()
2025 ret = efi_search_protocol(device, &efi_guid_load_file_protocol, NULL); in efi_load_image_from_path()
2030 ret = efi_search_protocol(device, guid, NULL); in efi_load_image_from_path()
2034 ret = efi_search_protocol(device, guid, &handler); in efi_load_image_from_path()
2057 efi_close_protocol(device, guid, efi_root, NULL); in efi_load_image_from_path()