Searched refs:tty_ioctl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | Makefile | 2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
|
H A D | tty.h | 81 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | tty_io.c | 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 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()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |