Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/
H A Dluton_devcpu_gcb_miim_regs.h11 #define MIIM_MII_STATUS(gi) (0xa0 + (gi * 36)) argument
12 #define MIIM_MII_CMD(gi) (0xa8 + (gi * 36)) argument
13 #define MIIM_MII_DATA(gi) (0xac + (gi * 36)) argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/
H A Docelot_devcpu_gcb_miim_regs.h9 #define MIIM_MII_STATUS(gi) (0x9c + (gi * 36)) argument
10 #define MIIM_MII_CMD(gi) (0xa4 + (gi * 36)) argument
11 #define MIIM_MII_DATA(gi) (0xa8 + (gi * 36)) argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/
H A Djr2_devcpu_gcb_miim_regs.h9 #define MIIM_MII_STATUS(gi) (0xc8 + (gi * 36)) argument
10 #define MIIM_MII_CMD(gi) (0xd0 + (gi * 36)) argument
11 #define MIIM_MII_DATA(gi) (0xd4 + (gi * 36)) argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/
H A Dservalt_devcpu_gcb_miim_regs.h9 #define MIIM_MII_STATUS(gi) (0xc4 + (gi * 36)) argument
10 #define MIIM_MII_CMD(gi) (0xcc + (gi * 36)) argument
11 #define MIIM_MII_DATA(gi) (0xd0 + (gi * 36)) argument
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/
H A Dserval_devcpu_gcb_miim_regs.h9 #define MIIM_MII_STATUS(gi) (0x5c + (gi * 36)) argument
10 #define MIIM_MII_CMD(gi) (0x64 + (gi * 36)) argument
11 #define MIIM_MII_DATA(gi) (0x68 + (gi * 36)) argument
/openbmc/qemu/hw/acpi/
H A Dpci.c93 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in OBJECT_DECLARE_SIMPLE_TYPE() local
95 gi->node = MAX_NODES; in OBJECT_DECLARE_SIMPLE_TYPE()
96 gi->pci_dev = NULL; in OBJECT_DECLARE_SIMPLE_TYPE()
101 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_finalize() local
103 g_free(gi->pci_dev); in acpi_generic_initiator_finalize()
109 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_set_pci_device() local
111 gi->pci_dev = g_strdup(val); in acpi_generic_initiator_set_pci_device()
118 AcpiGenericInitiator *gi = ACPI_GENERIC_INITIATOR(obj); in acpi_generic_initiator_set_node() local
132 gi->node = value; in acpi_generic_initiator_set_node()
133 ms->numa_state->nodes[gi->node].has_gi = true; in acpi_generic_initiator_set_node()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgi-docgen.bbclass7 # gi-docgen is a new gnome documentation generator, which
9 # https://gitlab.gnome.org/GNOME/gi-docgen
16 # When building native recipes, disable gi-docgen, as it is not necessary,
21 # meson: default option name to enable/disable gi-docgen. This matches most
31 DEPENDS:append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else '…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-fix-pythondir-for-multilib-when-cross-compiling.patch16 src/python/gi/overrides/Makefile.am | 2 +-
19 diff --git a/src/python/gi/overrides/Makefile.am b/src/python/gi/overrides/Makefile.am
21 --- a/src/python/gi/overrides/Makefile.am
22 +++ b/src/python/gi/overrides/Makefile.am
27 py3overridesdir = $(py3libdir)/gi/overrides
/openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/
H A Dgi-docgen_2025.3.bb6 HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/"
9 LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326"
11 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
/openbmc/qemu/target/i386/hvf/
H A Dvmx.h203 uint32_t gi = (uint32_t) rvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking() local
204 gi &= ~VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_clear_nmi_blocking()
205 wvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
214 uint32_t gi = (uint32_t)rvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY); in vmx_set_nmi_blocking() local
215 gi |= VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_set_nmi_blocking()
216 wvmcs(cpu->accel->fd, VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_set_nmi_blocking()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py16 import gi
17 gi.require_version('Gtk', '3.0')
18 from gi.repository import Gtk as gtk
19 from gi.repository import Gtk
20 from gi.repository import Gdk
21 from gi.repository import GObject as gobject
22 from gi.repository import GObject
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/msgraph/
H A Dmsgraph_0.3.3.bb5 inherit gnomebase gobject-introspection gi-docgen features_check
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/ghex/
H A Dghex_46.2.bb17 inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/
H A D7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch57 - comments: /\/\*[^*]*\*+([^/][^*]*\*+)*\//gi,
58 + comments: /\\/\\*[^*]*\\*+([^/][^*]*\\*+)*\\//gi,
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/
H A Dlibspelling_0.4.8.bb8 inherit gnomebase pkgconfig gettext gi-docgen vala gobject-introspection features_check
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/
H A Drest_0.9.1.bb17 inherit gnomebase gobject-introspection vala pkgconfig gi-docgen features_check
/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/
H A Dlibadwaita_1.7.2.bb12 inherit gnomebase gobject-introspection gi-docgen vala features_check
/openbmc/openbmc/poky/meta/recipes-devtools/libmodulemd/
H A Dlibmodulemd_git.bb16 …abled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/
H A Dlibgweather4_4.4.4.bb9 inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/
H A Dlibgusb_0.4.9.bb8 inherit meson gobject-introspection gi-docgen gettext vala pkgconfig
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/
H A Dgtksourceview5_5.16.0.bb22 inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection…
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-python_1.26.1.bb3 provided by python-gi) "
/openbmc/openbmc/poky/meta/recipes-gnome/libportal/
H A Dlibportal_0.9.1.bb13 inherit meson gi-docgen gobject-introspection vala features_check pkgconfig
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/
H A Dlibpeas_2.0.7.bb8 inherit gnomebase gobject-introspection vala gi-docgen
H A Dlibpeas-1_1.36.0.bb10 inherit gnomebase gobject-introspection gi-docgen gtk-icon-cache features_check

1234