Lines Matching refs:ModemInfo
119 } ModemInfo; typedef
121 static ModemInfo *sMdmInfo;
296 static void setRadioTechnology(ModemInfo *mdm, int newtech);
297 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred);
1213 static int networkModePossible(ModemInfo *mdm, int nm)
3110 setRadioTechnology(ModemInfo *mdm, int newtech)
3577 int query_supported_techs( ModemInfo *mdm __unused, int *supported )
3616 int query_ctec(ModemInfo *mdm __unused, int *current, int32_t *preferred)
3634 int is_multimode_modem(ModemInfo *mdm)
3656 static void probeForModemMode(ModemInfo *info)
4234 sMdmInfo = calloc(1, sizeof(ModemInfo));