Home
last modified time | relevance | path

Searched defs:Led (Results 1 – 5 of 5) sorted by relevance

/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp621 struct Led : std::enable_shared_from_this<Led> struct
624 Led(const std::string& path, size_t index, int fd) : in Led() function
641 void createInterface(void) in createInterface()
675 virtual ~Led() in ~Led() argument
680 bool set(BlinkPattern pattern) in set()
687 uint8_t address;
688 int file;
689 std::shared_ptr<sdbusplus::asio::dbus_interface> ledInterface;
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp621 struct Led : std::enable_shared_from_this<Led> struct
624 Led(const std::string& path, size_t index, int fd) : in Led() argument
641 void createInterface(void) in createInterface()
675 virtual ~Led() in ~Led() argument
680 bool set(BlinkPattern pattern) in set()
687 uint8_t address;
688 int file;
689 std::shared_ptr<sdbusplus::asio::dbus_interface> ledInterface;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build19 subdir('Led') subdir
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h3745 typedef struct _Led Led; typedef
H A Dopenbmc_intf.c29051 G_DEFINE_INTERFACE (Led, led, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument