/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | collection_capabilities.hpp | 10 enum class UseCase{ enum 20 NLOHMANN_JSON_SERIALIZE_ENUM(UseCase, { 21 {UseCase::Invalid, "Invalid"}, 22 {UseCase::ComputerSystemComposition, "ComputerSystemComposition"}, 23 {UseCase::ComputerSystemConstrainedComposition, "ComputerSystemConstrainedComposition"}, 24 {UseCase::VolumeCreation, "VolumeCreation"}, 25 {UseCase::ResourceBlockComposition, "ResourceBlockComposition"}, 26 {UseCase::ResourceBlockConstrainedComposition, "ResourceBlockConstrainedComposition"}, 27 {UseCase::RegisterResourceBlock, "RegisterResourceBlock"},
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Usecase_Checkers.robot | 2 Documentation Test BMC using https://github.com/DMTF/Redfish-Usecase-Checkers 18 ${rsv_github_url} https://github.com/DMTF/Redfish-Usecase-Checkers.git 19 ${rsv_dir_path} Redfish-Usecase-Checkers 62 Test BMC Redfish Power Control Usecase 63 [Documentation] Power Control Usecase Test.
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_vbif.c | 77 * _dpu_vbif_apply_dynamic_ot_limit - determine OT based on usecase parameters 80 * @params: Pointer to usecase parameters 117 * _dpu_vbif_get_ot_limit - get OT based on usecase & configuration parameters 119 * @params: Pointer to usecase parameters 162 * dpu_vbif_set_ot_limit - set OT based on usecase & configuration parameters 164 * @params: Pointer to usecase parameters
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CollectionCapabilities.v1_4_1.json | 36 "UseCase": { object 37 "$ref": "#/definitions/UseCase", 45 "UseCase", 136 "UseCase": { object
|
/openbmc/linux/include/linux/ |
H A D | int_log.h | 22 * Some usecase examples: 44 * An usecase example:
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CollectionCapabilities_v1.xml | 60 <Property Name="UseCase" Type="CollectionCapabilities.v1_0_0.UseCase" Nullable="false"> 73 <EnumType Name="UseCase"> 178 … version was created to add `ComputerSystemConstrainedComposition` to the `UseCase` enumeration."/> 242 …esourceBlockComposition` and `ResourceBlockConstrainedComposition` to the `UseCase` enumeration."/> 256 …g="This version was created to add `ExpandableResourceComposition` to the `UseCase` enumeration."/>
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_14nm.c | 479 if (pll_14nm->phy->usecase == MSM_DSI_PHY_MASTER) { in dsi_pll_14nm_vco_set_rate() 665 if (pll_14nm->phy->usecase == MSM_DSI_PHY_MASTER) { in dsi_pll_14nm_postdiv_set_rate() 729 if (phy->usecase == MSM_DSI_PHY_MASTER) { in dsi_14nm_pll_restore_state() 745 switch (phy->usecase) { in dsi_14nm_set_usecase() 962 if (phy->usecase != MSM_DSI_PHY_STANDALONE) in dsi_14nm_phy_enable() 1002 if (phy->id == DSI_1 && phy->usecase == MSM_DSI_PHY_SLAVE) in dsi_14nm_phy_enable() 1009 DRM_DEV_ERROR(&phy->pdev->dev, "%s: set pll usecase failed, %d\n", in dsi_14nm_phy_enable()
|
H A D | dsi_phy.h | 114 enum msm_dsi_phy_usecase usecase; member
|
H A D | dsi_phy_20nm.c | 89 if (phy->id == DSI_1 && phy->usecase == MSM_DSI_PHY_STANDALONE) in dsi_20nm_phy_enable()
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
H A D | checkstop-monitor.bb | 15 # For now, monitoring checkstop is the only usecase
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | README | 5 To load and configure these usecase, two environment variables in the u-boot
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_manager.c | 78 * Set the usecase before calling msm_dsi_host_register(), which would in dsi_mgr_setup_components() 79 * already program the PLL source mux based on a default usecase. in dsi_mgr_setup_components() 96 * Set the usecase before calling msm_dsi_host_register(), which would in dsi_mgr_setup_components() 97 * already program the PLL source mux based on a default usecase. in dsi_mgr_setup_components()
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | qcom,pm8058-led.yaml | 17 hard-wired usecase.
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gemfs.c | 22 * mount flags that better match our usecase. in i915_gemfs_init()
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.ti_qspi_flash | 13 Usecase
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | stream_id_lsch2.h | 36 * - Stream ids for DPAA1 use are reserved for future usecase.
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/ |
H A D | phosphor-watchdog_git.bb | 33 # For now, watching PowerOn is the only usecase
|
/openbmc/linux/mm/damon/ |
H A D | Kconfig | 73 your usecase to damon@lists.linux.dev and linux-mm@kvack.org.
|
/openbmc/linux/fs/reiserfs/ |
H A D | Kconfig | 10 filesystem or tell us your usecase for reiserfs.
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 26 Usecase chapter
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-pmem.rst | 10 Usecase chapter
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch | 6 Newer versions of libc++ has dropped supporting this usecase since its
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 12 usecase. 14 Security usecase
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | dwarf-regs.c | 31 * x86_32. This is really a rare usecase.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | README.md | 12 when more than one LED is to be acted on for a particular usecase.
|