| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | iomem.c | 38 static int iomem_show_by_match(enum ops op, const char *search, in iomem_show_by_match() argument 60 if (strstr(name, search)) { in iomem_show_by_match() 86 const char *search; in do_iomem_by_match() local 91 search = argv[1]; in do_iomem_by_match() 99 if (!iomem_show_by_match(SEARCH_COMP, search, start, end)) in do_iomem_by_match() 100 iomem_show_by_match(SEARCH_NAME, search, start, end); in do_iomem_by_match()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 266 char* avb_replace(const char* str, const char* search, const char* replace) { in avb_replace() argument 272 search_len = avb_strlen(search); in avb_replace() 281 s = avb_strstr(str, search); in avb_replace()
|
| /rk3399_rockchip-uboot/api/ |
| H A D | api.c | 500 ENTRY *match, search; in API_env_enum() local 516 search.key = var; in API_env_enum() 517 i = hsearch_r(search, FIND, &match, &env_htab, 0); in API_env_enum()
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_engine.h | 47 enum hws_search_dir search,
|
| H A D | ddr3_training_ip_engine.c | 156 u32 *ddr3_tip_get_buf_ptr(u32 dev_num, enum hws_search_dir search, in ddr3_tip_get_buf_ptr() argument 163 [MAX_INTERFACE_NUM * MAX_BUS_NUM * BUS_WIDTH_IN_BITS * search + in ddr3_tip_get_buf_ptr() 587 enum hws_search_dir search, in ddr3_tip_read_training_result() argument 617 result_type, direction, search, pup_num, in ddr3_tip_read_training_result() 667 ddr3_tip_get_buf_ptr(dev_num, search, result_type, in ddr3_tip_read_training_result()
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_util.h | 263 const char* search,
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 150 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 166 match = re.search(r'^(\d{4})-(\d{2})-(\d{2})', x)
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_spawn.py | 149 m = pattern.search(self.buf)
|
| H A D | conftest.py | 229 m = re_ut_test_list.search(l)
|
| H A D | README.md | 302 For a complete list of dependencies, please search the test scripts for
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 514 if p.search(lines[i - 1]): 521 if p.search(lines[j]): 567 if pattern.search(line): 720 if pat.search(line): 749 if found and re.search(r'^\s+CONFIG', line):
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.pblimage | 9 http://www.freescale.com/webapp/search/Serp.jsp?Reference+Manuals
|
| H A D | README.distro | 47 Typical desktop/server PCs search all (or a user-defined subset of) attached 50 mentioned in this document will search for boot configuration files in the 70 U-Boot can also search for boot configuration files from a TFTP server. 276 that automatically search attached disks for boot configuration files and
|
| H A D | README.trace | 293 your Debian-style machine, and use your favourite search engine to obtain
|
| H A D | README.nand | 316 search the root cause of these errors.
|
| H A D | README.efi | 308 Removable media booting (search for /efi/boot/boota{a64,arm}.efi) is supported.
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | README | 43 in SPI NOR. The search is the same as for
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.h | 279 void search(void);
|
| H A D | qconf.cc | 1266 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow() 1270 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow() 1320 void ConfigSearchWindow::search(void) in search() function in ConfigSearchWindow
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 1106 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex() local 1113 if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2)) in stbtt_FindGlyphIndex() 1114 search += rangeShift*2; in stbtt_FindGlyphIndex() 1117 search -= 2; in stbtt_FindGlyphIndex() 1121 end = ttUSHORT(data + search + searchRange*2); in stbtt_FindGlyphIndex() 1123 search += searchRange*2; in stbtt_FindGlyphIndex() 1126 search += 2; in stbtt_FindGlyphIndex() 1130 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 372 m = re_var.search(args)
|
| H A D | builder.py | 544 if not self.re_make_err.search(line):
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 172 available hubs in a depth-first search. Devices can be in any uclass, but 395 - breadth-first search would allow devices to be reset and probed in
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 355 phandle: Phandle to search for
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | README | 60 to as search stride) is configurable through board strapping options and/or
|