Lines Matching refs:ModemInfo
119 } ModemInfo; typedef
121 static ModemInfo *sMdmInfo;
422 static void setRadioTechnology(ModemInfo *mdm, int newtech);
423 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred);
1386 static int networkModePossible(ModemInfo *mdm, int nm)
5227 setRadioTechnology(ModemInfo *mdm, int newtech)
5709 int query_supported_techs( ModemInfo *mdm __unused, int *supported )
5748 int query_ctec(ModemInfo *mdm __unused, int *current, int32_t *preferred)
5766 int is_multimode_modem(ModemInfo *mdm)
5788 static void probeForModemMode(ModemInfo *info)
6478 sMdmInfo = calloc(1, sizeof(ModemInfo));