Searched refs:tty_ioctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | Makefile | 2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
|
D | tty_io.c | 151 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 483 .unlocked_ioctl = tty_ioctl, 496 .unlocked_ioctl = tty_ioctl, 2534 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function 2818 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl() 2834 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()
|
/Linux-v5.10/include/linux/ |
D | tty.h | 557 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|