Searched refs:hide (Results 1 – 12 of 12) sorted by relevance
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | p2sb.c | 126 static void p2sb_set_hide_bit(struct udevice *dev, bool hide) in p2sb_set_hide_bit() argument 129 hide ? HIDE_BIT : 0); in p2sb_set_hide_bit() 132 static int intel_p2sb_set_hide(struct udevice *dev, bool hide) in intel_p2sb_set_hide() argument 138 p2sb_set_hide_bit(dev, hide); in intel_p2sb_set_hide() 141 if (hide && vendor != 0xffff) in intel_p2sb_set_hide() 143 else if (!hide && vendor != PCI_VENDOR_ID_INTEL) in intel_p2sb_set_hide()
|
| /u-boot/include/ |
| A D | p2sb.h | 53 int (*set_hide)(struct udevice *dev, bool hide); 68 int p2sb_set_hide(struct udevice *dev, bool hide);
|
| A D | expo.h | 142 bool hide; member 438 int scene_obj_set_hide(struct scene *scn, uint id, bool hide);
|
| /u-boot/boot/ |
| A D | scene.c | 224 int scene_obj_set_hide(struct scene *scn, uint id, bool hide) in scene_obj_set_hide() argument 231 obj->hide = hide; in scene_obj_set_hide() 381 if (!obj->hide) { in scene_render()
|
| A D | scene_menu.c | 112 bool hide; in scene_menu_arrange() local 122 hide = menu->cur_item_id != item->id; in scene_menu_arrange() 123 ret = scene_obj_set_hide(scn, item->preview_id, hide); in scene_menu_arrange()
|
| /u-boot/drivers/misc/ |
| A D | p2sb-uclass.c | 23 int p2sb_set_hide(struct udevice *dev, bool hide) in p2sb_set_hide() argument 30 return ops->set_hide(dev, hide); in p2sb_set_hide()
|
| /u-boot/scripts/kconfig/ |
| A D | qconf.cc | 270 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit() 300 hide(); in keyPressEvent() 604 goto hide; in updateMenuList() 608 goto hide; in updateMenuList() 630 hide: in updateMenuList() 669 goto hide; in updateMenuList() 673 goto hide; in updateMenuList() 695 hide: in updateMenuList() 923 lineEdit->hide(); in ConfigView() 1654 menuView->hide(); in showSingleView() [all …]
|
| /u-boot/doc/sphinx-static/ |
| A D | theme_overrides.css | 42 * - hide the permalink symbol as long as link is not hovered
|
| /u-boot/test/boot/ |
| A D | expo.c | 372 ut_asserteq(false, prev1->obj.hide); in expo_object_menu() 488 ut_asserteq(true, obj->hide); in expo_render_image() 491 ut_asserteq(false, obj->hide); in expo_render_image()
|
| /u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
| A D | fsp-s.txt | 249 - fsps,pcie-rp-hide: Hide PCIE Root Port Configuration Space
|
| /u-boot/doc/board/google/ |
| A D | chromebook_coral.rst | 291 PCI auto-config is done, since FSP-S may show or hide devices. The first device
|
| /u-boot/drivers/video/ |
| A D | Kconfig | 889 Enable this option to hide this information. 1182 Enable this option to hide this information.
|
Completed in 42 milliseconds