Home
last modified time | relevance | path

Searched refs:kernel_termios_to_user_termios (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/asm-generic/
Dtermios-base.h68 #ifndef kernel_termios_to_user_termios
69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
Dtermios.h76 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
100 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
/linux-4.1.27/arch/s390/include/asm/
Dtermios.h21 #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/
Dtermios.h47 #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/
Dtermios.h53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.1.27/arch/parisc/include/asm/
Dtermios.h47 #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/
Dtermios.h47 #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/
Dtermios.h76 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.1.27/arch/mips/include/asm/
Dtermios.h87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
/linux-4.1.27/arch/alpha/include/asm/
Dtermios.h77 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.1.27/drivers/tty/
Dtty_ioctl.c978 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
989 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
1010 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/linux-4.1.27/arch/sparc/include/asm/
Dtermios.h87 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.1.27/net/irda/irnet/
Dirnet_ppp.c764 if(!kernel_termios_to_user_termios((struct termios __user *)argp, &ap->termios)) in dev_irnet_ioctl()