Searched refs:ConfigType (Results 1 – 6 of 6) sorted by relevance
10 enum class ConfigType enum19 ConfigType type;
21 if (buttonCfg.type == ConfigType::gpio) in ButtonIface()26 else if (buttonCfg.type == ConfigType::cpld) in ButtonIface()
46 if (buttonCfg.type == ConfigType::gpio) in HostSelector()
69 if (config.type == ConfigType::gpio) in setInitialHostSelectorValue()81 else if (config.type == ConfigType::cpld) in setInitialHostSelectorValue()151 if (config.type == ConfigType::gpio) in handleEvent()160 else if (config.type == ConfigType::cpld) in handleEvent()
63 buttonCfg.type = ConfigType::cpld; in main()91 buttonCfg.type = ConfigType::gpio; in main()
63 enum class ConfigType enum78 ConfigType type;2407 tempGpioData->type = ConfigType::GPIO; in loadConfigValues()2411 tempGpioData->type = ConfigType::DBUS; in loadConfigValues()2420 if (tempGpioData->type == ConfigType::GPIO) in loadConfigValues()2788 if (powerOkConfig.type == ConfigType::GPIO) in main()2796 else if (powerOkConfig.type == ConfigType::DBUS) in main()2810 if (sioPwrGoodConfig.type == ConfigType::GPIO) in main()2819 else if (sioPwrGoodConfig.type == ConfigType::DBUS) in main()2833 if (sioOnControlConfig.type == ConfigType::GPIO) in main()[all …]