Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 49) sorted by relevance

12

/rk3399_rockchip-uboot/tools/buildman/
H A Dcmdline.py21 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 Dcmdline.py28 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 Dtest_dfu.py154 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 Dtest_ums.py137 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 Dtest_vboot.py101 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 Dpatman.py32 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 Dpatman32 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 Deeprom.c294 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 Dcache.c76 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 Ddtoc.py60 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 Ddtoc60 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 Du_boot_console_exec_attach.py39 self.log.action('Flashing U-Boot')
62 self.log.action('Resetting board')
H A Du_boot_utils.py78 u_boot_console.log.action('Persistent data file ' + self.abs_fn +
82 u_boot_console.log.action('Generating ' + self.abs_fn +
H A Du_boot_console_sandbox.py67 self.log.action('kill %d' % sig)
H A Dmultiplexed_log.css61 .action {
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py941 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 Dmicrocode-tool.py249 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 Dmicrocode-tool249 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 Dqconf.cc883 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 Dzconf.tab.c_shipped1085 - 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 Dhashtable.c225 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 Dmkbootimg188 '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 Davbtool.py4211 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 Dubi.h241 unsigned long action, void *data);
/rk3399_rockchip-uboot/board/micronas/vct/
H A Dscc.h98 u32 action:4; /* DMA Command encoding */ member

12