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

/linux-4.4.14/arch/s390/include/asm/
H A Dtermios.h21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/include/asm-generic/
H A 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
H A Dtermios.h76 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.4.14/arch/parisc/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/cris/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dtermios.h53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/mn10300/include/uapi/asm/
H A Dtermios.h76 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dtermios.h77 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.4.14/arch/mips/include/asm/
H A Dtermios.h87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, kernel_termios_to_user_termios() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dtermios.h87 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.4.14/drivers/tty/
H A Dtty_ioctl.c981 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) tty_mode_ioctl()
992 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) tty_mode_ioctl()
1013 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) tty_mode_ioctl()
/linux-4.4.14/net/irda/irnet/
H A Dirnet_ppp.c764 if(!kernel_termios_to_user_termios((struct termios __user *)argp, &ap->termios)) dev_irnet_ioctl()

Completed in 83 milliseconds