Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 57) sorted by relevance

123

/rk3399_rockchip-uboot/scripts/
H A Dkernel-doc407 my $contents = join "\n", @_;
440 my $contents = join "\n", @_;
470 my $contents = join "\n",@_;
517 my %args = %{$_[0]};
530 my %args = %{$_[0]};
555 output_section_html(@_);
561 my %args = %{$_[0]};
567 output_section_html(@_);
573 my %args = %{$_[0]};
614 output_section_html(@_);
[all …]
H A Dget_maintainer.pl177 my $line = $_;
202 my $line = $_;
314 my ($file) = @_;
319 my $line = $_;
347 my ($file) = $_;
355 return grep { $_ !~ /^\.git$/; } @_;
514 my $patch_line = $_;
588 my ($address) = @_;
598 my ($start, $end) = @_;
616 my ($start, $end) = @_;
[all …]
H A Dcheckpatch.pl64 my ($exitcode) = @_;
131 return grep { !$seen{$_}++ } @_;
135 my ($exitcode) = @_;
149 push (@types, $_);
167 my $line = $_;
189 if ($_ eq "--color" || $_ eq "-color") {
190 $_ = "--color=$color";
265 my ($hashRef, $arrayRef) = @_;
282 my ($hashRef, $prefix) = @_;
616 my $line = $_;
[all …]
H A Davbtool.py312 gcd, x, _ = egcd(a, m)
552 (_, alg) = lookup_algorithm_by_type(vbmeta_header.algorithm_type)
785 _) = struct.unpack(self.HEADER_FORMAT, header_bin)
810 for _ in range(1, self._num_total_chunks + 1):
814 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT,
1402 root_digest_len, self.flags, _) = struct.unpack(self.FORMAT_STRING,
1596 digest_len, self.flags, _) = struct.unpack(self.FORMAT_STRING,
1830 public_key_len, _) = struct.unpack(self.FORMAT_STRING, data[0:self.SIZE])
2202 for _ in range(0, c):
2218 (footer, _, _, _) = self._parse_image(image)
[all …]
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c403 str_printf( &title, _("Enter (sub)string or regexp to search for " in search_conf()
408 dres = dialog_inputbox(_("Search Configuration Parameter"), in search_conf()
415 show_helptext(_("Search Configuration"), search_help); in search_conf()
446 dres = show_textbox_ext(_("Search Results"), (char *) in search_conf()
494 prompt = _(prompt); in build_conf()
511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
566 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
[all …]
H A Dnconf.c391 _("Global help"), _(nconf_global_help)); in handle_f1()
406 _("Short help"), in handle_f3()
407 _(current_instructions)); in handle_f3()
415 _("Show all symbols?"), in handle_f4()
656 _("Do you wish to save your new configuration?\n" in do_exit()
673 _("Error during writing of configuration.\n" in do_exit()
681 _("Your configuration changes were NOT saved."), in do_exit()
700 str_printf( &title, _("Enter (sub)string or regexp to search for " in search_conf()
705 _("Search Configuration Parameter"), in search_conf()
713 _("Search Configuration"), search_help); in search_conf()
[all …]
H A Dstreamline_config.pl55 print STDERR @_;
155 my ($kconfig) = @_;
179 $_ = $line . " " . $_;
184 $line = $_;
273 my ($line, %vars) = @_;
309 $line .= $_;
310 $_ = $line;
316 $_ = convert_vars($_, %make_vars);
426 $_ = $line;
447 my ($p) = @_;
[all …]
H A Dconf.c78 printf(_("aborted!\n\n")); in check_stdin()
79 printf(_("Console input/output is redirected. ")); in check_stdin()
80 printf(_("Run 'make oldconfig' to update configuration.\n\n")); in check_stdin()
90 printf(_("(NEW) ")); in conf_askvalue()
140 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
173 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
260 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
270 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
278 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
287 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
[all …]
H A Dqconf.cc37 #ifdef _
38 # undef _
39 # define _ qgettext macro
130 prompt = _(menu_get_prompt(menu)); in updateMenu()
219 prompt += _(" (NEW)"); in updateMenu()
330 setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value")); in ConfigList()
886 action = new QAction(_("Show Name"), this); in contextMenuEvent()
894 action = new QAction(_("Show Range"), this); in contextMenuEvent()
902 action = new QAction(_("Show Data"), this); in contextMenuEvent()
1089 head += print_filter(_(_menu->prompt->text)); in menuInfo()
[all …]
H A Dmenu.c561 str_printf(r, _("Prompt: %s\n"), _(prop->text)); in get_prompt_str()
594 str_printf(r, _(" Location:\n")); in get_prompt_str()
600 _(menu_get_prompt(menu))); in get_prompt_str()
603 menu->sym->name : _("<choice>"), in get_prompt_str()
667 str_printf(r, _(" Defined at %s:%d\n"), prop->menu->file->name, in get_symbol_str()
670 str_append(r, _(" Depends on: ")); in get_symbol_str()
676 get_symbol_props_str(r, sym, P_SELECT, _(" Selects: ")); in get_symbol_str()
678 str_append(r, _(" Selected by: ")); in get_symbol_str()
683 get_symbol_props_str(r, sym, P_IMPLY, _(" Implies: ")); in get_symbol_str()
685 str_append(r, _(" Implied by: ")); in get_symbol_str()
[all …]
H A Dgconf.c140 g_error(_("GUI loading failed !\n")); in init_main_window()
236 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree()
279 gtk_tree_view_column_set_title(column, _("Options")); in init_right_tree()
308 _("Name"), renderer, in init_right_tree()
332 _("Value"), renderer, in init_right_tree()
371 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
425 dialog = gtk_dialog_new_with_buttons(_("Warning !"), in on_window1_delete_event()
439 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
499 text_insert_msg(_("Error"), _("Unable to load configuration !")); in load_filename()
508 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
[all …]
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dldscript.h36 LONG(_##_sec_##_start); \
37 LONG(_##_sec_##_end); \
41 LONG(_##_sym_##_##_sec_##_start); \
42 LONG(_##_sym_##_##_sec_##_end); \
49 _##_sym_##_##_sec_##_start = ABSOLUTE(.); \
51 _##_sym_##_##_sec_##_end = ABSOLUTE(.); \
/rk3399_rockchip-uboot/common/
H A Dlrz.c295 fprintf(stderr,_("Retry %d: "),errors);
608 STRTOL_FATAL_ERROR (optarg, _("min_bps"), s_err); in zmodem_rx()
614 STRTOL_FATAL_ERROR (optarg, _("min_bps_time"), s_err); in zmodem_rx()
616 usage(2,_("min_bps_time must be > 1")); in zmodem_rx()
632 usage(2,_("hour to large (0..23)")); in zmodem_rx()
634 usage(2, _("unparsable stop time\n")); in zmodem_rx()
638 usage(2,_("minute to large (0..59)")); in zmodem_rx()
648 usage(2,_("stop time to small")); in zmodem_rx()
653 STRTOL_FATAL_ERROR (optarg, _("stop-at"), s_err); in zmodem_rx()
655 usage(2,_("stop time to small")); in zmodem_rx()
[all …]
H A Dzm.c91 #define badcrc _("Bad CRC")
244 VPRINTF(2,(_("Bad escape sequence %x"), c)); in zdlread2()
583 zperr(_("Sender Canceled")); in zrdata()
586 zperr(_("TIMEOUT")); in zrdata()
589 zperr(_("Bad data subpacket")); in zrdata()
596 zperr(_("Data subpacket too long")); in zrdata()
642 zperr(_("Sender Canceled")); in zrdat32()
645 zperr(_("TIMEOUT")); in zrdat32()
648 zperr(_("Bad data subpacket")); in zrdat32()
655 zperr(_("Data subpacket too long")); in zrdat32()
[all …]
/rk3399_rockchip-uboot/tools/scripts/
H A Ddefine2mk.sed10 /^#define CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*/ {
30 s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/;
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A DMakefile19 obj-y := $(objs-before-objcopy:.o=_.o)
22 $(obj)/%_.o: $(obj)/%.o FORCE
/rk3399_rockchip-uboot/drivers/i2c/
H A DKconfig183 _ Slave and master modes
184 _ Multimaster capability
185 _ Standard-mode (up to 100 kHz)
186 _ Fast-mode (up to 400 kHz)
187 _ Fast-mode Plus (up to 1 MHz)
188 _ 7-bit and 10-bit addressing mode
189 _ Multiple 7-bit slave addresses (2 addresses, 1 with configurable mask)
190 _ All 7-bit addresses acknowledge mode
191 _ General call
192 _ Programmable setup and hold times
[all …]
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtoc.py51 for _, err in result.errors:
53 for _, err in result.failures:
H A Ddtoc51 for _, err in result.errors:
53 for _, err in result.failures:
H A Dfdt_util.py58 _, ext = os.path.splitext(fname)
66 root, _ = os.path.splitext(fname)
/rk3399_rockchip-uboot/board/tqc/tqma6/
H A DREADME19 make tqma6<x>_<baseboard>_<boot>_config
/rk3399_rockchip-uboot/doc/device-tree-bindings/adc/
H A Dadc.txt38 | (3.3V)| _|VSSref |
40 _|_
/rk3399_rockchip-uboot/board/freescale/common/
H A Dzm7300.h8 #define __ZM7300_H 1_
H A Dvsc3316_3308.h8 #define __VSC_CROSSBAR_H 1_
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpmic-framework.txt52 | or SPI0 | |_ REGULATOR device (ldo/... ops) |--> BUCK out 1
53 | | |_ CHARGER device (charger ops) |--> BUCK out M
54 | | |_ MUIC device (microUSB con ops) |
55 | BUS 1 | |_ ... |---> BATTERY
58 . or SPI1 | |_ RTC device (rtc ops) |---> USB in 2

123