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

/drivers/tty/serial/
H A Dclps711x.c64 #define tx_enabled(port) ((port)->unused[0]) macro
68 if (tx_enabled(port)) {
70 tx_enabled(port) = 0;
76 if (!tx_enabled(port)) {
78 tx_enabled(port) = 1;
176 tx_enabled(port) = 0;
233 tx_enabled(port) = 1;
H A D21285.c43 #define tx_enabled(port) ((port)->unused[0]) macro
59 if (tx_enabled(port)) {
61 tx_enabled(port) = 0;
67 if (!tx_enabled(port)) {
69 tx_enabled(port) = 1;
192 tx_enabled(port) = 1;
H A Dsamsung.c65 #define tx_enabled(port) ((port)->unused[0]) macro
140 if (tx_enabled(port)) {
146 tx_enabled(port) = 0;
156 if (!tx_enabled(port)) {
165 tx_enabled(port) = 1;
430 tx_enabled(port) = 0;
470 tx_enabled(port) = 1;
512 tx_enabled(port) = 0;
H A Dserial_ks8695.c65 static inline int tx_enabled(struct uart_port *port) function
111 if (tx_enabled(port)) {
123 if (!tx_enabled(port)) {
H A Dmax3107.c301 if (!s->tx_enabled) {
309 s->tx_enabled = 1;
378 s->tx_enabled = 0;
554 s->tx_enabled = 0;
H A Dmax3107.h392 int tx_enabled; /* Flag for transmitter state */ member in struct:max3107_port
/drivers/char/pcmcia/
H A Dsynclink_cs.c193 bool tx_enabled; member in struct:_mgslpc_info
707 if (info->tx_enabled)
723 if (!info->tx_enabled)
1708 if (!info->tx_enabled)
1898 if (!info->tx_enabled)
1901 if (info->tx_enabled)
2414 info->tx_enabled) {
3326 if (!info->tx_enabled)
3327 info->tx_enabled = true;
3338 info->tx_enabled
[all...]
/drivers/tty/
H A Dsynclink.c247 bool tx_enabled; member in struct:mgsl_struct
988 if (info->tx_enabled)
1011 if (!info->tx_enabled)
2343 if (!info->tx_enabled)
2588 if ( !info->tx_enabled ) {
2602 if ( info->tx_enabled )
3178 info->tx_enabled) {
5654 if ( !info->tx_enabled ) {
5655 info->tx_enabled = true;
5687 info->tx_enabled
[all...]
H A Dsynclinkmp.c213 bool tx_enabled; member in struct:_synclinkmp_info
1047 if (!info->tx_enabled)
1104 while ( info->tx_active && info->tx_enabled) {
1220 if (info->tx_enabled)
1240 if (!info->tx_enabled)
2973 if ( !info->tx_enabled ) {
2977 if ( info->tx_enabled )
4200 if (!info->tx_enabled ) {
4203 info->tx_enabled = true;
4284 info->tx_enabled
[all...]
H A Dsynclink_gt.c311 bool tx_enabled; member in struct:slgt_info
895 if (!info->tx_enabled)
1004 if (info->tx_enabled && info->params.mode == MGSL_MODE_ASYNC)
2693 if (!info->tx_enabled)
2696 if (info->tx_enabled)
4040 if (!info->tx_enabled) {
4043 info->tx_enabled = true;
4095 info->tx_enabled = false;

Completed in 1623 milliseconds