Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
DMakefile2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
Dtty.h79 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
Dtty_io.c478 .unlocked_ioctl = tty_ioctl,
493 .unlocked_ioctl = tty_ioctl,
2654 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
2928 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl()
2944 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()