Searched refs:selected (Results 1 - 18 of 18) sorted by relevance

/u-boot/scripts/kconfig/lxdialog/
H A Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
19 print_button(dialog, " Yes ", y, x, selected == 0);
20 print_button(dialog, " No ", y, x + 13, selected == 1);
22 wmove(dialog, y, x + 1 + 13 * selected);
H A Dmenubox.c21 * *) Formerly if I selected something my scrolling would be broken because
36 * lxdialog, it sets the scrolling so that the selected item is in the
54 int selected, int hotkey)
75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
78 wattrset(win, selected ? dlg.tag_key_selected.atr
82 if (selected) {
89 #define print_item(index, choice, selected) \
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
142 static void print_buttons(WINDOW * win, int height, int width, int selected) argument
147 print_button(win, "Select", y, x, selected
53 do_print_item(WINDOW * win, const char *item, int line_y, int selected, int hotkey) argument
171 dialog_menu(const char *title, const char *prompt, const void *selected, int *s_scroll) argument
[all...]
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) argument
33 wattrset(win, selected ? dlg.check_selected.atr
38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr);
40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
42 if (selected) {
88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
93 print_button(dialog, "Select", y, x, selected == 0);
94 print_button(dialog, " Help ", y, x + 14, selected == 1);
96 wmove(dialog, y, x + 1 + 14 * selected);
H A Ddialog.h157 int selected; /* Set to 1 by dialog_*() function if selected. */ member in struct:dialog_item
205 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
223 const void *selected, int *s_scroll);
H A Dinputbox.c16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
21 print_button(dialog, " Ok ", y, x, selected == 0);
22 print_button(dialog, " Help ", y, x + 14, selected == 1);
24 wmove(dialog, y, x + 1 + 14 * selected);
109 if (button == -1) { /* Input box selected */
233 button = 1; /* Indicates "Help" button is selected */
237 button = -1; /* Indicates input box is selected */
243 button = 0; /* Indicates "OK" button is selected */
253 button = 0; /* Indicates "OK" button is selected */
257 button = 1; /* Indicates "Help" button is selected */
[all...]
H A Dutil.c434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) argument
439 wattrset(win, selected ? dlg.button_active.atr
444 wattrset(win, selected ? dlg.button_label_active.atr
448 wattrset(win, selected ? dlg.button_key_active.atr
451 wattrset(win, selected ? dlg.button_label_active.atr
454 wattrset(win, selected ? dlg.button_active.atr
635 item_cur->node.selected = val;
694 return (item_cur->node.selected != 0);
/u-boot/tools/buildman/
H A Dcontrol.py49 def get_action_summary(is_summary, commit_count, selected, threads, jobs):
55 selected (list of Board): List of Board objects that are marked
68 f'{commit_str} for {len(selected)} boards')
85 boards_selected: Dict of selected boards, key is target name,
88 board_warnings: List of warnings obtained from board selected
92 verbose (bool): True to indicate why each board was selected
128 boards: Boards object containing selected boards
150 boards: Boards object containing selected boards
172 num_selected (int): Number of selected board
236 def determine_series(selected, co
[all...]
/u-boot/net/
H A Dmdio-mux-uclass.c23 * @selected: Current child bus selection. Defaults to -1
27 int selected; member in struct:mdio_mux_perdev_priv
67 err = ops->select(mux, priv->selected, ch_data->sel);
71 priv->selected = ch_data->sel;
75 priv->selected = MDIO_MUX_SELECT_NONE;
191 priv->selected = MDIO_MUX_SELECT_NONE;
/u-boot/cmd/
H A Deficonfig.c55 * @file_info: user selected file info
56 * @initrd_info: user selected initrd file info
101 * @selected: pointer to store the selected index in the BootOrder variable
105 int *selected; member in struct:eficonfig_boot_selection_data
123 * @selected: flag to indicate user selects "Save" entry
127 bool selected; member in struct:eficonfig_save_boot_order_data
229 * Return: key string to identify the selected entry
249 /* no menu key selected, regenerate menu */
255 /* no menu key selected, regenerat
1594 eficonfig_add_boot_selection_entry(struct efimenu *efi_menu, unsigned int boot_index, unsigned int *selected) argument
1662 eficonfig_show_boot_selection(unsigned int *selected) argument
1756 unsigned int selected; local
2218 unsigned int selected; local
[all...]
H A Dzfs.c28 #error DOS or EFI partition support must be selected
/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c21 * @selected: Currently selected mux, or -1 for none
25 int selected; member in struct:i2c_mux
52 /* Find the I2C buses selected by this mux */
108 priv->selected = -1;
/u-boot/scripts/
H A Dget_maintainer.pl7 # Print selected MAINTAINERS information for
1773 my %selected;
1780 $selected{$count} = 1;
1805 $sel = "*" if ($selected{$count});
1889 $selected{$nr - 1} = !$selected{$nr - 1};
1894 $selected{$i} = $toggle;
1898 $selected{$i} = !$selected{$i};
1903 $selected{
[all...]
/u-boot/scripts/kconfig/
H A Dmconf.c34 " { } can be built in or modularized (selected by other feature)\n"
35 " - - are selected by other feature,\n"
224 "configuration options you have selected at that time.\n"
264 " selected if this symbol is selected (y or m)\n"
265 "o The 'Selected by' line tells what symbol has selected this symbol\n"
804 int selected; local
829 selected = item_activate_selected();
832 if (selected) {
841 if (selected) {
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c69 * @selected: Whether this device is selected
87 bool selected, tmp_dirty; member in struct:sand_nand_chip
231 if (!chip->selected)
352 chip->selected = !n;
363 if (!chip->selected)
H A Dsunxi_nand.c223 * selected ECC mode
238 * @selected: current active CS
248 int selected; member in struct:sunxi_nand_chip
395 if (sunxi_nand->selected < 0)
398 rb = &sunxi_nand->sels[sunxi_nand->selected].rb;
435 if (chip == sunxi_nand->selected)
466 sunxi_nand->selected = chip;
1638 chip->selected = -1;
/u-boot/drivers/spi/
H A Dfsl_qspi.c278 int selected; member in struct:fsl_qspi
514 if (q->selected == plat->cs)
517 q->selected = plat->cs;
543 ahb_read_addr + q->selected * fsl_qspi_memsize_per_cs(q),
652 q->selected * fsl_qspi_memsize_per_cs(q) + addr_offset,
775 q->selected = -1;
/u-boot/boot/
H A Dscene_menu.c70 * @point: true if @id is being selected, false if it is being deselected
83 /* adjust the pointer object to point to the selected item */
208 bool selected; local
223 selected = sel_id == item->id;
234 stack && !open && !selected);
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2640 unsigned selected = 0; local
2651 i <= dev->internal_end_block && !selected; i++) {
2657 selected = i;
2665 * If there is a prioritised block and none was selected then
2671 !selected && dev->oldest_dirty_block > 0)
2672 selected = dev->oldest_dirty_block;
2684 if (!selected) {
2739 selected = dev->gc_dirtiest;
2743 * If nothing has been selected for a while, try the oldest dirty
2747 if (!selected
[all...]

Completed in 171 milliseconds