Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_port.c354 int do_clocal = 0, retval; in tty_port_block_til_ready() local
383 do_clocal = 1; in tty_port_block_til_ready()
420 (do_clocal || tty_port_carrier_raised(port))) in tty_port_block_til_ready()
Dsynclink_gt.c3275 bool do_clocal = false; in block_til_ready() local
3290 do_clocal = true; in block_til_ready()
3324 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd )) in block_til_ready()
Dsynclinkmp.c3289 bool do_clocal = false; in block_til_ready() local
3307 do_clocal = true; in block_til_ready()
3345 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd)) in block_til_ready()
Dsynclink.c3269 bool do_clocal = false; in block_til_ready() local
3286 do_clocal = true; in block_til_ready()
3324 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || dcd)) in block_til_ready()
/drivers/tty/serial/
Dcrisv10.c3944 int do_clocal = 0, extra_count = 0; in block_til_ready() local
3975 do_clocal = 1; in block_til_ready()
4017 if (!(info->port.flags & ASYNC_CLOSING) && do_clocal) in block_til_ready()