Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dtermios-base.h69 #ifndef kernel_termios_to_user_termios
70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
Dtermios.h77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function