Searched refs:at2_test_speed (Results 1 – 2 of 2) sorted by relevance
336 static int at2_test_speed(PrivAT2data *privdata, long speed);
1314 if (at2_test_speed(privdata, privdata->modem->speed) == 0) { in at2_device_thread()2578 if(at2_test_speed(privdata, autospeeds[i]) == 0) { in at2_detect_speed()2592 static int at2_test_speed(PrivAT2data *privdata, long speed) in at2_test_speed() function