Searched refs:tty_ioctl (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/tty/ |
A D | .tty_ioctl.o.cmd | 1 …tty_ioctl.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi… 3 source_drivers/tty/tty_ioctl.o := drivers/tty/tty_ioctl.c 5 deps_drivers/tty/tty_ioctl.o := \ 1054 drivers/tty/tty_ioctl.o: $(deps_drivers/tty/tty_ioctl.o) 1056 $(deps_drivers/tty/tty_ioctl.o):
|
A D | Makefile | 2 obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
|
A D | .built-in.a.cmd | 1 …ers/tty/built-in.a drivers/tty/tty_io.o drivers/tty/n_tty.o drivers/tty/tty_ioctl.o drivers/tty/tt…
|
A D | built-in.a | 5 tty_ioctl.o/
|
A D | tty.h | 79 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
A D | tty_io.c | 481 .unlocked_ioctl = tty_ioctl, 496 .unlocked_ioctl = tty_ioctl, 2681 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in tty_ioctl() function 2955 return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in tty_compat_ioctl() 2971 return tty_ioctl(file, cmd, arg); in tty_compat_ioctl()
|
/linux/drivers/ |
A D | built-in.a | 1157 tty/tty_ioctl.o/
|
/linux/ |
A D | System.map | 28310 ffff80001075aff4 T tty_ioctl
|
A D | .tmp_System.map | 28310 ffff80001075aff4 T tty_ioctl
|
Completed in 314 milliseconds