Home
last modified time | relevance | path

Searched refs:ConfigType (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp67 if (config.type == ConfigType::gpio) in setInitialHostSelectorValue()
79 else if (config.type == ConfigType::cpld) in setInitialHostSelectorValue()
136 if (config.type == ConfigType::gpio) in handleEvent()
145 else if (config.type == ConfigType::cpld) in handleEvent()
H A Dmain.cpp64 buttonCfg.type = ConfigType::cpld; in main()
92 buttonCfg.type = ConfigType::gpio; in main()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.h69 enum ODM_RF_Config_Type ConfigType,
74 struct dm_odm_t *pDM_Odm, enum ODM_BB_Config_Type ConfigType
79 enum ODM_FW_Config_Type ConfigType,
H A Dodm_HWConfig.c413 enum ODM_RF_Config_Type ConfigType, in ODM_ConfigRFWithHeaderFile() argument
417 if (ConfigType == CONFIG_RF_RADIO) in ODM_ConfigRFWithHeaderFile()
419 else if (ConfigType == CONFIG_RF_TXPWR_LMT) in ODM_ConfigRFWithHeaderFile()
434 struct dm_odm_t *pDM_Odm, enum ODM_BB_Config_Type ConfigType in ODM_ConfigBBWithHeaderFile() argument
437 if (ConfigType == CONFIG_BB_PHY_REG) in ODM_ConfigBBWithHeaderFile()
439 else if (ConfigType == CONFIG_BB_AGC_TAB) in ODM_ConfigBBWithHeaderFile()
441 else if (ConfigType == CONFIG_BB_PHY_REG_PG) in ODM_ConfigBBWithHeaderFile()
/openbmc/phosphor-buttons/inc/
H A Dbutton_config.hpp10 enum class ConfigType enum
19 ConfigType type;
H A Dbutton_interface.hpp21 if (buttonCfg.type == ConfigType::gpio) in ButtonIface()
26 else if (buttonCfg.type == ConfigType::cpld) in ButtonIface()
H A DhostSelector_switch.hpp38 if (buttonCfg.type == ConfigType::gpio) in HostSelector()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp62 enum class ConfigType enum
77 ConfigType type;
2395 tempGpioData->type = ConfigType::GPIO; in loadConfigValues()
2399 tempGpioData->type = ConfigType::DBUS; in loadConfigValues()
2408 if (tempGpioData->type == ConfigType::GPIO) in loadConfigValues()
2774 if (powerOkConfig.type == ConfigType::GPIO) in main()
2842 if (sioS5Config.type == ConfigType::GPIO) in main()
2863 if (powerButtonConfig.type == ConfigType::GPIO) in main()
2895 if (nmiButtonConfig.type == ConfigType::GPIO) in main()
2910 if (idButtonConfig.type == ConfigType::GPIO) in main()
[all …]
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c273 static void _rtl92e_phy_config_bb(struct net_device *dev, u8 ConfigType) in _rtl92e_phy_config_bb() argument
285 if (ConfigType == BB_CONFIG_PHY_REG) { in _rtl92e_phy_config_bb()
291 } else if (ConfigType == BB_CONFIG_AGC_TAB) { in _rtl92e_phy_config_bb()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_phy.c508 enum baseband_config_type ConfigType) in rtl8192_phyConfigBB() argument
512 if (ConfigType == BASEBAND_CONFIG_PHY_REG) { in rtl8192_phyConfigBB()
522 } else if (ConfigType == BASEBAND_CONFIG_AGC_TAB) { in rtl8192_phyConfigBB()