| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | cmdline.py | 21 action='store_true', default=False, 26 action='store_true', default=False, 29 action='store_true', default=False, 31 parser.add_option('-D', '--config-only', action='store_true', default=False, 33 parser.add_option('-e', '--show_errors', action='store_true', 36 action='store_true', default=False, 39 action='store_true', default=False, 49 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 52 action='store_true', default=False, 54 parser.add_option('-I', '--incremental', action='store_true', [all …]
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | cmdline.py | 28 parser.add_option('-D', '--debug', action='store_true', 30 parser.add_option('-I', '--indir', action='append', 32 parser.add_option('-H', '--full-help', action='store_true', 35 action='store', help='Path to directory to use for intermediate and ' 37 parser.add_option('-p', '--preserve', action='store_true',\ 40 parser.add_option('-t', '--test', action='store_true', 42 parser.add_option('-T', '--test-coverage', action='store_true',
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_dfu.py | 154 u_boot_console.log.action( 166 u_boot_console.log.action('Waiting for DFU USB device to appear') 188 u_boot_console.log.action( 191 u_boot_console.log.action( 268 u_boot_console.log.action('Writing test data to DFU primary ' + 272 u_boot_console.log.action('Writing dummy data to DFU secondary ' + 276 u_boot_console.log.action('Reading DFU primary altsetting for ' + 280 u_boot_console.log.action('Comparing written and read data') 308 u_boot_console.log.action(
|
| H A D | test_ums.py | 137 u_boot_console.log.action( 143 u_boot_console.log.action('Reading raw data from UMS device') 157 u_boot_console.log.action('Mounting exported UMS device') 174 u_boot_console.log.action('Unmounting UMS device') 194 u_boot_console.log.action( 208 u_boot_console.log.action('Writing test file via UMS') 226 u_boot_console.log.action('Reading test file back via UMS')
|
| H A D | test_vboot.py | 101 cons.log.action('%s: Sign images' % sha_algo) 122 cons.log.action('%s: Test FIT with signed images' % sha_algo) 133 cons.log.action('%s: Test FIT with signed configuration' % sha_algo) 141 cons.log.action('%s: Check signed config on the host' % sha_algo) 158 cons.log.action('%s: Check bad config on the host' % sha_algo)
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | patman.py | 32 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 36 parser.add_option('-i', '--ignore-errors', action='store_true', 39 parser.add_option('-m', '--no-maintainers', action='store_false', 42 parser.add_option('-n', '--dry-run', action='store_true', dest='dry_run', 47 parser.add_option('-r', '--in-reply-to', type='string', action='store', 51 parser.add_option('-t', '--ignore-bad-tags', action='store_true', 53 parser.add_option('--test', action='store_true', dest='test', 55 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', 57 parser.add_option('--cc-cmd', dest='cc_cmd', type='string', action='store', 59 parser.add_option('--no-check', action='store_false', dest='check_patch', [all …]
|
| H A D | patman | 32 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 36 parser.add_option('-i', '--ignore-errors', action='store_true', 39 parser.add_option('-m', '--no-maintainers', action='store_false', 42 parser.add_option('-n', '--dry-run', action='store_true', dest='dry_run', 47 parser.add_option('-r', '--in-reply-to', type='string', action='store', 51 parser.add_option('-t', '--ignore-bad-tags', action='store_true', 53 parser.add_option('--test', action='store_true', dest='test', 55 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', 57 parser.add_option('--cc-cmd', dest='cc_cmd', type='string', action='store', 59 parser.add_option('--no-check', action='store_false', dest='check_patch', [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | eeprom.c | 294 static int eeprom_execute_command(enum eeprom_action action, int i2c_bus, in eeprom_execute_command() argument 305 if (action == EEPROM_ACTION_INVALID) in eeprom_execute_command() 309 if (action == EEPROM_READ) { in eeprom_execute_command() 316 } else if (action == EEPROM_WRITE) { in eeprom_execute_command() 333 if (action == EEPROM_PRINT) { in eeprom_execute_command() 350 enum eeprom_action action = EEPROM_ACTION_INVALID; in do_eeprom() local 362 action = parse_action(argv[index]); in do_eeprom() 365 if (action == EEPROM_ACTION_INVALID) in do_eeprom() 369 if (action == EEPROM_PRINT || action == EEPROM_UPDATE) { in do_eeprom() 378 switch (action) { in do_eeprom() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7m/ |
| H A D | cache.c | 76 static u32 *get_action_reg_set_ways(enum cache_action action) in get_action_reg_set_ways() argument 78 switch (action) { in get_action_reg_set_ways() 96 static u32 *get_action_reg_range(enum cache_action action) in get_action_reg_range() argument 98 switch (action) { in get_action_reg_range() 136 static int action_cache_range(enum cache_action action, u32 start_addr, in action_cache_range() argument 143 action_reg = get_action_reg_range(action); in action_cache_range() 146 if (action == INVALIDATE_POU) in action_cache_range() 171 static int action_dcache_all(enum cache_action action) in action_dcache_all() argument 177 action_reg = get_action_reg_set_ways(action); in action_dcache_all()
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtoc.py | 60 parser.add_option('-d', '--dtb-file', action='store', 62 parser.add_option('--include-disabled', action='store_true', 64 parser.add_option('-o', '--output', action='store', default='-', 66 parser.add_option('-t', '--test', action='store_true', dest='test',
|
| H A D | dtoc | 60 parser.add_option('-d', '--dtb-file', action='store', 62 parser.add_option('--include-disabled', action='store_true', 64 parser.add_option('-o', '--output', action='store', default='-', 66 parser.add_option('-t', '--test', action='store_true', dest='test',
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_console_exec_attach.py | 39 self.log.action('Flashing U-Boot') 62 self.log.action('Resetting board')
|
| H A D | u_boot_utils.py | 78 u_boot_console.log.action('Persistent data file ' + self.abs_fn + 82 u_boot_console.log.action('Generating ' + self.abs_fn +
|
| H A D | u_boot_console_sandbox.py | 67 self.log.action('kill %d' % sig)
|
| H A D | multiplexed_log.css | 61 .action {
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 941 for (action, value) in results: 942 if action == ACTION_MOVE: 945 elif action == ACTION_NO_ENTRY: 948 elif action == ACTION_NO_ENTRY_WARN: 952 elif action == ACTION_NO_CHANGE: 956 elif action == ACTION_SPL_NOT_EXIST: 965 for (action, value) in results: 966 if action == ACTION_MOVE: 989 for (action, value) in self.results: 990 if action != ACTION_MOVE: [all …]
|
| H A D | microcode-tool.py | 249 parser.add_option('-d', '--mcfile', type='string', action='store', 251 parser.add_option('-H', '--headerfile', type='string', action='append', 253 parser.add_option('-m', '--model', type='string', action='store', 255 parser.add_option('-M', '--multiple', type='string', action='store', 257 parser.add_option('-o', '--outfile', type='string', action='store',
|
| H A D | microcode-tool | 249 parser.add_option('-d', '--mcfile', type='string', action='store', 251 parser.add_option('-H', '--headerfile', type='string', action='append', 253 parser.add_option('-m', '--model', type='string', action='store', 255 parser.add_option('-M', '--multiple', type='string', action='store', 257 parser.add_option('-o', '--outfile', type='string', action='store',
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.cc | 883 QAction *action; in contextMenuEvent() local 886 action = new QAction(_("Show Name"), this); in contextMenuEvent() 887 action->setCheckable(true); in contextMenuEvent() 888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 891 action, SLOT(setOn(bool))); in contextMenuEvent() 892 action->setChecked(showName); in contextMenuEvent() 893 headerPopup->addAction(action); in contextMenuEvent() 894 action = new QAction(_("Show Range"), this); in contextMenuEvent() 895 action->setCheckable(true); in contextMenuEvent() 896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() [all …]
|
| H A D | zconf.tab.c_shipped | 1085 - If this state is a consistent state with a default action, then 1086 the only way this function was invoked is if the default action 1087 is an error action. In that case, don't check for expected 1090 this state is a consistent state with a default action. Thus, 1095 consistent state with a default action. There might have been a 1097 action, or user semantic action that manipulated yychar. 1105 accepted due to an error action in a later state. 1299 action routines. */ 1439 /* If the proper action on seeing token YYTOKEN is to reduce or to 1440 detect an error, take that action. */ [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hashtable.c | 225 static inline int _compare_and_overwrite_entry(ENTRY item, ACTION action, in _compare_and_overwrite_entry() argument 232 if ((action == ENTER) && (item.data != NULL)) { in _compare_and_overwrite_entry() 271 int hsearch_r(ENTRY item, ACTION action, ENTRY ** retval, in hsearch_r() argument 311 ret = _compare_and_overwrite_entry(item, action, retval, htab, in hsearch_r() 340 ret = _compare_and_overwrite_entry(item, action, retval, in hsearch_r() 349 if (action == ENTER) { in hsearch_r()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 188 'kernel command line', default='', action=ValidateStrLenAction, maxlen=1536) 201 parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction, 206 action='store_true')
|
| H A D | avbtool.py | 4211 action='append') 4215 action='append') 4219 action='append') 4231 action='append', 4237 action='store_true') 4242 action='append') 4249 action='store_true') 4263 action='store_true') 4268 action='store_true') 4350 action='store_true') [all …]
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | ubi.h | 241 unsigned long action, void *data);
|
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | scc.h | 98 u32 action:4; /* DMA Command encoding */ member
|