Searched refs:tty_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/driver-api/tty/ |
H A D | tty_ioctl.rst | 7 .. kernel-doc:: drivers/tty/tty_ioctl.c
|
H A D | index.rst | 39 tty_ioctl
|
/linux/drivers/tty/ |
H A D | Makefile | 2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
|
H A D | tty.h | 86 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | tty_io.c | 467 .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()
|