Home
last modified time | relevance | path

Searched refs:Physical (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/phosphor-led-sysfs/
H A Dphysical.hpp22 sdbusplus::xyz::openbmc_project::Led::server::Physical>;
27 class Physical : public PhysicalIfaces class
30 Physical() = delete;
31 ~Physical() override = default;
32 Physical(const Physical&) = delete;
33 Physical& operator=(const Physical&) = delete;
34 Physical(Physical&&) = delete;
35 Physical& operator=(Physical&&) = delete;
48 Physical(sdbusplus::bus_t& bus, const std::string& objPath, in Physical() function in phosphor::led::Physical
H A Dphysical.cpp29 void Physical::setInitialState() in setInitialState()
41 sdbusplus::xyz::openbmc_project::Led::server::Physical::state( in setInitialState()
50 sdbusplus::xyz::openbmc_project::Led::server::Physical::state( in setInitialState()
55 sdbusplus::xyz::openbmc_project::Led::server::Physical::state( in setInitialState()
61 auto Physical::state() const -> Action in state()
63 return sdbusplus::xyz::openbmc_project::Led::server::Physical::state(); in state()
66 auto Physical::state(Action value) -> Action in state()
69 sdbusplus::xyz::openbmc_project::Led::server::Physical::state(); in state()
72 sdbusplus::xyz::openbmc_project::Led::server::Physical::state(value); in state()
79 void Physical::driveLED(Action current, Action request) in driveLED()
[all …]
H A DREADME.md39 xyz.openbmc_project.Led.Physical interface - - -
40 .Color property s "xyz.openbmc_project.Led.Physical.Pal... e…
43 .State property s "xyz.openbmc_project.Led.Physical.Act... e…
56 xyz.openbmc_project.Led.Physical State \
57 s "xyz.openbmc_project.Led.Physical.Action.Off"
65 xyz.openbmc_project.Led.Physical State s \
66 "xyz.openbmc_project.Led.Physical.Action.Off"
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp12 using Action = sdbusplus::xyz::openbmc_project::Led::server::Physical::Action;
75 TEST(Physical, ctor_none_trigger) in TEST() argument
81 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
85 TEST(Physical, ctor_maxbrightness_and_brightness_read_127) in TEST() argument
93 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
97 TEST(Physical, ctor_maxbrightness_and_brightness_read_0) in TEST() argument
105 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
109 TEST(Physical, ctor_only_maxbrightness_read_127) in TEST() argument
117 phosphor::led::Physical phy(bus, ledObj, std::move(led)); in TEST()
121 TEST(Physical, ctor_only_brightness_read_127) in TEST() argument
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/
H A Dmeson.build3 subdir('Physical') subdir
34 '../../../../yaml/xyz/openbmc_project/Led/Physical.interface.yaml',
36 output: ['Physical.md'],
48 'xyz/openbmc_project/Led/Physical',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Led/Physical'
8 '../../../../../yaml/xyz/openbmc_project/Led/Physical.interface.yaml',
28 'xyz/openbmc_project/Led/Physical',
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp42 R"(unquoted_string("SystemType") Not Equal quoted_string("Physical"))"); in TEST()
57 …quals quoted_string("OK")) or (unquoted_string("SystemType") Equals quoted_string("Physical"))))"); in TEST()
60 …quals quoted_string("OK"))) or (unquoted_string("SystemType") Equals quoted_string("Physical")))"); in TEST()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pint_0.24.4.bb1 SUMMARY = "Physical quantities module"
2 DESCRIPTION = "Physical quantities Python module"
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot49 Off "xyz.openbmc_project.Led.Physical.Action.On" Lit
50 Off "xyz.openbmc_project.Led.Physical.Action.Off" Off
59 On "xyz.openbmc_project.Led.Physical.Action.On" Lit
60 On "xyz.openbmc_project.Led.Physical.Action.Off" Off
69 Off "xyz.openbmc_project.Led.Physical.Action.On" Lit
70 Off "xyz.openbmc_project.Led.Physical.Action.Off" Off
79 On "xyz.openbmc_project.Led.Physical.Action.On" Lit
80 On "xyz.openbmc_project.Led.Physical.Action.Off" Off
131 # (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
182 # (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpcie_function.hpp39 Physical, enumerator
78 {FunctionType::Physical, "Physical"},
H A Dethernet_interface.hpp38 Physical, enumerator
90 {EthernetDeviceType::Physical, "Physical"},
/openbmc/u-boot/doc/device-tree-bindings/gpu/
H A Dnvidia,tegra20-host1x.txt5 - reg: Physical base address and length of the controller's registers.
26 - reg: Physical base address and length of the controller's registers.
39 - reg: Physical base address and length of the controller's registers.
52 - reg: Physical base address and length of the controller's registers.
65 - reg: Physical base address and length of the controller's registers.
78 - reg: Physical base address and length of the controller's registers.
91 - reg: Physical base address and length of the controller's registers.
109 - reg: Physical base address and length of the controller's registers.
137 - reg: Physical base address and length of the controller's registers.
163 - reg: Physical base address and length of the controller's registers.
[all …]
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dspi-stm32-qspi.txt6 - reg : 1. Physical base address and size of SPI registers map.
7 2. Physical base address & size of mapped NOR Flash.
H A Dspi-cadence.txt6 - reg : 1.Physical base address and size of SPI registers map.
7 2. Physical base address & size of NOR Flash.
H A Dspi-zynq-qspi.txt6 - reg : Physical base address and size of QSPI registers map.
H A Dspi-zynq.txt6 - reg : Physical base address and size of SPI registers map.
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp14 using LedPhysical = sdbusplus::common::xyz::openbmc_project::led::Physical;
278 return server::convertForMessage(server::Physical::Action::On); in getPhysicalAction()
282 return server::convertForMessage(server::Physical::Action::Blink); in getPhysicalAction()
286 return server::convertForMessage(server::Physical::Action::Off); in getPhysicalAction()
H A Dledlayout.hpp19 using Action = sdbusplus::xyz::openbmc_project::Led::server::Physical::Action;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DREADME.md105 ## Understanding Physical LEDs
108 Describing the Physical LED here just for documenting it and strictly NOT to be
116 …m/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Led/Physical.interface.yaml
121 `xyz.openbmc_Project.Led.Physical`**
131 2. Property `State` is set to `xyz.openbmc_project.Led.Physical.Action.On` in
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-cdns.txt6 - reg : Physical base address and size of I2C registers map.
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.hpp78 std::unordered_map<std::string, std::unique_ptr<phosphor::led::Physical>>
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio-msm.txt5 - reg : Physical base address and length of the controller's registers.
H A Daltera_pio.txt6 - reg: Physical base address and length of the controller's registers.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/
H A Dphosphor-led-sysfs_git.bb1 SUMMARY = "Phosphor Physical LED Controller daemon"
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-lx2160a.dtsi46 interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */
47 <1 14 0x8>, /* Physical NS PPI, active-low */

123