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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D21285.c44 #define tx_enabled(port) ((port)->unused[0]) macro
60 if (tx_enabled(port)) {
62 tx_enabled(port) = 0;
68 if (!tx_enabled(port)) {
70 tx_enabled(port) = 1;
193 tx_enabled(port) = 1;
H A Dclps711x.c66 #define tx_enabled(port) ((port)->unused[0]) macro
70 if (tx_enabled(port)) {
72 tx_enabled(port) = 0;
78 if (!tx_enabled(port)) {
80 tx_enabled(port) = 1;
233 tx_enabled(port) = 1;
H A Dsamsung.c64 #define tx_enabled(port) ((port)->unused[0]) macro
129 if (tx_enabled(port)) {
131 tx_enabled(port) = 0;
141 if (!tx_enabled(port)) {
146 tx_enabled(port) = 1;
382 tx_enabled(port) = 0;
416 tx_enabled(port) = 1;
H A Dserial_ks8695.c66 static inline int tx_enabled(struct uart_port *port) function
112 if (tx_enabled(port)) {
124 if (!tx_enabled(port)) {
H A Dmax3107.c298 if (!s->tx_enabled) {
306 s->tx_enabled = 1;
375 s->tx_enabled = 0;
551 s->tx_enabled = 0;
H A Dmax3107.h392 int tx_enabled; /* Flag for transmitter state */ member in struct:max3107_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c196 bool tx_enabled; member in struct:_mgslpc_info
730 if (info->tx_enabled)
746 if (!info->tx_enabled)
1731 if (!info->tx_enabled)
1921 if (!info->tx_enabled)
1924 if (info->tx_enabled)
2444 info->tx_enabled) {
3362 if (!info->tx_enabled)
3363 info->tx_enabled = true;
3374 info->tx_enabled
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c251 bool tx_enabled; member in struct:mgsl_struct
992 if (info->tx_enabled)
1015 if (!info->tx_enabled)
2348 if (!info->tx_enabled)
2593 if ( !info->tx_enabled ) {
2607 if ( info->tx_enabled )
3190 info->tx_enabled) {
5641 if ( !info->tx_enabled ) {
5642 info->tx_enabled = true;
5674 info->tx_enabled
[all...]
H A Dsynclinkmp.c215 bool tx_enabled; member in struct:_synclinkmp_info
1049 if (!info->tx_enabled)
1106 while ( info->tx_active && info->tx_enabled) {
1222 if (info->tx_enabled)
1242 if (!info->tx_enabled)
2982 if ( !info->tx_enabled ) {
2986 if ( info->tx_enabled )
4209 if (!info->tx_enabled ) {
4212 info->tx_enabled = true;
4293 info->tx_enabled
[all...]
H A Dsynclink_gt.c311 bool tx_enabled; member in struct:slgt_info
889 if (!info->tx_enabled)
998 if (info->tx_enabled && info->params.mode == MGSL_MODE_ASYNC)
2667 if (!info->tx_enabled)
2670 if (info->tx_enabled)
3950 if (!info->tx_enabled) {
3953 info->tx_enabled = true;
4005 info->tx_enabled = false;

Completed in 100 milliseconds