Home
last modified time | relevance | path

Searched refs:tty_ioctl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h82 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
H A Dtty_io.c19 * between the high-level tty routines (tty_io.c and tty_ioctl.c) and
481 .unlocked_ioctl = tty_ioctl,
496 .unlocked_ioctl = tty_ioctl,
2626 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
2634 if (tty_paranoia_check(tty, file_inode(file), "tty_ioctl")) in tty_ioctl()
2910 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl()
2926 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()
2929 if (tty_paranoia_check(tty, file_inode(file), "tty_ioctl")) in tty_compat_ioctl()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty.h81 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
H A Dtty_io.c19 * between the high-level tty routines (tty_io.c and tty_ioctl.c) and
471 .unlocked_ioctl = tty_ioctl,
486 .unlocked_ioctl = tty_ioctl,
2655 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function
2663 if (tty_paranoia_check(tty, file_inode(file), "tty_ioctl")) in tty_ioctl()
2929 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl()
2945 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()
2948 if (tty_paranoia_check(tty, file_inode(file), "tty_ioctl")) in tty_compat_ioctl()

Completed in 12 milliseconds