Searched refs:Gpio (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-fan-presence/presence/ |
H A D | gpio.hpp | 25 class Gpio : public PresenceSensor class 34 Gpio() = delete; 35 Gpio(const Gpio&) = delete; 36 Gpio& operator=(const Gpio&) = delete; 37 Gpio(Gpio&&) = delete; 38 Gpio& operator=(Gpio&&) = delete; 39 ~Gpio() = default; 48 Gpio(const std::string& physDevice, const std::string& device,
|
H A D | gpio.cpp | 42 Gpio::Gpio(const std::string& physDevice, const std::string& device, in Gpio() function in phosphor::fan::presence::Gpio 48 bool Gpio::start() in start() 51 std::bind(&Gpio::ioCallback, this)); in start() 56 void Gpio::stop() in stop() 61 bool Gpio::present() in present() 66 void Gpio::fail() in fail() 77 void Gpio::ioCallback() in ioCallback() 96 void Gpio::logConflict(const std::string& fanInventoryPath) const in logConflict()
|
H A D | pfpgen.py | 138 class Gpio(Sensor, Renderer): class 146 super(Gpio, self).__init__(**kw) 152 super(Gpio, self).setup(objs) 263 "gpio": Gpio,
|
H A D | json_parser.cpp | 304 return std::make_unique<PolicyAccess<Gpio, JsonConfig>>( in getGpio()
|
/openbmc/phosphor-fan-presence/presence/templates/ |
H A D | gpio.mako.hpp | 1 std::make_unique<PolicyAccess<Gpio, ConfigPolicy>>(
|
/openbmc/phosphor-state-manager/host_condition_gpio/ |
H A D | phosphor-host-condition-gpio@.service | 8 BusName=xyz.openbmc_project.State.HostCondition.Gpio%i
|
/openbmc/skeleton/pytools/ |
H A D | gpioutil | 55 class Gpio: 178 gpio = Gpio(gpio_name)
|
/openbmc/linux/drivers/char/mwave/ |
H A D | 3780i.h | 179 unsigned short Gpio:1; /* RW: Reset GPIO interface */ member
|
/openbmc/phosphor-state-manager/ |
H A D | meson.options | 90 value: 'xyz.openbmc_project.State.HostCondition.Gpio',
|
/openbmc/phosphor-buttons/ |
H A D | README.md | 56 ## Gpio defs config
|