Searched refs:tty_ioctl (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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_io.c | 480 .unlocked_ioctl = tty_ioctl, 495 .unlocked_ioctl = tty_ioctl, 2620 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function 2904 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl() 2920 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 569 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |