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

/drivers/net/irda/
H A Dlitelink-sir.c55 static unsigned baud_rates[] = { 115200, 57600, 38400, 19200, 9600 }; variable
123 for (i = 0; baud_rates[i] != speed; i++) {
126 if (baud_rates[i] == 9600)
142 dev->speed = baud_rates[i];
H A Dactisys-sir.c68 static unsigned baud_rates[] = { 9600, 19200, 57600, 115200, 38400 }; variable
70 #define MAX_SPEEDS ARRAY_SIZE(baud_rates)
180 if (speed == baud_rates[i]) {
/drivers/tty/serial/jsm/
H A Djsm_neo.c966 } baud_rates[] = { local
990 for (i = 0; i < ARRAY_SIZE(baud_rates); i++) {
991 if (baud_rates[i].cflag == cflag) {
992 baud = baud_rates[i].rate;
/drivers/tty/serial/
H A Dserial_core.c1739 struct baud_rates { struct
1744 static const struct baud_rates baud_rates[] = { variable in typeref:struct:baud_rates
1790 for (i = 0; baud_rates[i].rate; i++)
1791 if (baud_rates[i].rate <= baud)
1794 termios.c_cflag |= baud_rates[i].cflag;

Completed in 77 milliseconds