Searched refs:bh_requested (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 182 bool bh_requested; member 760 info->bh_requested = false; in bh_action() 1248 if (info->pending_bh && !info->bh_running && !info->bh_requested) { in mgslpc_isr() 1253 info->bh_requested = true; in mgslpc_isr() 2611 info->tx_active,info->bh_requested,info->bh_running, in line_info()
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 278 bool bh_requested; member 1305 info->tx_active,info->bh_requested,info->bh_running, in line_info() 1938 info->bh_requested = false; in bh_action() 2413 !port->bh_requested) { in slgt_interrupt() 2416 port->bh_requested = true; in slgt_interrupt()
|
D | synclinkmp.c | 187 bool bh_requested; member 1409 info->tx_active,info->bh_requested,info->bh_running, in line_info() 1990 info->bh_requested = false; in bh_action() 2620 !port->bh_requested ) { in synclinkmp_interrupt() 2625 port->bh_requested = true; in synclinkmp_interrupt()
|
D | synclink.c | 213 bool bh_requested; member 1044 info->bh_requested = false; in mgsl_bh_action() 1725 if ( info->pending_bh && !info->bh_running && !info->bh_requested ) { in mgsl_interrupt() 1730 info->bh_requested = true; in mgsl_interrupt() 3515 info->tx_active,info->bh_requested,info->bh_running, in line_info()
|