/u-boot/api/ |
A D | api_storage.c | 102 int found = 0; in dev_stor_get() local 129 found = 1; in dev_stor_get() 139 if (found) { in dev_stor_get() 145 found = 0; in dev_stor_get() 154 return found; in dev_stor_get() 183 int found = 0, more = 0; in dev_enum_stor() local 211 found = dev_stor_get(type, &more, di); in dev_enum_stor() 223 found = dev_stor_get(type, &more, di); in dev_enum_stor() 251 found = 0; in dev_enum_stor() 262 if (found) in dev_enum_stor() [all …]
|
/u-boot/tools/binman/etype/ |
A D | u_boot_ucode.py | 65 found = False 70 found = True 71 if not found:
|
/u-boot/env/ |
A D | common.c | 278 int found, idx; in env_complete() local 302 found = 0; in env_complete() 309 if (found >= maxv - 2 || in env_complete() 313 cmdv[found++] = buf; in env_complete() 339 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete() 342 cmdv[found++] = dollar_comp ? "${...}" : "..."; in env_complete() 344 cmdv[found] = NULL; in env_complete() 345 return found; in env_complete()
|
/u-boot/drivers/pwm/ |
A D | Kconfig | 16 This PWM is found on Samsung Exynos 5250 and other Samsung SoCs. It 24 This PWM is found i.MX27 and later i.MX SoCs. 30 This PWM is found on Amlogic Meson SoCs. It supports a 37 This PWM is found on MT7622, MT7623, and MT7629. It supports a 44 This PWM is found on RK3288 and other Rockchip SoCs. It supports a 61 This PWM is found SiFive's FU540 and other SoCs. 67 This PWM is found on Tegra 20 and other Nvidia SoCs. It supports 76 This PWM is found on H3, A64 and other Allwinner SoCs. It supports a 84 PWM driver support for the EHRPWM controller found on TI SOCs.
|
/u-boot/test/dm/ |
A D | of_platdata.c | 107 bool found[]) in find_driver_info() argument 123 found[idx] = true; in find_driver_info() 134 ret = find_driver_info(uts, dev, found); in find_driver_info() 148 bool found[n_ents]; in dm_test_of_plat_dev() local 152 memset(found, '\0', sizeof(found)); in dm_test_of_plat_dev() 153 ut_assertok(find_driver_info(uts, gd->dm_root, found)); in dm_test_of_plat_dev() 161 if (found[i]) { in dm_test_of_plat_dev()
|
A D | test-main.c | 155 int found; in dm_test_main() local 176 found = 0; in dm_test_main() 203 found++; in dm_test_main() 206 if (test_name && !found) in dm_test_main()
|
/u-boot/drivers/cache/ |
A D | Kconfig | 11 Enable driver model for cache controllers that are found on 14 configuring settings that be found from a device tree file. 21 This driver is for the PL310 cache controller commonly found on 23 found in the device tree.
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_loaded_image.c | 44 bool found = false; in execute() local 65 found = true; in execute() 67 if (!found) { in execute()
|
A D | efi_selftest_memory.c | 63 bool found = false; in find_in_memory_map() local 76 if (found) { in find_in_memory_map() 80 found = true; in find_in_memory_map() 89 if (!found) { in find_in_memory_map()
|
/u-boot/test/optee/ |
A D | cmd_ut_optee.c | 55 bool found; in optee_fdt_protected_memory() local 71 found = 0; in optee_fdt_protected_memory() 82 found = true; in optee_fdt_protected_memory() 89 ut_assert(found); in optee_fdt_protected_memory()
|
/u-boot/net/ |
A D | dns.c | 121 int found, stop, dlen; in dns_handler() local 163 for (found = stop = 0; !stop && &p[12] < e; ) { in dns_handler() 182 found = 1; in dns_handler() 190 if (found && &p[12] < e) { in dns_handler()
|
/u-boot/board/freescale/common/ |
A D | ics307_clk.c | 55 int found = 0; in ics307_sysclk_calculator() local 82 found = 1; in ics307_sysclk_calculator() 88 if (found) in ics307_sysclk_calculator()
|
/u-boot/fs/ubifs/ |
A D | tnc.c | 1443 if (!found) { in ubifs_tnc_locate() 1447 err = found; in ubifs_tnc_locate() 1804 if (!found) { in do_lookup_nm() 1808 err = found; in do_lookup_nm() 2162 if (!found) { in ubifs_tnc_add() 2180 err = found; in ubifs_tnc_add() 2213 err = found; in ubifs_tnc_replace() 2220 found = 0; in ubifs_tnc_replace() 2229 found = 1; in ubifs_tnc_replace() 2262 if (!found) in ubifs_tnc_replace() [all …]
|
/u-boot/arch/mips/mach-octeon/ |
A D | cvmx-coremask.c | 295 int found = 0; in cvmx_coremask_print() local 316 found = 1; in cvmx_coremask_print() 322 if (!found) in cvmx_coremask_print() 350 found = 1; in cvmx_coremask_print() 362 if (!found) in cvmx_coremask_print()
|
/u-boot/board/freescale/mpc8349emds/ |
A D | ddr.c | 73 goto found; in fsl_ddr_board_options() 93 found: in fsl_ddr_board_options()
|
/u-boot/drivers/power/regulator/ |
A D | bd71837.c | 323 int found = 0; in bd71837_set_value() local 340 found = !vrange_find_selector(r, uvolt, &sel); in bd71837_set_value() 341 if (found) { in bd71837_set_value() 349 found = !vrange_find_value(r, sel, &tmp); in bd71837_set_value() 350 if (found && tmp == uvolt) in bd71837_set_value() 352 found = 0; in bd71837_set_value() 356 if (!found) in bd71837_set_value()
|
/u-boot/board/freescale/p2041rdb/ |
A D | ddr.c | 82 goto found; in fsl_ddr_board_options() 103 found: in fsl_ddr_board_options()
|
/u-boot/board/freescale/t208xrdb/ |
A D | ddr.c | 48 goto found; in fsl_ddr_board_options() 67 found: in fsl_ddr_board_options()
|
/u-boot/board/freescale/t4rdb/ |
A D | ddr.c | 56 goto found; in fsl_ddr_board_options() 75 found: in fsl_ddr_board_options()
|
/u-boot/board/freescale/ls1046aqds/ |
A D | ddr.c | 46 goto found; in fsl_ddr_board_options() 65 found: in fsl_ddr_board_options()
|
/u-boot/board/freescale/ls1046ardb/ |
A D | ddr.c | 49 goto found; in fsl_ddr_board_options() 68 found: in fsl_ddr_board_options()
|
/u-boot/board/freescale/t208xqds/ |
A D | ddr.c | 55 goto found; in fsl_ddr_board_options() 74 found: in fsl_ddr_board_options()
|
/u-boot/drivers/usb/gadget/udc/ |
A D | udc-core.c | 252 goto found; in usb_del_gadget_udc() 259 found: in usb_del_gadget_udc() 335 goto found; in usb_gadget_probe_driver() 341 found: in usb_gadget_probe_driver()
|
/u-boot/tools/patman/ |
A D | control.py | 225 found = [link for link in links.split() if not ':' in link] 226 if not found: 236 status.check_patchwork_status(series, found[0], branch, dest_branch, force,
|
/u-boot/board/freescale/ls1088a/ |
A D | ddr.c | 65 goto found; in fsl_ddr_board_options() 84 found: in fsl_ddr_board_options()
|