Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c117 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1048 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in cts_change()
1083 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in dcd_change()
1121 if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in dsr_change()
1136 if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) in ri_change()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c347 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1922 if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dsr_change()
1942 if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in cts_change()
1977 if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dcd_change()
2014 if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in ri_change()