Home
last modified time | relevance | path

Searched full:resolution (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc.json14 "Resolution": "None.", string
23 "Resolution": "None.", string
31 "Resolution": "None.", string
39 "Resolution": "None.", string
47 "Resolution": "None.", string
55 "Resolution": "None.", string
63 "Resolution": "None.", string
71 "Resolution": "None.", string
79 "Resolution": "None.", string
87 "Resolution": "None.", string
[all …]
H A Dfabric_message_registry.hpp92 "Contact the network administrator for problem resolution.",
183 "Contact the network administrator for problem resolution.",
196 "Contact the network administrator for problem resolution.",
209 "Contact the network administrator for problem resolution.",
222 "Contact the network administrator for problem resolution.",
250 "Contact the network administrator for problem resolution.",
302 "Contact the network administrator for problem resolution.",
330 "Contact the network administrator for problem resolution.",
422 "Contact the network administrator for problem resolution.",
435 "Contact the network administrator for problem resolution.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DResolutionStep.v1_0_1.json8 … "description": "This type describes a recommended step of the service-defined resolution.",
9 …": "This type shall describe a recommended step of the service-defined resolution. The set of rec…
26 "description": "The parameters of the action URI for a resolution step.",
37 …escription": "This property shall contain the parameters of the action URI for a resolution step.",
41 "description": "The action URI for a resolution step.",
43 … "longDescription": "This property shall contain the action URI for a resolution step.",
53 "description": "The priority in the set of resolution steps.",
54resolution steps. The value `0` shall indicate the highest priority. Increasing values shall rep…
71 "description": "The type of the resolution step.",
72 … "longDescription": "This property shall contain the type of the resolution step.",
[all …]
H A DMessage.v1_3_0.json67 "Resolution": { object
69 … contain the resolution of the message. Services can replace the resolution defined in the messag…
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.hpp9 class Resolution class
13 virtual ~Resolution() = 0;
17 * @brief Resolves the service actions required by this resolution.
25 inline Resolution::~Resolution() {} in ~Resolution()
28 class HardwareCalloutResolution : public Resolution
58 /** @brief Resolution to callout a connected chip/target. */
59 class ConnectedCalloutResolution : public Resolution
98 * @brief Resolution to callout all parts on a bus (RX/TX endpoints and
101 class BusCalloutResolution : public Resolution
140 class ClockCalloutResolution : public Resolution
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DResolutionStep_v1.xml40 …a.Description" String="This type describes a recommended step of the service-defined resolution."/>
41 …ng="This type shall describe a recommended step of the service-defined resolution. The set of rec…
52 <Annotation Term="OData.Description" String="The type of the resolution step."/>
53 …erm="OData.LongDescription" String="This property shall contain the type of the resolution step."/>
58 … <Annotation Term="OData.Description" String="The priority in the set of resolution steps."/>
59resolution steps. The value `0` shall indicate the highest priority. Increasing values shall rep…
64 <Annotation Term="OData.Description" String="The action URI for a resolution step."/>
65 …OData.LongDescription" String="This property shall contain the action URI for a resolution step."/>
69 …otation Term="OData.Description" String="The parameters of the action URI for a resolution step."/>
70 …ion" String="This property shall contain the parameters of the action URI for a resolution step."/>
[all …]
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.txt
8 For a resolution refer to Documentation/kbuild/kconfig-language.txt
14 For a resolution refer to Documentation/kbuild/kconfig-language.txt
20 For a resolution refer to Documentation/kbuild/kconfig-language.txt
25 For a resolution refer to Documentation/kbuild/kconfig-language.txt
/openbmc/u-boot/drivers/adc/
H A DKconfig8 - get data mask (ADC resolution)
20 - 12-bit resolution
29 - 16-bit resolution
39 - 1O or 12 bits resolution
48 - 1O or 12 bits resolution
/openbmc/u-boot/drivers/video/rockchip/
H A DKconfig23 int "Maximum horizontal resolution (for memory allocation purposes)"
27 The maximum horizontal resolution to support for the framebuffer.
32 int "Maximum vertical resolution (for memory allocation purposes)"
36 The maximum vertical resolution to support for the framebuffer.
68 16,18, 24 bits per pixel with up to 2k resolution ratio.
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig17 int "Maximum horizontal resolution (for memory allocation purposes)"
21 The maximum horizontal resolution to support for the framebuffer.
26 int "Maximum vertical resolution (for memory allocation purposes)"
30 The maximum vertical resolution to support for the framebuffer.
/openbmc/bmcweb/test/redfish-core/include/
H A Dsubmit_test_event_test.cpp26 testEvent.resolution = "custom resolution"; in createTestEvent()
48 testEvent.resolution = in TEST()
66 EXPECT_THAT(testEvent.resolution, Optional(StrEq("custom resolution"))); in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp3 #include <analyzer/resolution.hpp>
47 * @brief Returns a resolution for all the RAS actions needed for the given
51 std::shared_ptr<Resolution> getResolution(
103 * corresponding resolution.
107 * @return A resolution (or nested resolutions) representing the given
114 std::shared_ptr<Resolution> parseAction(const nlohmann::json& i_data,
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/
H A Dedid.json167 "X resolution": 1152
172 "X resolution": 1280
177 "X resolution": 1280
182 "X resolution": 1280
187 "X resolution": 1600
192 "X resolution": 1680
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/
H A DDetectorGroup.events.yaml14 resolution: Inspect the detectors in the group.
27 resolution: Inspect the detectors in the group.
41 resolution: None.
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_event_log_entry.hpp22 const std::string* Resolution = nullptr; member
41 "Resolution", entry.Resolution, in fillDbusEventLogEntryFromPropertyMap()
/openbmc/phosphor-logging/
H A Delog_serialize.cpp39 e.resolution()); in save()
64 std::string resolution{}; in load() local
101 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
108 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
115 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
133 e.resolution(resolution, true); in load()
H A Delog_entry.hpp109 /** @brief Set resolution status of the error.
110 * @param[in] value - boolean indicating resolution
126 /** @brief Update resolution string of the error.
127 * @param[in] value - The resolution
130 std::string resolution(std::string value) override;
132 using sdbusplus::server::xyz::openbmc_project::logging::Entry::resolution;
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/
H A Davahi-libnss-mdns_0.15.1.bb1 SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution"
3 …ding host name resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour…
/openbmc/qemu/include/io/
H A Ddns-resolver.h37 * DNS resolution on SocketAddress objects, independently
157 * in @addr. If resolution succeeds, @addrs will be filled
164 * DNS resolution will be done synchronously so execution
168 * Returns: 0 if resolution was successful, -1 on error
186 * resolution has either completed or failed. On
191 * DNS resolution will be done asynchronously so execution
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py25 self.resolution = kwargs.pop("resolution", False)
76 if language_data.resolution:
77 result["Resolution"] = language_data.resolution
79 result["Resolution"] = "None."
/openbmc/u-boot/drivers/video/
H A Dfsl_diu_fb.c260 /* Convert the X,Y resolution pair into a single number */ in fsl_diu_init()
261 #define RESOLUTION(x, y) (((u32)(x) << 16) | (y)) in fsl_diu_init() macro
263 switch (RESOLUTION(xres, yres)) { in fsl_diu_init()
264 case RESOLUTION(800, 480): in fsl_diu_init()
267 case RESOLUTION(800, 600): in fsl_diu_init()
270 case RESOLUTION(1024, 768): in fsl_diu_init()
273 case RESOLUTION(1280, 1024): in fsl_diu_init()
276 case RESOLUTION(1280, 720): in fsl_diu_init()
279 case RESOLUTION(1920, 1080): in fsl_diu_init()
283 printf("DIU: Unsupported resolution %ux%u\n", xres, yres); in fsl_diu_init()
H A Dlogicore_dp_tx.h18 * @h_active: Horizontal active resolution (pixels)
24 * @v_active: Vertical active resolution (lines)
/openbmc/qemu/docs/devel/
H A Dconflict-resolution.rst1 .. _conflict-resolution:
3 Conflict Resolution Policy
77 This document was developed based on the `Drupal Conflict Resolution
78 Policy and Process <https://www.drupal.org/conflict-resolution>`__
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMessage.v1_3_0.json67 "Resolution": { object
69 … contain the resolution of the message. Services can replace the resolution defined in the messag…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DEntry.interface.yaml37 - name: Resolution
40 Suggestion for error resolution of this event.
44 Error resolution status. Indicate if the problem being reported by

12345678910>>...13