Searched refs:isock (Results 1 – 1 of 1) sorted by relevance
57 struct socket *isock; in do_hidp_sock_ioctl() local 74 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 75 if (!isock) { in do_hidp_sock_ioctl() 81 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl() 86 sockfd_put(isock); in do_hidp_sock_ioctl() 176 struct socket *isock; in hidp_sock_compat_ioctl() local 203 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl() 204 if (!isock) { in hidp_sock_compat_ioctl() 209 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl() 214 sockfd_put(isock); in hidp_sock_compat_ioctl() [all...]