Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A 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 in hidp_sock_compat_ioctl()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A 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 in hidp_sock_compat_ioctl()
[all...]

Completed in 2 milliseconds