Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp612 struct Led : std::enable_shared_from_this<Led> struct
615 Led(const std::string& path, size_t index, int fd) : in Led() function
632 void createInterface(void) in createInterface()
666 virtual ~Led() in ~Led() argument
671 bool set(BlinkPattern pattern) in set()
678 uint8_t address;
679 int file;
680 std::shared_ptr<sdbusplus::asio::dbus_interface> ledInterface;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build18 subdir('Led') global() 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