Searched refs:kernel_termios_to_user_termios (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | termios_internal.h | 41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *); 46 int kernel_termios_to_user_termios(struct termios __user *, struct ktermios *);
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | termios-base.h | 69 #ifndef kernel_termios_to_user_termios 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
H A D | termios.h | 77 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
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | termios.h | 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | termios.h | 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | termios.h | 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ioctl.c | 413 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function 436 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function 817 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() 828 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl() 849 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | termios.h | 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | termios.h | 78 #define kernel_termios_to_user_termios(u, k) \ macro
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 730 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() 741 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl() 762 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | termios.c | 55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | termios.h | 88 #define kernel_termios_to_user_termios(u, k) \ macro
|
Completed in 5 milliseconds