/u-boot/common/ |
A D | cli_readline.c | 204 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 D | binman | 22 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 D | main.py | 22 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 D | dtoc | 34 sys.path.insert(0, 'scripts/dtc/pylibfdt') 35 sys.path.insert(0, os.path.join(our_path,
|
A D | main.py | 34 sys.path.insert(0, 'scripts/dtc/pylibfdt') 35 sys.path.insert(0, os.path.join(our_path,
|
/u-boot/tools/patman/ |
A D | series.py | 197 out.insert(0, line) 199 out.insert(0, '') 200 out.insert(0, '(no changes since v%d)' % version) 204 out.insert(0, '')
|
A D | test_checkpatch.py | 49 insert = 0 53 insert += 1 54 lines.append(' %d files changed, %d insertions(+)' % (change, insert))
|
/u-boot/doc/sphinx/ |
A D | rstFlatTable.py | 140 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 D | automarkup.py | 142 possible_targets.insert(0, c_namespace + "." + base_target) 201 possible_targets.insert(0, c_namespace + "." + base_target)
|
/u-boot/tools/buildman/ |
A D | buildman | 18 sys.path.insert(1, os.path.join(our_path, '..'))
|
A D | main.py | 18 sys.path.insert(1, os.path.join(our_path, '..'))
|
/u-boot/doc/ |
A D | conf.py | 28 sys.path.insert(0, os.path.abspath('sphinx'))
|
A D | README.unaligned-memory-access.txt | 95 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 D | extent-cache.c | 273 goto insert; in add_merge_cache_extent() 314 insert: in add_merge_cache_extent()
|
A D | disk-io.c | 650 goto insert; in btrfs_read_fs_root_no_cache() 693 insert: in btrfs_read_fs_root_no_cache()
|
/u-boot/doc/arch/ |
A D | mips.rst | 27 - insert flush_cache(all) before calling dcache_disable(), or
|
/u-boot/doc/board/actions/ |
A D | cubieboard7.rst | 25 Before write the firmware, let the development board entering the ADFU mode: insert
|
/u-boot/board/boundary/nitrogen6x/ |
A D | README.mx6qsabrelite | 62 5. Re-insert the SD card back in the slot for the large SD card and power-cycle
|
/u-boot/arch/arm/dts/ |
A D | rk3399-gru-kevin.dts | 94 pen-insert {
|
A D | imx23.dtsi | 14 * pre-existing /chosen node to be available to insert the
|
A D | rk3288-tinker.dtsi | 381 nuvoton,jack-insert-debounce = <7>;
|
A D | imx51.dtsi | 17 * pre-existing /chosen node to be available to insert the
|
/u-boot/doc/imx/ahab/guides/ |
A D | mx8_mx8x_encrypted_boot.txt | 154 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 D | chosen.txt | 90 boot-order to direct U-Boot to insert the device the SPL was booted
|
/u-boot/board/qualcomm/dragonboard820c/ |
A D | readme.txt | 12 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.
|