Home
last modified time | relevance | path

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

/linux-6.12.1/net/bluetooth/hidp/
Dsock.c173 struct compat_hidp_connadd_req ca32; in hidp_sock_compat_ioctl() local
181 if (copy_from_user(&ca32, (void __user *) arg, sizeof(ca32))) in hidp_sock_compat_ioctl()
184 ca.ctrl_sock = ca32.ctrl_sock; in hidp_sock_compat_ioctl()
185 ca.intr_sock = ca32.intr_sock; in hidp_sock_compat_ioctl()
186 ca.parser = ca32.parser; in hidp_sock_compat_ioctl()
187 ca.rd_size = ca32.rd_size; in hidp_sock_compat_ioctl()
188 ca.rd_data = compat_ptr(ca32.rd_data); in hidp_sock_compat_ioctl()
189 ca.country = ca32.country; in hidp_sock_compat_ioctl()
190 ca.subclass = ca32.subclass; in hidp_sock_compat_ioctl()
191 ca.vendor = ca32.vendor; in hidp_sock_compat_ioctl()
[all …]