IO_PIN_SHUTDOWN_LIMIT 1050 drivers/char/pcmcia/synclink_cs.c 	if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1085 drivers/char/pcmcia/synclink_cs.c 	if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1123 drivers/char/pcmcia/synclink_cs.c 	if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1138 drivers/char/pcmcia/synclink_cs.c 	if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1295 drivers/tty/synclink.c 			if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1304 drivers/tty/synclink.c 			if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1313 drivers/tty/synclink.c 			if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1331 drivers/tty/synclink.c 			if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
IO_PIN_SHUTDOWN_LIMIT 1987 drivers/tty/synclink_gt.c 	if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
IO_PIN_SHUTDOWN_LIMIT 2007 drivers/tty/synclink_gt.c 	if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
IO_PIN_SHUTDOWN_LIMIT 2042 drivers/tty/synclink_gt.c 	if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
IO_PIN_SHUTDOWN_LIMIT 2079 drivers/tty/synclink_gt.c 	if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
IO_PIN_SHUTDOWN_LIMIT 2418 drivers/tty/synclinkmp.c 			if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) {
IO_PIN_SHUTDOWN_LIMIT 2438 drivers/tty/synclinkmp.c 			if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) {