Home
last modified time | relevance | path

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

/net/bluetooth/hidp/
Dsock.c166 struct hidp_connadd_req __user *uca; in hidp_sock_compat_ioctl() local
168 uca = compat_alloc_user_space(sizeof(*uca)); in hidp_sock_compat_ioctl()
173 if (put_user(ca.ctrl_sock, &uca->ctrl_sock) || in hidp_sock_compat_ioctl()
174 put_user(ca.intr_sock, &uca->intr_sock) || in hidp_sock_compat_ioctl()
175 put_user(ca.parser, &uca->parser) || in hidp_sock_compat_ioctl()
176 put_user(ca.rd_size, &uca->rd_size) || in hidp_sock_compat_ioctl()
177 put_user(compat_ptr(ca.rd_data), &uca->rd_data) || in hidp_sock_compat_ioctl()
178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
179 put_user(ca.subclass, &uca->subclass) || in hidp_sock_compat_ioctl()
180 put_user(ca.vendor, &uca->vendor) || in hidp_sock_compat_ioctl()
[all …]