Searched refs:ConfigType (Results 1 – 10 of 10) sorted by relevance
67 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()
64 buttonCfg.type = ConfigType::cpld; in main()92 buttonCfg.type = ConfigType::gpio; in main()
69 enum ODM_RF_Config_Type ConfigType,74 struct dm_odm_t *pDM_Odm, enum ODM_BB_Config_Type ConfigType79 enum ODM_FW_Config_Type ConfigType,
413 enum ODM_RF_Config_Type ConfigType, in ODM_ConfigRFWithHeaderFile() argument417 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() argument437 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()
10 enum class ConfigType enum19 ConfigType type;
21 if (buttonCfg.type == ConfigType::gpio) in ButtonIface()26 else if (buttonCfg.type == ConfigType::cpld) in ButtonIface()
38 if (buttonCfg.type == ConfigType::gpio) in HostSelector()
62 enum class ConfigType enum77 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 …]
273 static void _rtl92e_phy_config_bb(struct net_device *dev, u8 ConfigType) in _rtl92e_phy_config_bb() argument285 if (ConfigType == BB_CONFIG_PHY_REG) { in _rtl92e_phy_config_bb()291 } else if (ConfigType == BB_CONFIG_AGC_TAB) { in _rtl92e_phy_config_bb()
508 enum baseband_config_type ConfigType) in rtl8192_phyConfigBB() argument512 if (ConfigType == BASEBAND_CONFIG_PHY_REG) { in rtl8192_phyConfigBB()522 } else if (ConfigType == BASEBAND_CONFIG_AGC_TAB) { in rtl8192_phyConfigBB()