Searched refs:C_CLOCAL (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan.c544 if (port->tty && !C_CLOCAL(port->tty)
679 if (port->tty && !C_CLOCAL(port->tty)
771 if (port->tty && !C_CLOCAL(port->tty)
957 if (port->tty && !C_CLOCAL(port->tty)
H A Doption.c490 if (port->tty && !C_CLOCAL(port->tty) &&
H A Dsierra.c339 if (port->tty && !C_CLOCAL(port->tty) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h160 #define C_CLOCAL(tty) _C_FLAG((tty),CLOCAL) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c771 if (C_CLOCAL(tty))
894 if (C_CLOCAL(tty))
1355 return put_user(C_CLOCAL(tty) ? 1 : 0,
H A Driscom8.c767 if (!C_CLOCAL(tty)) {
932 if (C_CLOCAL(tty))
1384 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned __user *)argp);
H A Dmoxa.c768 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long __user *) argp);
775 if (C_CLOCAL(tty))
943 int do_clocal = C_CLOCAL(tty);
H A Dserial167.c909 if (C_CLOCAL(info->tty)) {
1586 put_user(C_CLOCAL(tty) ? 1 : 0,
1806 /* CP('L');CP1(1 && C_CLOCAL(tty)); CP1(1 && (base_addr[CyMSVR1] & CyDCD) ); */
1808 && (C_CLOCAL(tty)
H A Dspecialix.c1180 if (!C_CLOCAL(tty)) {
1361 if (C_CLOCAL(tty))
2020 if (put_user(C_CLOCAL(tty)?1:0, (unsigned long __user *)argp)) {
H A Dgeneric_serial.c552 if (C_CLOCAL(tty))
H A Dtty_ioctl.c842 return put_user(C_CLOCAL(tty) ? 1 : 0, (int __user *)arg);
H A Dcyclades.c1763 if (!(info->flags & ASYNC_CLOSING) && (C_CLOCAL(tty) ||
1826 if (!(info->flags & ASYNC_CLOSING) && (C_CLOCAL(tty) ||
2625 if (C_CLOCAL(info->tty)) {
H A Depca.c2388 if (put_user(C_CLOCAL(tty)?1:0, (unsigned long __user *)arg))
H A Dmxser.c1321 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long __user *)argp);
H A Dmxser_new.c1741 return put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long __user *)argp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c1005 error = put_user(C_CLOCAL(tty) ? 1 : 0,
H A Dmcfserial.c1059 error = put_user(C_CLOCAL(tty) ? 1 : 0,
H A D68360serial.c1389 /* return put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg); */
1390 put_user(C_CLOCAL(tty) ? 1 : 0, (int *) arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c545 if (dev->tty && !C_CLOCAL(dev->tty))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c460 if (info->tty && !C_CLOCAL(info->tty) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2162 rc = put_user(C_CLOCAL(tty) ? 1 : 0, (unsigned long __user *)argp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c1440 return put_user(C_CLOCAL(tty) ? 1 : 0, (ulong __user *) arg);

Completed in 348 milliseconds