Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 12 of 12) sorted by relevance

/u-boot/arch/x86/cpu/intel_common/
A Dp2sb.c126 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 Dp2sb.h53 int (*set_hide)(struct udevice *dev, bool hide);
68 int p2sb_set_hide(struct udevice *dev, bool hide);
A Dexpo.h142 bool hide; member
438 int scene_obj_set_hide(struct scene *scn, uint id, bool hide);
/u-boot/boot/
A Dscene.c224 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 Dscene_menu.c112 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 Dp2sb-uclass.c23 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 Dqconf.cc270 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 Dtheme_overrides.css42 * - hide the permalink symbol as long as link is not hovered
/u-boot/test/boot/
A Dexpo.c372 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 Dfsp-s.txt249 - fsps,pcie-rp-hide: Hide PCIE Root Port Configuration Space
/u-boot/doc/board/google/
A Dchromebook_coral.rst291 PCI auto-config is done, since FSP-S may show or hide devices. The first device
/u-boot/drivers/video/
A DKconfig889 Enable this option to hide this information.
1182 Enable this option to hide this information.

Completed in 42 milliseconds