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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c292 unsigned int user_baud; /* The user-selected baud rate */ member in struct:strip
1290 if (strip_info->user_baud > B38400)
1301 if (strip_info->user_baud == get_baud(tty))
1308 if (strip_info->user_baud == B57600 ) s = baudstring[0];
1309 else if (strip_info->user_baud == B115200) s = baudstring[1];
1312 else set_baud(tty, strip_info->user_baud);
2463 strip_info->user_baud = get_baud(strip_info->tty);

Completed in 31 milliseconds