Home
last modified time | relevance | path

Searched refs:ll_entry_count (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/drivers/core/
A Ddump.c105 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 Dlists.c27 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 Droot.c58 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 Dcmd_ut_env.c16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
/u-boot/test/cmd/
A Dmem.c16 const int n_ents = ll_entry_count(struct unit_test, mem_test); in do_ut_mem()
A Daddrmap.c34 const int n_ents = ll_entry_count(struct unit_test, addrmap_test); in do_ut_addrmap()
/u-boot/test/lib/
A Dcmd_ut_lib.c17 const int n_ents = ll_entry_count(struct unit_test, lib_test); in do_ut_lib()
/u-boot/test/log/
A Dtest-main.c17 const int n_ents = ll_entry_count(struct unit_test, log_test); in do_ut_log()
/u-boot/cmd/
A Dhelp.c15 const int len = ll_entry_count(struct cmd_tbl, cmd); in do_help()
A Dlsblk.c15 const int n_ents = ll_entry_count(struct driver, driver); in do_lsblk()
A Dpart.c189 const int n_ents = ll_entry_count(struct part_driver, part_driver); in do_part_types()
/u-boot/env/
A Denv.c21 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 Dcallback.c23 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
/u-boot/include/
A Dlinker_lists.h177 #define ll_entry_count(_type, _list) \ macro
A Dpart.h497 return ll_entry_count(struct part_driver, part_driver); in part_driver_get_count()
/u-boot/drivers/i2c/
A Di2c_core.c19 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 Dblk_legacy.c15 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 Defi_selftest.c299 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 Dof_platdata.c114 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 Dtest-main.c152 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
/u-boot/test/
A Dstr_ut.c112 const int n_ents = ll_entry_count(struct unit_test, str_test); in do_ut_str()
A Dbootm.c244 const int n_ents = ll_entry_count(struct unit_test, bootm_test); in do_ut_bootm()
/u-boot/test/optee/
A Dcmd_ut_optee.c99 const int n_ents = ll_entry_count(struct unit_test, optee_test); in do_ut_optee()
/u-boot/test/overlay/
A Dcmd_ut_overlay.c218 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay()
/u-boot/common/
A Dcommand.c129 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()

Completed in 19 milliseconds

12