Searched refs:tty_ioctl (Results 1 – 2 of 2) sorted by relevance
2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
148 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);480 .unlocked_ioctl = tty_ioctl,493 .unlocked_ioctl = tty_ioctl,2534 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function