Searched refs:csock (Results 1 – 1 of 1) sorted by relevance
56 struct socket *csock; in do_hidp_sock_ioctl() local70 csock = sockfd_lookup(ca.ctrl_sock, &err); in do_hidp_sock_ioctl()71 if (!csock) in do_hidp_sock_ioctl()76 sockfd_put(csock); in do_hidp_sock_ioctl()81 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl()85 sockfd_put(csock); in do_hidp_sock_ioctl()175 struct socket *csock; in hidp_sock_compat_ioctl() local199 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_compat_ioctl()200 if (!csock) in hidp_sock_compat_ioctl()205 sockfd_put(csock); in hidp_sock_compat_ioctl()[all …]