/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | lists.c | 26 const int n_ents = ll_entry_count(struct driver, driver); in lists_driver_lookup_name() local 42 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in lists_uclass_lookup() local 57 const int n_ents = ll_entry_count(struct driver_info, driver_info); in lists_bind_drivers() local 131 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt() local
|
D | root.c | 56 const int n_ents = ll_entry_count(struct driver, driver); in fix_drivers() local 89 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in fix_uclass() local 121 const int n_ents = ll_entry_count(struct driver_info, driver_info); in fix_devices() local
|
/third_party/uboot/u-boot-2020.01/test/env/ |
D | cmd_ut_env.c | 16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env() local
|
/third_party/uboot/u-boot-2020.01/test/lib/ |
D | cmd_ut_lib.c | 17 const int n_ents = ll_entry_count(struct unit_test, lib_test); in do_ut_lib() local
|
/third_party/uboot/u-boot-2020.01/env/ |
D | env.c | 17 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_fix_drivers() local 39 const int n_ents = ll_entry_count(struct env_driver, env_driver); in _env_driver_lookup() local
|
/third_party/uboot/u-boot-2020.01/test/ |
D | cmd_ut.c | 14 int cmd_ut_category(const char *name, struct unit_test *tests, int n_ents, in cmd_ut_category()
|
D | bloblist.c | 184 const int n_ents = ll_entry_count(struct unit_test, bloblist_test); in do_ut_bloblist() local
|
D | unicode_ut.c | 586 const int n_ents = ll_entry_count(struct unit_test, unicode_test); in do_ut_unicode() local
|
D | compression.c | 541 const int n_ents = ll_entry_count(struct unit_test, compression_test); in do_ut_compression() local
|
/third_party/uboot/u-boot-2020.01/test/optee/ |
D | cmd_ut_optee.c | 98 const int n_ents = ll_entry_count(struct unit_test, optee_test); in do_ut_optee() local
|
/third_party/uboot/u-boot-2020.01/drivers/block/ |
D | blk_legacy.c | 13 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_type() local 28 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_typename() local
|
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | test-main.c | 130 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main() local
|
/third_party/uboot/u-boot-2020.01/disk/ |
D | part.c | 31 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_driver_lookup_type() local 234 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_init() local
|
/third_party/uboot/u-boot-2020.01/test/overlay/ |
D | cmd_ut_overlay.c | 216 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay() local
|
/third_party/uboot/u-boot-2020.01/common/spl/ |
D | spl.c | 506 const int n_ents = in spl_ll_find_loader() local
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | usb-uclass.c | 497 int n_ents; in usb_find_and_bind_driver() local
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci-uclass.c | 667 int n_ents; in pci_find_and_bind_driver() local
|