Searched refs:currentTech (Results 1 – 2 of 2) sorted by relevance
103 int currentTech; // Technology the modem is currently using (in the format used by modem) member124 #define TECH(mdminfo) ((mdminfo)->currentTech)126 #define TECH_BIT(mdminfo) (1 << ((mdminfo)->currentTech))3643 mdm->currentTech = tech;3667 info->supportedTechs, info->currentTech);3680 info->currentTech = MDM_CDMA;3687 info->currentTech = MDM_GSM;
93 int currentTech; // Technology the modem is currently using (in the format used by modem) member114 #define TECH(mdminfo) ((mdminfo)->currentTech)116 #define TECH_BIT(mdminfo) (1 << ((mdminfo)->currentTech))5009 mdm->currentTech = tech;5033 info->supportedTechs, info->currentTech);5046 info->currentTech = MDM_CDMA;5053 info->currentTech = MDM_GSM;