Home
last modified time | relevance | path

Searched refs:C_CLOCAL (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan.c557 if (port->tty && !C_CLOCAL(port->tty) in usa26_instat_callback()
693 if (port->tty && !C_CLOCAL(port->tty) in usa28_instat_callback()
786 if (port->tty && !C_CLOCAL(port->tty) in usa49_instat_callback()
976 if (port->tty && !C_CLOCAL(port->tty) in usa90_instat_callback()
/linux-2.4.37.9/include/linux/
Dtty.h225 #define C_CLOCAL(tty) _C_FLAG((tty),CLOCAL) macro
/linux-2.4.37.9/drivers/char/
Disicom.c786 if (C_CLOCAL(tty)) in isicom_config_port()
946 if (C_CLOCAL(tty)) in block_til_ready()
1525 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in isicom_ioctl()
Driscom8.c835 if (!C_CLOCAL(tty)) { in rc_change_speed()
1025 if (C_CLOCAL(tty)) in block_til_ready()
1561 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned int *) arg); in rc_ioctl()
Dtty_ioctl.c529 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in n_tty_ioctl()
Dspecialix.c1190 if (!C_CLOCAL(tty)) { in sx_change_speed()
1384 if (C_CLOCAL(tty)) in block_til_ready()
2009 put_user(C_CLOCAL(tty) ? 1 : 0, in sx_ioctl()
Dserial167.c1006 if (C_CLOCAL(info->tty)) { in config_setup()
1795 ret_val = put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in cy_ioctl()
2076 && (C_CLOCAL(tty) in block_til_ready()
Dmoxa.c846 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in moxa_ioctl()
853 if (C_CLOCAL(tty)) in moxa_ioctl()
1077 int do_clocal = C_CLOCAL(tty); in block_till_ready()
Dgeneric_serial.c660 if (C_CLOCAL(tty)) in gs_block_til_ready()
Ddz.c986 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in dz_ioctl()
Dcyclades.c2478 && (C_CLOCAL(tty) in block_til_ready()
2542 && (C_CLOCAL(tty) in block_til_ready()
3416 if (C_CLOCAL(info->tty)) { in set_line_char()
Dsgiserial.c1361 if (put_user(C_CLOCAL(tty) ? 1 : 0, in rs_ioctl()
Dmxser.c1097 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in mxser_ioctl()
Dpcxx.c2126 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned int *)arg); in pcxe_ioctl()
Drocket.c1426 tmp = C_CLOCAL(tty) ? 1 : 0; in rp_ioctl()
Depca.c3108 putUser(C_CLOCAL(tty) ? 1 : 0, in pc_ioctl()
Dip2main.c2372 PUT_USER(rc,C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in ip2_ioctl()
/linux-2.4.37.9/drivers/sbus/char/
Daurora.c1150 if (!C_CLOCAL(tty)) { in aurora_change_speed()
1354 if (C_CLOCAL(tty)) in block_til_ready()
2027 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *)arg); in aurora_ioctl()
Dzs.c1462 if (put_user(C_CLOCAL(tty) ? 1 : 0, in zs_ioctl()
/linux-2.4.37.9/drivers/s390/net/
Dctctty.c849 put_user(C_CLOCAL(tty) ? 1 : 0, (ulong *) arg); in ctc_tty_ioctl()
/linux-2.4.37.9/drivers/tc/
Dzs.c530 if (info->tty && !C_CLOCAL(info->tty) && in status_handle()
/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xtty.c1710 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in sab8253x_ioctl()
/linux-2.4.37.9/arch/ppc/8xx_io/
Duart.c1545 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in rs_8xx_ioctl()
/linux-2.4.37.9/arch/ppc/cpm2_io/
Duart.c1545 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in rs_8xx_ioctl()
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c498 && info->tty && !C_CLOCAL(info->tty)) { in status_handle()

12