Home
last modified time | relevance | path

Searched refs:tty_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/tty/
DMakefile1 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
Dtty_io.c146 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
461 .unlocked_ioctl = tty_ioctl,
473 .unlocked_ioctl = tty_ioctl,
2848 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
/linux-4.1.27/include/linux/
Dtty.h505 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);