| /rk3399_rockchip-uboot/api/ |
| H A D | api_storage.c | 102 int found = 0; in dev_stor_get() local 124 found = 1; in dev_stor_get() 134 if (found) { in dev_stor_get() 140 found = 0; in dev_stor_get() 149 return found; in dev_stor_get() 178 int found = 0, more = 0; in dev_enum_stor() local 206 found = dev_stor_get(type, &more, di); in dev_enum_stor() 218 found = dev_stor_get(type, &more, di); in dev_enum_stor() 242 found = dev_stor_get(type, &more, di); in dev_enum_stor() 246 found = 0; in dev_enum_stor() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_hwid.c | 122 int found = 0, margin = 30; in hwid_adc_find_dtb() local 176 found = (abs(dtb_adc - adc_record[channel]) <= margin) ? 1 : 0; in hwid_adc_find_dtb() 178 dev_name, channel, dtb_adc, adc_record[channel], found); in hwid_adc_find_dtb() 179 if (!found) in hwid_adc_find_dtb() 185 return found; in hwid_adc_find_dtb() 207 int found = 0; in hwid_gpio_find_dtb() local 256 found = (val == !!lvl) ? 1 : 0; in hwid_gpio_find_dtb() 258 port, bank + 'a', pin, lvl, val, found); in hwid_gpio_find_dtb() 259 if (!found) in hwid_gpio_find_dtb() 264 return found; in hwid_gpio_find_dtb()
|
| H A D | iomem.c | 44 int found = 0; in iomem_show_by_match() local 67 found = 1; in iomem_show_by_match() 74 return found; in iomem_show_by_match()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 311 int found, idx; in env_complete() local 314 found = 0; in env_complete() 320 if (found >= maxv - 2 || bufsz < vallen) in env_complete() 323 cmdv[found++] = buf; in env_complete() 329 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete() 332 cmdv[found++] = "..."; in env_complete() 334 cmdv[found] = NULL; in env_complete() 335 return found; in env_complete()
|
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | Kconfig | 15 Support for Temperature Monitor (TEMPMON) found on fp9931. 21 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 30 Support for Temperature Monitor (TEMPMON) found on Rockchip SoCs. 36 Support for Temperature Monitor (TEMPMON) found on sy7636a.
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | tnc.c | 1449 int found, n, err, safely = 0, gc_seq1; in ubifs_tnc_locate() local 1455 found = ubifs_lookup_level0(c, key, &znode, &n); in ubifs_tnc_locate() 1456 if (!found) { in ubifs_tnc_locate() 1459 } else if (found < 0) { in ubifs_tnc_locate() 1460 err = found; in ubifs_tnc_locate() 1811 int found, n, err; in do_lookup_nm() local 1816 found = ubifs_lookup_level0(c, key, &znode, &n); in do_lookup_nm() 1817 if (!found) { in do_lookup_nm() 1820 } else if (found < 0) { in do_lookup_nm() 1821 err = found; in do_lookup_nm() [all …]
|
| /rk3399_rockchip-uboot/net/ |
| H A D | dns.c | 109 int found, stop, dlen; in dns_handler() local 151 for (found = stop = 0; !stop && &p[12] < e; ) { in dns_handler() 170 found = 1; in dns_handler() 178 if (found && &p[12] < e) { in dns_handler()
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H 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()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pcmcia.c | 258 int found = 0; in check_ide_device() local 308 found = identify (ident); in check_ide_device() 314 found = 1; in check_ide_device() 323 if (!found) { in check_ide_device()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/ |
| H A D | ddr.c | 86 goto found; in fsl_ddr_board_options() 105 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8349emds/ |
| H A D | ddr.c | 74 goto found; in fsl_ddr_board_options() 94 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | ddr.c | 141 goto found; in fsl_ddr_board_options() 161 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/p1022ds/ |
| H A D | ddr.c | 76 goto found; in fsl_ddr_board_options() 96 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | Makefile | 96 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found) 103 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found)
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs.c | 1567 int found; in zfs_nvlist_lookup_uint64() local 1569 found = nvlist_find_value(nvlist, name, DATA_TYPE_UINT64, &nvpair, &size, 0); in zfs_nvlist_lookup_uint64() 1570 if (!found) in zfs_nvlist_lookup_uint64() 1588 int found; in zfs_nvlist_lookup_string() local 1590 found = nvlist_find_value(nvlist, name, DATA_TYPE_STRING, &nvpair, &size, 0); in zfs_nvlist_lookup_string() 1591 if (!found) in zfs_nvlist_lookup_string() 1614 int found; in zfs_nvlist_lookup_nvlist() local 1616 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair, in zfs_nvlist_lookup_nvlist() 1618 if (!found) in zfs_nvlist_lookup_nvlist() 1634 int found; in zfs_nvlist_lookup_nvlist_array_get_nelm() local [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 251 goto found; in usb_del_gadget_udc() 258 found: in usb_del_gadget_udc() 334 goto found; in usb_gadget_probe_driver() 340 found: in usb_gadget_probe_driver()
|
| /rk3399_rockchip-uboot/board/freescale/ls1046aqds/ |
| H A D | ddr.c | 45 goto found; in fsl_ddr_board_options() 64 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/t4rdb/ |
| H A D | ddr.c | 54 goto found; in fsl_ddr_board_options() 73 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/ls1046ardb/ |
| H A D | ddr.c | 45 goto found; in fsl_ddr_board_options() 64 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | ddr.c | 80 goto found; in fsl_ddr_board_options() 101 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/freescale/t208xrdb/ |
| H A D | ddr.c | 46 goto found; in fsl_ddr_board_options() 65 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/hisilicon/poplar/ |
| H A D | README | 54 Include that file where needed, and use the definitions found therein 161 scanning bus 0 for devices... 1 USB Device(s) found 163 scanning bus 1 for devices... 3 USB Device(s) found 164 scanning usb for storage devices... 0 Storage Device(s) found 165 scanning usb for ethernet devices... 1 Ethernet Device(s) found 271 No ethernet found. 276 scanning bus 0 for devices... 1 USB Device(s) found 278 scanning bus 1 for devices... 4 USB Device(s) found 279 scanning usb for storage devices... 1 Storage Device(s) found 280 scanning usb for ethernet devices... 1 Ethernet Device(s) found
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | lists.c | 133 bool found = false; in lists_bind_fdt() local 187 found = true; in lists_bind_fdt() 194 if (!found && !result && ret != -ENODEV) in lists_bind_fdt()
|
| /rk3399_rockchip-uboot/board/freescale/t208xqds/ |
| H A D | ddr.c | 53 goto found; in fsl_ddr_board_options() 72 found: in fsl_ddr_board_options()
|
| /rk3399_rockchip-uboot/board/varisys/cyrus/ |
| H A D | ddr.c | 129 goto found; in fsl_ddr_board_options() 147 found: in fsl_ddr_board_options()
|