Home
last modified time | relevance | path

Searched refs:IO_PIN_SHUTDOWN_LIMIT (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A 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()
/kernel/linux/linux-5.10/drivers/tty/
H A 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()
H A Dsynclink_gt.c350 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1931 if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dsr_change()
1951 if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in cts_change()
1986 if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dcd_change()
2023 if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in ri_change()
H A 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()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c345 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1921 if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dsr_change()
1941 if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in cts_change()
1976 if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in dcd_change()
2013 if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) { in ri_change()

Completed in 30 milliseconds