Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
DMakefile2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
Dtty_io.c149 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
481 .unlocked_ioctl = tty_ioctl,
494 .unlocked_ioctl = tty_ioctl,
2524 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
/Linux-v4.19/include/linux/
Dtty.h544 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);