Home
last modified time | relevance | path

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

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