Searched refs:kernel_termios_to_user_termios (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
H A D | termios.h | 21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux-4.1.27/include/asm-generic/ |
H A D | termios-base.h | 68 #ifndef kernel_termios_to_user_termios 69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
H A D | termios.h | 76 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, kernel_termios_to_user_termios() function 100 static inline int kernel_termios_to_user_termios(struct termios __user *u, kernel_termios_to_user_termios() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | termios.h | 53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
H A D | termios.h | 76 #define kernel_termios_to_user_termios(u, k) \ macro
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | termios.h | 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, kernel_termios_to_user_termios() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | termios.h | 77 #define kernel_termios_to_user_termios(u, k) \ macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | termios.h | 87 #define kernel_termios_to_user_termios(u, k) \ macro
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_ioctl.c | 978 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) tty_mode_ioctl() 989 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) tty_mode_ioctl() 1010 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) tty_mode_ioctl()
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_ppp.c | 764 if(!kernel_termios_to_user_termios((struct termios __user *)argp, &ap->termios)) dev_irnet_ioctl()
|
Completed in 127 milliseconds