Home
last modified time | relevance | path

Searched refs:ButtonConfig (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-buttons/inc/
H A Dgpio.hpp24 struct ButtonConfig;
63 int configGroupGpio(ButtonConfig& buttonCfg);
70 int configGpio(GpioInfo& gpioConfig, ButtonConfig& buttonIFConfig);
H A Dbutton_factory.hpp12 sdbusplus::bus_t& bus, EventPtr& event, ButtonConfig& buttonCfg)>;
41 ButtonConfig& buttonCfg) { in addToRegistry()
53 ButtonConfig& buttonCfg) { in addToRegistry()
66 ButtonConfig& buttonCfg) in createInstance()
H A Dcpld.hpp8 struct ButtonConfig;
18 int configCpld(ButtonConfig& buttonCfg);
H A Dbutton_interface.hpp13 ButtonIface(sdbusplus::bus_t& bus, EventPtr& event, ButtonConfig& buttonCfg, in ButtonIface()
126 ButtonConfig config;
H A Dbutton_config.hpp17 struct ButtonConfig struct
H A Did_button.hpp39 ButtonConfig& buttonCfg) : in IDButton()
H A Dreset_button.hpp39 ButtonConfig& buttonCfg) : in ResetButton()
H A DdebugHostSelector_button.hpp26 ButtonConfig& buttonCfg) : in DebugHostSelector()
H A Dpower_button.hpp41 ButtonConfig& buttonCfg) : in PowerButton()
H A Dserial_uart_mux.hpp24 EventPtr& event, ButtonConfig& buttonCfg) : in SerialUartMux()
H A DhostSelector_switch.hpp38 ButtonConfig& buttonCfg) : in HostSelector()
/openbmc/phosphor-buttons/src/
H A Dmain.cpp62 ButtonConfig buttonCfg; in main()
88 ButtonConfig buttonCfg; in main()
H A Dcpld.cpp21 int configCpld(ButtonConfig& buttonIFConfig) in configCpld()
H A Dgpio.cpp129 int configGroupGpio(ButtonConfig& buttonIFConfig) in configGroupGpio()
150 int configGpio(GpioInfo& gpioConfig, ButtonConfig& buttonIFConfig) in configGpio()