Home
last modified time | relevance | path

Searched refs:IO_PIN_SHUTDOWN_LIMIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c117 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1050 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in cts_change()
1085 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in dcd_change()
1123 if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in dsr_change()
1138 if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in ri_change()
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c376 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1984 if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dsr_change()
2004 if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in cts_change()
2039 if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dcd_change()
2076 if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in ri_change()
Dsynclink.c153 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1294 if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in mgsl_isr_io_pin()
1303 if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in mgsl_isr_io_pin()
1312 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in mgsl_isr_io_pin()
1330 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in mgsl_isr_io_pin()
Dsynclinkmp.c135 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
2415 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) { in isr_io_pin()
2435 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) { in isr_io_pin()