Home
last modified time | relevance | path

Searched refs:do_clocal (Results 1 – 8 of 8) sorted by relevance

/drivers/tty/
Dtty_port.c227 int do_clocal = 0, retval; in tty_port_block_til_ready() local
256 do_clocal = 1; in tty_port_block_til_ready()
293 (do_clocal || tty_port_carrier_raised(port))) in tty_port_block_til_ready()
Dsynclink_gt.c3281 bool do_clocal = false; in block_til_ready() local
3296 do_clocal = true; in block_til_ready()
3330 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd )) in block_til_ready()
Dsynclinkmp.c3292 bool do_clocal = false; in block_til_ready() local
3310 do_clocal = true; in block_til_ready()
3348 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd)) in block_til_ready()
Dsynclink.c3274 bool do_clocal = false; in block_til_ready() local
3291 do_clocal = true; in block_til_ready()
3329 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || dcd)) in block_til_ready()
/drivers/tty/serial/
D68328serial.c1101 int do_clocal = 0; local
1130 do_clocal = 1;
1161 if (!(info->flags & S_CLOSING) && do_clocal)
Dcrisv10.c3984 int do_clocal = 0, extra_count = 0; in block_til_ready() local
4015 do_clocal = 1; in block_til_ready()
4057 if (!(info->flags & ASYNC_CLOSING) && do_clocal) in block_til_ready()
/drivers/staging/serial/
D68360serial.c1775 int do_clocal = 0; in block_til_ready() local
1809 do_clocal = 1; in block_til_ready()
1851 (do_clocal || (serial_in(info, UART_MSR) & in block_til_ready()
/drivers/isdn/i4l/
Disdn_tty.c1485 int do_clocal = 0; in isdn_tty_block_til_ready() local
1518 do_clocal = 1; in isdn_tty_block_til_ready()
1521 do_clocal = 1; in isdn_tty_block_til_ready()
1555 (do_clocal || (info->msr & UART_MSR_DCD))) { in isdn_tty_block_til_ready()