Searched refs:speed_str (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dusb-linux.c1618 const char *class_str, *speed_str; local
1622 speed_str = "1.5";
1625 speed_str = "12";
1628 speed_str = "480";
1631 speed_str = "?";
1636 bus_num, addr, speed_str);
H A Dvl-android.c1626 const char *speed_str; local
1639 speed_str = "1.5";
1642 speed_str = "12";
1645 speed_str = "480";
1648 speed_str = "?";
1652 0, dev->addr, speed_str, dev->devname);
H A Dvl.c1420 const char *speed_str; local
1433 speed_str = "1.5";
1436 speed_str = "12";
1439 speed_str = "480";
1442 speed_str = "?";
1446 0, dev->addr, speed_str, dev->devname);
/external/ppp/pppd/
H A Dtty.c127 static char speed_str[16]; /* Serial port speed as string */ variable
173 OPT_PRIO | OPT_NOARG | OPT_A2STRVAL | OPT_STATIC, speed_str },
277 slprintf(speed_str, sizeof(speed_str), "%d", spd);

Completed in 123 milliseconds