Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dstrip.c292 unsigned int user_baud; /* The user-selected baud rate */ member
1311 if (strip_info->user_baud > B38400) in ResetRadio()
1322 if (strip_info->user_baud == get_baud(tty)) in ResetRadio()
1329 if (strip_info->user_baud == B57600 ) s = baudstring[0]; in ResetRadio()
1330 else if (strip_info->user_baud == B115200) s = baudstring[1]; in ResetRadio()
1333 else set_baud(tty, strip_info->user_baud); in ResetRadio()
2495 strip_info->user_baud = get_baud(strip_info->tty); in strip_open_low()