Home
last modified time | relevance | path

Searched refs:kernel_termios_to_user_termios_1 (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dtermios_internal.h43 int kernel_termios_to_user_termios_1(struct termios __user *, struct ktermios *);
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dtermios.h56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dtermios.h50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtermios-base.h74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
H A Dtermios.h89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dtermios.h99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dtermios.h84 #define kernel_termios_to_user_termios_1(u, k) \ macro
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c423 __weak int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
823 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
866 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtermios.c97 int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dtermios.h128 #define kernel_termios_to_user_termios_1(u, k) \ macro
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c736 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
779 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()

Completed in 5 milliseconds