Lines Matching refs:agent_handle
1079 item->info.agent_handle) in efi_get_drivers()
1086 item->info.agent_handle; in efi_get_drivers()
1936 efi_handle_t agent_handle, in efi_close_protocol() argument
1944 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, agent_handle, in efi_close_protocol()
1947 if (!agent_handle) { in efi_close_protocol()
1957 if (item->info.agent_handle == agent_handle && in efi_close_protocol()
2445 void **protocol_interface, void *agent_handle, in efi_protocol_open() argument
2454 if (!agent_handle) in efi_protocol_open()
2466 if (item->info.agent_handle == agent_handle) { in efi_protocol_open()
2488 item->info.agent_handle, in efi_protocol_open()
2504 if (item->info.agent_handle == agent_handle && in efi_protocol_open()
2515 match->agent_handle = agent_handle; in efi_protocol_open()
2545 void **protocol_interface, void *agent_handle, in efi_open_protocol() argument
2552 protocol_interface, agent_handle, controller_handle, in efi_open_protocol()
2578 if (!efi_search_obj(agent_handle)) in efi_open_protocol()
2589 r = efi_protocol_open(handler, protocol_interface, agent_handle, in efi_open_protocol()
2859 if (item->info.agent_handle == driver_handle && in efi_get_child_controllers()
2876 if (item->info.agent_handle == driver_handle && in efi_get_child_controllers()