Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Diomem.c38 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 Davb_util.c266 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 Dapi.c500 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 Dddr3_training_ip_engine.h47 enum hws_search_dir search,
H A Dddr3_training_ip_engine.c156 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 Davb_util.h263 const char* search,
/rk3399_rockchip-uboot/scripts/
H A Dmkbootimg150 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 Du_boot_spawn.py149 m = pattern.search(self.buf)
H A Dconftest.py229 m = re_ut_test_list.search(l)
H A DREADME.md302 For a complete list of dependencies, please search the test scripts for
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py514 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 DREADME.pblimage9 http://www.freescale.com/webapp/search/Serp.jsp?Reference+Manuals
H A DREADME.distro47 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 DREADME.trace293 your Debian-style machine, and use your favourite search engine to obtain
H A DREADME.nand316 search the root cause of these errors.
H A DREADME.efi308 Removable media booting (search for /efi/boot/boota{a64,arm}.efi) is supported.
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME43 in SPI NOR. The search is the same as for
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.h279 void search(void);
H A Dqconf.cc1266 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 Dstb_truetype.h1106 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 Dtoolchain.py372 m = re_var.search(args)
H A Dbuilder.py544 if not self.re_make_err.search(line):
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt172 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 Dlibfdt.i_shipped355 phandle: Phandle to search for
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A DREADME60 to as search stride) is configurable through board strapping options and/or

12