Searched refs:tty_ioctl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dserial2002.c127 static long tty_ioctl(struct file *f, unsigned op, unsigned long param) function
228 tty_ioctl(f, TCGETS, (unsigned long)&settings);
270 tty_ioctl(f, TCSETS, (unsigned long)&settings);
277 tty_ioctl(f, TIOCGSERIAL, (unsigned long)&settings);
279 tty_ioctl(f, TIOCSSERIAL, (unsigned long)&settings);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DMakefile10 obj-y += mem.o random.o tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o tty_buffer.o tty_port.o
H A Dtty_io.c20 * between the high-level tty routines (tty_io.c and tty_ioctl.c) and
148 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
452 .unlocked_ioctl = tty_ioctl,
464 .unlocked_ioctl = tty_ioctl,
2487 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
2496 if (tty_paranoia_check(tty, inode, "tty_ioctl"))
2621 if (tty_paranoia_check(tty, inode, "tty_ioctl"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h458 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
569 /* tty_ioctl.c */

Completed in 178 milliseconds