Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 24 of 24) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_register_notify.c26 efi_handle_t *handles; member
51 efi_handle_t *handles; in notify() local
58 &handle_count, &handles); in notify()
62 cp->handles = handles; in notify()
146 ret = boottime->free_pool(context.handles); in execute()
182 ret = boottime->free_pool(context.handles); in execute()
207 ret = boottime->free_pool(context.handles); in execute()
A Defi_selftest_hii.c184 handles = NULL; in test_hii_database_list_package_lists()
188 &handles_size, handles); in test_hii_database_list_package_lists()
202 &handles_size, handles); in test_hii_database_list_package_lists()
215 handles = NULL; in test_hii_database_list_package_lists()
219 &handles_size, handles); in test_hii_database_list_package_lists()
235 &handles_size, handles); in test_hii_database_list_package_lists()
249 handles = NULL; in test_hii_database_list_package_lists()
253 &handles_size, handles); in test_hii_database_list_package_lists()
269 &handles_size, handles); in test_hii_database_list_package_lists()
284 handles = NULL; in test_hii_database_list_package_lists()
[all …]
A Defi_selftest_block_device.c301 efi_handle_t *handles; in execute() local
326 &no_handles, &handles); in execute()
333 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute()
345 handle_partition = handles[i]; in execute()
348 ret = boottime->free_pool(handles); in execute()
A Defi_selftest_devicepath.c327 efi_handle_t *handles; in execute() local
333 NULL, &no_handles, &handles); in execute()
341 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute()
365 ret = boottime->free_pool(handles); in execute()
/u-boot/cmd/
A Defidebug.c306 efi_handle_t *handles; in do_efi_show_devices() local
312 &num, &handles)); in do_efi_show_devices()
328 efi_free_pool(handles); in do_efi_show_devices()
385 efi_handle_t *handles; in do_efi_show_drivers() local
392 NULL, &num, &handles)); in do_efi_show_drivers()
411 handles[i], driver_name); in do_efi_show_drivers()
417 efi_free_pool(handles); in do_efi_show_drivers()
577 efi_handle_t *handles; in do_efi_show_handles() local
584 &num, &handles)); in do_efi_show_handles()
594 printf("%p", handles[i]); in do_efi_show_handles()
[all …]
/u-boot/doc/device-tree-bindings/net/
A Dmarvell-mdio.txt5 This driver handles this MDIO interface.
/u-boot/drivers/mux/
A DKconfig7 The mux framework is a minimalistic subsystem that handles multiplexer
/u-boot/lib/efi_loader/
A Defi_capsule.c124 efi_fmp_find(efi_guid_t *image_type, u64 instance, efi_handle_t *handles, in efi_fmp_find() argument
139 for (i = 0, handle = handles; i < no_handles; i++, handle++) { in efi_fmp_find()
340 efi_handle_t *handles; in efi_capsule_update_firmware() local
359 handles = NULL; in efi_capsule_update_firmware()
363 NULL, &no_handles, (efi_handle_t **)&handles)); in efi_capsule_update_firmware()
390 handles, no_handles); in efi_capsule_update_firmware()
418 efi_free_pool(handles); in efi_capsule_update_firmware()
A Defi_boottime.c1000 list_for_each_entry_safe(hitem, hnext, &item->handles, in efi_close_event()
1146 list_add_tail(&notif->link, &event->handles); in efi_add_protocol()
1432 INIT_LIST_HEAD(&item->handles); in efi_register_protocol_notify()
1536 if (list_empty(&event->handles)) in efi_locate_handle()
1538 handle = list_first_entry(&event->handles, in efi_locate_handle()
1805 efi_handle_t *handles; in efi_locate_device_path() local
1824 &no_handles, &handles)); in efi_locate_device_path()
1830 ret = efi_search_protocol(handles[i], &efi_guid_device_path, in efi_locate_device_path()
1851 *device = handles[i]; in efi_locate_device_path()
2546 if (list_empty(&event->handles)) in efi_locate_protocol()
[all …]
/u-boot/doc/
A DREADME.tee9 secure co-processor etc. A TEE driver handles the details needed to
47 The OP-TEE driver handles OP-TEE [1] based TEEs. Currently it is only the ARM
A DREADME.ubispl52 handles up to UBI_FM_MAX_BLOCKS.
/u-boot/drivers/i2c/muxes/
A DKconfig35 I2C controller where driver handles proper routing to target i2c
/u-boot/drivers/input/
A DKconfig72 driver handles English and German keyboards - set the environment
/u-boot/doc/api/
A Defi.rst52 drivers, handles, loaded images, and the memory map).
/u-boot/doc/uefi/
A Discsi.rst64 offered by iPXE. It creates the partition handles and installs the simple file
A Duefi.rst331 handles.
391 IO devices will create the device handles for the partitions. The child
/u-boot/include/
A Defi_loader.h392 struct list_head handles; member
/u-boot/doc/driver-model/
A Dusb-info.rst93 handles that). Once the device is set up, you can find the device
120 controller. Each controller handles exactly one bus. Every controller has a
A Ddesign.rst52 There is a uclass called 'demo'. This uclass handles
62 handles parameter data and plat (data which tells the driver how
/u-boot/doc/develop/
A Dpy_testing.rst165 to set $CROSS_COMPILE` in this case since buildman handles it.
/u-boot/drivers/net/
A DKconfig282 This code handles those SoC specifics.
/u-boot/tools/patman/
A DREADME65 For both Linux and U-Boot the 'scripts/get_maintainer.pl' handles figuring
/u-boot/arch/x86/
A DKconfig592 U-Boot image. This is an Intel binary blob that handles system
/u-boot/tools/buildman/
A DREADME23 This tool handles building U-Boot to check that you have not broken it

Completed in 50 milliseconds