/u-boot/drivers/core/ |
A D | dump.c | 105 const int n_ents = ll_entry_count(struct driver, driver); in dm_dump_driver_compat() 129 const int n_ents = ll_entry_count(struct driver, driver); in dm_dump_drivers() 168 const int n_ents = ll_entry_count(struct driver_info, driver_info); in dm_dump_static_driver_info()
|
A D | lists.c | 27 const int n_ents = ll_entry_count(struct driver, driver); in lists_driver_lookup_name() 43 const int n_ents = ll_entry_count(struct uclass_driver, uclass_driver); in lists_uclass_lookup() 58 const int n_ents = ll_entry_count(struct driver_info, driver_info); in bind_drivers_pass() 188 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt()
|
A D | root.c | 58 const int n_ents = ll_entry_count(struct driver, driver); in fix_drivers() 91 const int n_ents = ll_entry_count(struct uclass_driver, uclass_driver); in fix_uclass() 123 const int n_ents = ll_entry_count(struct driver_info, driver_info); in fix_devices() 192 n_ents = ll_entry_count(struct driver_info, driver_info); in dm_scan_plat()
|
/u-boot/test/env/ |
A D | cmd_ut_env.c | 16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
|
/u-boot/test/cmd/ |
A D | mem.c | 16 const int n_ents = ll_entry_count(struct unit_test, mem_test); in do_ut_mem()
|
A D | addrmap.c | 34 const int n_ents = ll_entry_count(struct unit_test, addrmap_test); in do_ut_addrmap()
|
/u-boot/test/lib/ |
A D | cmd_ut_lib.c | 17 const int n_ents = ll_entry_count(struct unit_test, lib_test); in do_ut_lib()
|
/u-boot/test/log/ |
A D | test-main.c | 17 const int n_ents = ll_entry_count(struct unit_test, log_test); in do_ut_log()
|
/u-boot/cmd/ |
A D | help.c | 15 const int len = ll_entry_count(struct cmd_tbl, cmd); in do_help()
|
A D | lsblk.c | 15 const int n_ents = ll_entry_count(struct driver, driver); in do_lsblk()
|
A D | part.c | 189 const int n_ents = ll_entry_count(struct part_driver, part_driver); in do_part_types()
|
/u-boot/env/ |
A D | env.c | 21 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_fix_drivers() 43 const int n_ents = ll_entry_count(struct env_driver, env_driver); in _env_driver_lookup() 356 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_select()
|
A D | callback.c | 23 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
|
/u-boot/include/ |
A D | linker_lists.h | 177 #define ll_entry_count(_type, _list) \ macro
|
A D | part.h | 497 return ll_entry_count(struct part_driver, part_driver); in part_driver_get_count()
|
/u-boot/drivers/i2c/ |
A D | i2c_core.c | 19 int max = ll_entry_count(struct i2c_adapter, i2c); in i2c_get_adapter() 250 max = ll_entry_count(struct i2c_adapter, i2c); in i2c_set_bus_num()
|
/u-boot/drivers/block/ |
A D | blk_legacy.c | 15 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_type() 30 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_typename()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest.c | 299 ll_entry_count(struct efi_unit_test, in efi_selftest() 304 ll_entry_count(struct efi_unit_test, in efi_selftest()
|
/u-boot/test/dm/ |
A D | of_platdata.c | 114 ll_entry_count(struct driver_info, driver_info); in find_driver_info() 147 const int n_ents = ll_entry_count(struct driver_info, driver_info); in dm_test_of_plat_dev()
|
A D | test-main.c | 152 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
|
/u-boot/test/ |
A D | str_ut.c | 112 const int n_ents = ll_entry_count(struct unit_test, str_test); in do_ut_str()
|
A D | bootm.c | 244 const int n_ents = ll_entry_count(struct unit_test, bootm_test); in do_ut_bootm()
|
/u-boot/test/optee/ |
A D | cmd_ut_optee.c | 99 const int n_ents = ll_entry_count(struct unit_test, optee_test); in do_ut_optee()
|
/u-boot/test/overlay/ |
A D | cmd_ut_overlay.c | 218 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay()
|
/u-boot/common/ |
A D | command.c | 129 const int len = ll_entry_count(struct cmd_tbl, cmd); in find_cmd() 269 ll_entry_count(struct cmd_tbl, cmd), argc, argv, in complete_cmdv()
|