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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h139 #define ASYNC_CTS_FLOW 0x04000000 /* Do CTS flow control */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_ioctl.c93 self->flags |= ASYNC_CTS_FLOW;
99 self->flags &= ~ASYNC_CTS_FLOW;
H A Dircomm_tty.c1113 if (self->flags & ASYNC_CTS_FLOW) {
1320 if (self->flags & ASYNC_CTS_FLOW)
1321 ret += sprintf(buf+ret, "ASYNC_CTS_FLOW|");
H A Dircomm_tty_attach.c537 if ((self->flags & ASYNC_CTS_FLOW) && ((self->settings.dce & IRCOMM_CTS) == 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Damiserial.c417 if (info->flags & ASYNC_CTS_FLOW) {
769 info->flags |= ASYNC_CTS_FLOW;
772 info->flags &= ~ASYNC_CTS_FLOW;
H A Disicom.c615 if (port->flags & ASYNC_CTS_FLOW) {
778 port->flags &= ~ASYNC_CTS_FLOW;
780 port->flags |= ASYNC_CTS_FLOW;
H A Dmxser.c2256 if (info->flags & ASYNC_CTS_FLOW) {
2604 info->flags |= ASYNC_CTS_FLOW;
2643 info->flags &= ~ASYNC_CTS_FLOW;
H A Dmxser_new.c616 info->flags |= ASYNC_CTS_FLOW;
649 info->flags &= ~ASYNC_CTS_FLOW;
730 if (port->flags & ASYNC_CTS_FLOW) {
H A Dcyclades.c759 (info->flags & ASYNC_CTS_FLOW)) {
2571 info->flags |= ASYNC_CTS_FLOW;
2574 info->flags &= ~ASYNC_CTS_FLOW;
2784 info->flags &= ~ASYNC_CTS_FLOW;
H A Desp.c1108 info->flags |= ASYNC_CTS_FLOW;
1113 info->flags &= ~ASYNC_CTS_FLOW;
H A Dsynclink_gt.c2080 if (info->flags & ASYNC_CTS_FLOW) {
2549 info->flags |= ASYNC_CTS_FLOW;
2551 info->flags &= ~ASYNC_CTS_FLOW;
H A Dsynclink.c1383 if ( (info->flags & ASYNC_CTS_FLOW) &&
1999 info->flags |= ASYNC_CTS_FLOW;
2001 info->flags &= ~ASYNC_CTS_FLOW;
H A Dsynclinkmp.c2565 if ( (info->flags & ASYNC_CTS_FLOW) &&
2905 info->flags |= ASYNC_CTS_FLOW;
2907 info->flags &= ~ASYNC_CTS_FLOW;
H A Dserial167.c443 && (info->flags & ASYNC_CTS_FLOW)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c533 if (info->flags & ASYNC_CTS_FLOW) {
869 info->flags |= ASYNC_CTS_FLOW;
872 info->flags &= ~ASYNC_CTS_FLOW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c838 info->flags |= ASYNC_CTS_FLOW;
840 info->flags &= ~ASYNC_CTS_FLOW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c1129 if (info->flags & ASYNC_CTS_FLOW) {
1539 info->flags |= ASYNC_CTS_FLOW;
1541 info->flags &= ~ASYNC_CTS_FLOW;

Completed in 366 milliseconds