Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/tty/
H A Dtty_ioctl.rst7 .. kernel-doc:: drivers/tty/tty_ioctl.c
H A Dindex.rst39 tty_ioctl
/linux/drivers/tty/
H A DMakefile2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
H A Dtty.h86 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
H A Dtty_io.c467 .unlocked_ioctl = tty_ioctl,
481 .unlocked_ioctl = tty_ioctl,
2679 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
2953 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl()
2969 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()