Home
last modified time | relevance | path

Searched refs:Generic (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dgeneric.hpp19 class Generic : public Section class
22 Generic() = delete;
23 ~Generic() override = default;
24 Generic(const Generic&) = default;
25 Generic& operator=(const Generic&) = default;
26 Generic(Generic&&) = default;
27 Generic& operator=(Generic&&) = default;
36 explicit Generic(Stream& pel);
H A Dgeneric.cpp13 void Generic::unflatten(Stream& stream) in unflatten()
29 void Generic::flatten(Stream& stream) const in flatten()
34 Generic::Generic(Stream& pel) in Generic() function in openpower::pels::Generic
49 void Generic::validate() in validate()
H A Dsection_factory.cpp63 section = std::make_unique<Generic>(pelData); in create()
/openbmc/u-boot/arch/arm/dts/
H A Dam4372-generic.dts3 * Device Tree Source for Generic AM4372 EVM
14 model = "Texas Instruments AM4372 Generic";
H A Dkeystone-k2g-generic.dts3 * Device Tree Source for Generic 66AK2G0X EVM
14 model = "Texas Instruments 66AK2G02 Generic";
/openbmc/u-boot/drivers/pinctrl/aspeed/
H A DKconfig7 Generic Pinctrl framework and is compatible with the Linux driver,
16 Generic Pinctrl framework and is compatible with the Linux driver,
25 Generic Pinctrl framework and is compatible with the Linux driver,
/openbmc/qemu/docs/sphinx/
H A Dqmp_lexer.py25 (r'-> ', token.Generic.Prompt),
26 (r'<- ', token.Generic.Prompt),
/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A Dmailbox.txt1 * Generic Mailbox Controller and client driver bindings
3 Generic binding to provide a way for Mailbox controller drivers to
/openbmc/phosphor-logging/test/openpower-pels/
H A Dgeneric_section_test.cpp17 Generic section(stream); in TEST()
50 Generic section(stream); in TEST()
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot15 Redfish Generic Login Request
34 Redfish Generic Session Request
43 ${session_resp}= Redfish Generic Login Request ${user_name} ${password}
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dnetwork_port.hpp46 Generic, enumerator
86 {PortConnectionType::Generic, "Generic"},
H A Dport.hpp57 Generic, enumerator
239 {PortConnectionType::Generic, "Generic"},
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md9 ### Generic error definitions
11 - Generic errors used by applications are defined at
13 - Generic errors can be used by all the applications by including the generated
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-input-libinput_1.5.0.bb3 SUMMARY = "Generic input driver for the X.Org server based on libinput"
H A Dxf86-video-vesa_2.6.0.bb5 SUMMARY = "X.Org X server -- Generic Vesa video driver"
/openbmc/qemu/docs/specs/
H A Dacpi_hw_reduced_hotplug.rst2 QEMU and ACPI BIOS Generic Event Device interface
5 The ACPI *Generic Event Device* (GED) is a HW reduced platform
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/
H A Dlibabigail_2.5.bb1 SUMMARY = "The ABI Generic Analysis and Instrumentation Library"
/openbmc/openbmc-test-automation/lib/pdu/
H A Dpdu.robot2 Documentation Generic Protocol Distribution Unit (PDU) library
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/
H A Dccid_1.5.5.bb1 SUMMARY = "Generic USB CCID smart card reader driver"
/openbmc/u-boot/arch/x86/dts/
H A Defi-x86_payload.dts5 * Generic EFI payload device tree for x86 targets
H A Dcoreboot.dts5 * Generic coreboot payload device tree for x86 targets
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibpciaccess_0.18.1.bb1 SUMMARY = "Generic PCI access library for X"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ydotool/
H A Dydotool_git.bb1 SUMMARY = "Generic Linux command-line automation tool (no X!)"
/openbmc/u-boot/drivers/usb/ulpi/
H A DKconfig12 bool "Generic ULPI Viewport"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-robotframework_7.2.2.bb2 DESCRIPTION = "Generic open source test atomation framework for acceptance\

1234