Searched refs:user_termios_to_kernel_termios_1 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | termios.h | 55 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | termios.h | 49 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | termios-base.h | 73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) macro
|
| H A D | termios.h | 83 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1() function
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | termios.h | 93 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | termios.h | 81 #define user_termios_to_kernel_termios_1(k, u) \ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | termios.h | 109 #define user_termios_to_kernel_termios_1(k, u) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 381 if (user_termios_to_kernel_termios_1(&tmp_termios, in set_termios() 764 if (user_termios_to_kernel_termios_1(&kterm, in tty_mode_ioctl()
|