Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 41) sorted by relevance

12

/u-boot/common/
A Dcli_readline.c204 static void cread_add_char(char ichar, int insert, unsigned long *num, in cread_add_char() argument
210 if (insert || *num == *eol_num) { in cread_add_char()
218 if (insert) { in cread_add_char()
237 static void cread_add_str(char *str, int strsize, int insert, in cread_add_str() argument
242 cread_add_char(*str, insert, num, eol_num, buf, len); in cread_add_str()
254 int insert = 1; in cread_line() local
361 cread_add_str(esc_save, esc_len, insert, in cread_line()
422 insert = !insert; in cread_line()
498 cread_add_char(ichar, insert, &num, &eol_num, in cread_line()
/u-boot/tools/binman/
A Dbinman22 sys.path.insert(2, os.path.join(our_path, '..'))
27 sys.path.insert(2, 'scripts/dtc/pylibfdt')
28 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
29 sys.path.insert(2, os.path.join(our_path,
A Dmain.py22 sys.path.insert(2, os.path.join(our_path, '..'))
27 sys.path.insert(2, 'scripts/dtc/pylibfdt')
28 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
29 sys.path.insert(2, os.path.join(our_path,
/u-boot/tools/dtoc/
A Ddtoc34 sys.path.insert(0, 'scripts/dtc/pylibfdt')
35 sys.path.insert(0, os.path.join(our_path,
A Dmain.py34 sys.path.insert(0, 'scripts/dtc/pylibfdt')
35 sys.path.insert(0, os.path.join(our_path,
/u-boot/tools/patman/
A Dseries.py197 out.insert(0, line)
199 out.insert(0, '')
200 out.insert(0, '(no changes since v%d)' % version)
204 out.insert(0, '')
A Dtest_checkpatch.py49 insert = 0
53 insert += 1
54 lines.append(' %d files changed, %d insertions(+)' % (change, insert))
/u-boot/doc/sphinx/
A DrstFlatTable.py140 tableNode.insert(0, title)
264 self.rows[y].insert(x+c+1, None)
272 self.rows[y+r+1].insert(x+c, None)
355 cellElements.insert(0, target)
A Dautomarkup.py142 possible_targets.insert(0, c_namespace + "." + base_target)
201 possible_targets.insert(0, c_namespace + "." + base_target)
/u-boot/tools/buildman/
A Dbuildman18 sys.path.insert(1, os.path.join(our_path, '..'))
A Dmain.py18 sys.path.insert(1, os.path.join(our_path, '..'))
/u-boot/doc/
A Dconf.py28 sys.path.insert(0, os.path.abspath('sphinx'))
A DREADME.unaligned-memory-access.txt95 above case it would insert 2 bytes of padding in between field1 and field2.
126 insert any padding within structures, useful when you want to use a C struct
/u-boot/fs/btrfs/
A Dextent-cache.c273 goto insert; in add_merge_cache_extent()
314 insert: in add_merge_cache_extent()
A Ddisk-io.c650 goto insert; in btrfs_read_fs_root_no_cache()
693 insert: in btrfs_read_fs_root_no_cache()
/u-boot/doc/arch/
A Dmips.rst27 - insert flush_cache(all) before calling dcache_disable(), or
/u-boot/doc/board/actions/
A Dcubieboard7.rst25 Before write the firmware, let the development board entering the ADFU mode: insert
/u-boot/board/boundary/nitrogen6x/
A DREADME.mx6qsabrelite62 5. Re-insert the SD card back in the slot for the large SD card and power-cycle
/u-boot/arch/arm/dts/
A Drk3399-gru-kevin.dts94 pen-insert {
A Dimx23.dtsi14 * pre-existing /chosen node to be available to insert the
A Drk3288-tinker.dtsi381 nuvoton,jack-insert-debounce = <7>;
A Dimx51.dtsi17 * pre-existing /chosen node to be available to insert the
/u-boot/doc/imx/ahab/guides/
A Dmx8_mx8x_encrypted_boot.txt154 The output log will be used in a later step to insert the DEK blob into the
247 The output log will be used in a later step to insert the DEK blob into the
/u-boot/doc/device-tree-bindings/
A Dchosen.txt90 boot-order to direct U-Boot to insert the device the SPL was booted
/u-boot/board/qualcomm/dragonboard820c/
A Dreadme.txt12 dont forget to insert the card in the SD slot before booting if you
113 7) remove the SD card from the laptop and insert it back to the db820 board.

Completed in 62 milliseconds

12