Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 87) sorted by relevance

1234

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dmenubox.c55 int selected, int hotkey) in do_print_item() argument
76 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
79 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
83 if (selected) { in do_print_item()
90 #define print_item(index, choice, selected) \ argument
93 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
143 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument
148 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
149 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
150 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
[all …]
H A Dchecklist.c19 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
34 wattrset(win, selected ? dlg.check_selected.atr in print_item()
39 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
41 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
43 if (selected) { in print_item()
89 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
94 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
95 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
97 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
H A Dyesno.c15 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
20 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
21 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
23 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
H A Ddialog.h164 int selected; /* Set to 1 by dialog_*() function if selected. */ member
212 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
230 const void *selected, int *s_scroll);
H A Dinputbox.c17 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
22 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
23 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
25 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
H A Dutil.c435 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
440 wattrset(win, selected ? dlg.button_active.atr in print_button()
445 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
449 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
452 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
455 wattrset(win, selected ? dlg.button_active.atr in print_button()
636 item_cur->node.selected = val; in item_set_selected()
695 return (item_cur->node.selected != 0); in item_is_selected()
/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py26 def GetActionSummary(is_summary, commits, selected, options): argument
40 len(selected))
193 selected = boards.GetSelected()
194 if not len(selected):
234 options.threads = min(multiprocessing.cpu_count(), len(selected))
237 len(selected) - 1) / len(selected))
273 ShowActions(series, why_selected, selected, builder, options)
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl1550 my %selected;
1557 $selected{$count} = 1;
1582 $sel = "*" if ($selected{$count});
1666 $selected{$nr - 1} = !$selected{$nr - 1};
1671 $selected{$i} = $toggle;
1675 $selected{$i} = !$selected{$i};
1680 $selected{$i} = !$selected{$i}
1685 $selected{$i} = !$selected{$i}
1690 $selected{$i} = !$selected{$i}
1695 $selected{$i} = !$selected{$i}
[all …]
/rk3399_rockchip-uboot/drivers/adc/
H A DKconfig6 - start/stop/get data for conversion of a single-channel selected by
7 a number or multi-channels selected by a bitmask
/rk3399_rockchip-uboot/cmd/
H A Dubi.c42 int selected; member
472 ubi_dev.selected = 0; in ubi_detach()
501 ubi_dev.selected = 1; in ubi_part()
508 ubi_dev.selected = 0; in ubi_part()
539 if (!ubi_dev.selected) { in do_ubi()
558 if ((strcmp(argv[1], "part") != 0) && (!ubi_dev.selected)) { in do_ubi()
H A Dreiser.c22 #error DOS partition support must be selected
H A Dzfs.c28 #error DOS or EFI partition support must be selected
/rk3399_rockchip-uboot/doc/
H A DREADME.bootmenu13 selected using the "Enter" key. The selection of the highlighted
28 menu entry will be selected automatically
36 entry is selected
H A DREADME.menu9 console, and an entry can be selected by entering its label.
63 * menu_get_choice() - Returns the user's selected menu entry, or the
H A DREADME.armada-secureboot45 * The selected code signing key verifies the header block and the binary image.
131 CSK array), created using the selected CSK.
133 the selected CSK.
156 secured header with the selected CSK.
159 selected CSK.
243 needs to be activated, and a index for the active CSK needs to be selected as
287 the CSK index, Flash ID and Box ID that were selected in kwbimage.cfg.
H A DREADME.splashprepare14 supported locations, and a way of controlling the selected splash location
H A DREADME.mxsimage35 - u32_section_number :: User-selected ID of the section
39 subsequent instructions or code. Exactly one section must be selected
107 of the instructions operate either on 1, 2 or 4 bytes. This is selected by
/rk3399_rockchip-uboot/include/configs/
H A Dwb45n.h90 #error No boot method selected, please select 'CONFIG_SYS_USE_NANDFLASH'
/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c22 int selected; member
88 priv->selected = -1; in i2c_mux_post_probe()
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Di2c.txt10 property which allows the chip offset length to be selected.
/rk3399_rockchip-uboot/drivers/remoteproc/
H A DKconfig9 # REMOTEPROC gets selected by drivers as needed
/rk3399_rockchip-uboot/doc/mvebu/cmd/
H A Dbubt.txt43 The default boot partition is BOOT0. It is selected by the following parameter:
52 The default boot partition is BOOT0. It is selected by the following parameter:
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c809 int selected; in conf_choice() local
834 selected = item_activate_selected(); in conf_choice()
837 if (selected) { in conf_choice()
846 if (selected) { in conf_choice()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A DKconfig49 Enable Freescale Secure Boot feature. Normally selected
/rk3399_rockchip-uboot/board/pb1x00/
H A DREADME23 be selected via dip switch. This makes it possible

1234