Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dtty_io.c2821 struct serial_struct32 { struct
2844 struct serial_struct32 __user *ss) in compat_tty_tiocsserial() argument
2846 struct serial_struct32 v32; in compat_tty_tiocsserial()
2852 memcpy(&v, &v32, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocsserial()
2862 struct serial_struct32 __user *ss) in compat_tty_tiocgserial()
2864 struct serial_struct32 v32; in compat_tty_tiocgserial()
2875 memcpy(&v32, &v, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocgserial()