Lines Matching refs:protocols
224 if (!list_empty(&handle->protocols)) in efi_purge_handle()
551 INIT_LIST_HEAD(&handle->protocols); in efi_add_handle()
595 list_for_each(lhandle, &efiobj->protocols) { in efi_search_protocol()
648 list_for_each_entry_safe(protocol, pos, &efiobj->protocols, link) { in efi_remove_all_protocols()
1189 list_add_tail(&handler->link, &efiobj->protocols); in efi_add_protocol()
1281 list_for_each_entry(handler, &handle->protocols, link) { in efi_get_drivers()
1303 list_for_each_entry(handler, &handle->protocols, link) { in efi_get_drivers()
2524 *protocol_buffer_count = list_count_nodes(&efiobj->protocols); in efi_protocols_per_handle()
2535 list_for_each(protocol_handle, &efiobj->protocols) { in efi_protocols_per_handle()
3305 list_for_each_entry(protocol, &efiobj->protocols, link) { in efi_delete_image()
3704 list_for_each_entry(handler, &efiobj->protocols, link) { in efi_connect_controller()
3799 list_for_each_entry(handler, &efiobj->protocols, link) { in efi_get_child_controllers()
3818 list_for_each_entry(handler, &efiobj->protocols, link) { in efi_get_child_controllers()