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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D21285.c46 #define tx_enabled(port) ((port)->unused[0]) macro
62 if (tx_enabled(port)) {
64 tx_enabled(port) = 0;
70 if (!tx_enabled(port)) {
72 tx_enabled(port) = 1;
195 tx_enabled(port) = 1;
H A Dclps711x.c69 #define tx_enabled(port) ((port)->unused[0]) macro
73 if (tx_enabled(port)) {
75 tx_enabled(port) = 0;
81 if (!tx_enabled(port)) {
83 tx_enabled(port) = 1;
236 tx_enabled(port) = 1;
H A Dserial_ks8695.c66 #define tx_enabled(port) ((port)->unused[0]) macro
76 if (tx_enabled(port)) {
78 tx_enabled(port) = 0;
84 if (!tx_enabled(port)) {
86 tx_enabled(port) = 1;
288 tx_enabled(port) = 0;
H A Ds3c2410.c162 #define tx_enabled(port) ((port)->unused[0]) macro
225 if (tx_enabled(port)) {
227 tx_enabled(port) = 0;
235 if (!tx_enabled(port)) {
240 tx_enabled(port) = 1;
472 tx_enabled(port) = 0;
507 tx_enabled(port) = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c205 int tx_enabled; member in struct:_mgslpc_info
784 if (info->tx_enabled)
800 if (!info->tx_enabled)
1781 if (!info->tx_enabled)
1971 if (!info->tx_enabled)
1974 if (info->tx_enabled)
2547 info->tx_enabled) {
3552 if (!info->tx_enabled)
3553 info->tx_enabled = 1;
3564 info->tx_enabled
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c325 int tx_enabled; member in struct:slgt_info
951 if (!info->tx_enabled)
1064 if (info->tx_enabled && info->params.mode == MGSL_MODE_ASYNC)
2643 if (!info->tx_enabled)
2646 if (info->tx_enabled)
3861 if (!info->tx_enabled) {
3864 info->tx_enabled = TRUE;
3941 info->tx_enabled = 0;
H A Dsynclink.c265 int tx_enabled; member in struct:mgsl_struct
1009 if (info->tx_enabled)
1032 if (!info->tx_enabled)
2367 if (!info->tx_enabled)
2606 if ( !info->tx_enabled ) {
2620 if ( info->tx_enabled )
3259 info->tx_enabled) {
5699 if ( !info->tx_enabled ) {
5700 info->tx_enabled = 1;
5732 info->tx_enabled
[all...]
H A Dsynclinkmp.c223 int tx_enabled; member in struct:_synclinkmp_info
1109 if (!info->tx_enabled)
1164 while ( info->tx_active && info->tx_enabled) {
1280 if (info->tx_enabled)
1300 if (!info->tx_enabled)
3042 if ( !info->tx_enabled ) {
3046 if ( info->tx_enabled )
4242 if (!info->tx_enabled ) {
4245 info->tx_enabled = TRUE;
4326 info->tx_enabled
[all...]

Completed in 191 milliseconds