Home
last modified time | relevance | path

Searched refs:tty_ioctl (Results 1 – 4 of 4) 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 Dtty.h86 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
H A Dtty_io.c465 .unlocked_ioctl = tty_ioctl,
479 .unlocked_ioctl = tty_ioctl,
2641 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
2915 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl()
2931 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()