Searched refs:C_CLOCAL (Results 1 – 25 of 29) sorted by relevance
12
/linux-2.4.37.9/drivers/usb/serial/ |
D | keyspan.c | 557 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/ |
D | tty.h | 225 #define C_CLOCAL(tty) _C_FLAG((tty),CLOCAL) macro
|
/linux-2.4.37.9/drivers/char/ |
D | isicom.c | 786 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()
|
D | riscom8.c | 835 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()
|
D | tty_ioctl.c | 529 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in n_tty_ioctl()
|
D | specialix.c | 1190 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()
|
D | serial167.c | 1006 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()
|
D | moxa.c | 846 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()
|
D | generic_serial.c | 660 if (C_CLOCAL(tty)) in gs_block_til_ready()
|
D | dz.c | 986 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in dz_ioctl()
|
D | cyclades.c | 2478 && (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()
|
D | sgiserial.c | 1361 if (put_user(C_CLOCAL(tty) ? 1 : 0, in rs_ioctl()
|
D | mxser.c | 1097 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in mxser_ioctl()
|
D | pcxx.c | 2126 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned int *)arg); in pcxe_ioctl()
|
D | rocket.c | 1426 tmp = C_CLOCAL(tty) ? 1 : 0; in rp_ioctl()
|
D | epca.c | 3108 putUser(C_CLOCAL(tty) ? 1 : 0, in pc_ioctl()
|
D | ip2main.c | 2372 PUT_USER(rc,C_CLOCAL(tty) ? 1 : 0, (unsigned long *) arg); in ip2_ioctl()
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | aurora.c | 1150 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()
|
D | zs.c | 1462 if (put_user(C_CLOCAL(tty) ? 1 : 0, in zs_ioctl()
|
/linux-2.4.37.9/drivers/s390/net/ |
D | ctctty.c | 849 put_user(C_CLOCAL(tty) ? 1 : 0, (ulong *) arg); in ctc_tty_ioctl()
|
/linux-2.4.37.9/drivers/tc/ |
D | zs.c | 530 if (info->tty && !C_CLOCAL(info->tty) && in status_handle()
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xtty.c | 1710 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in sab8253x_ioctl()
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | uart.c | 1545 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in rs_8xx_ioctl()
|
/linux-2.4.37.9/arch/ppc/cpm2_io/ |
D | uart.c | 1545 return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); in rs_8xx_ioctl()
|
/linux-2.4.37.9/drivers/macintosh/ |
D | macserial.c | 498 && info->tty && !C_CLOCAL(info->tty)) { in status_handle()
|
12