Searched refs:selected_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/isa/ |
H A D | pc87312.c | 207 s->selected_index = REG_FER; in pc87312_soft_reset() 229 s->selected_index = val; in pc87312_io_write() 232 if (s->selected_index < 3) { in pc87312_io_write() 233 s->regs[s->selected_index] = val; in pc87312_io_write() 251 val = s->selected_index; in pc87312_io_read() 255 if (s->selected_index < 3) { in pc87312_io_read() 256 val = s->regs[s->selected_index]; in pc87312_io_read() 324 VMSTATE_UINT8(selected_index, PC87312State),
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.c | 1001 static void center_item(int selected_index, int *last_top_row) in center_item() argument 1007 if (selected_index < toprow || in center_item() 1008 selected_index >= toprow+mwin_max_lines) { in center_item() 1009 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item() 1015 curses_menu_items[selected_index]); in center_item() 1023 int selected_index, int *last_top_row) in show_menu() argument 1060 center_item(selected_index, last_top_row); in show_menu() 1325 int selected_index = 0; in conf_choice() local 1355 selected_index = i; in conf_choice() 1361 selected_index, in conf_choice() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.c | 929 static void center_item(int selected_index, int *last_top_row) in center_item() argument 935 if (selected_index < toprow || in center_item() 936 selected_index >= toprow+mwin_max_lines) { in center_item() 937 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item() 943 curses_menu_items[selected_index]); in center_item() 951 int selected_index, int *last_top_row) in show_menu() argument 989 center_item(selected_index, last_top_row); in show_menu() 1239 int selected_index = 0; in conf_choice() local 1269 selected_index = i; in conf_choice() 1275 selected_index, in conf_choice() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | 0001-Select-the-current-user-to-authenticate-with-by-defa.patch | 23 + int n, i, selected_index = 0; 43 + selected_index = i; 58 + gtk_combo_box_set_active (GTK_COMBO_BOX (combo), selected_index);
|
/openbmc/qemu/include/hw/isa/ |
H A D | pc87312.h | 50 uint8_t selected_index; member
|