Lines Matching refs:intr_sock
137 return hidp_send_message(session, session->intr_sock, in hidp_send_intr_message()
413 session->intr_sock->sk->sk_err = EUNATCH; in hidp_idle_timeout()
415 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); in hidp_idle_timeout()
906 struct socket *intr_sock, in hidp_session_new() argument
915 intr = bt_sk(intr_sock->sk); in hidp_session_new()
933 session->intr_sock = intr_sock; in hidp_session_new()
955 get_file(session->intr_sock->file); in hidp_session_new()
981 fput(session->intr_sock->file); in session_free()
1180 struct sock *intr_sk = session->intr_sock->sk; in hidp_session_run()
1214 session->intr_sock); in hidp_session_run()
1259 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1272 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1273 remove_wait_queue(sk_sleep(session->intr_sock->sk), &ctrl_wait); in hidp_session_thread()
1293 struct socket *intr_sock) in hidp_verify_sockets() argument
1299 if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock)) in hidp_verify_sockets()
1303 intr_chan = l2cap_pi(intr_sock->sk)->chan; in hidp_verify_sockets()
1310 intr = bt_sk(intr_sock->sk); in hidp_verify_sockets()
1328 struct socket *intr_sock) in hidp_connection_add() argument
1337 ret = hidp_verify_sockets(ctrl_sock, intr_sock); in hidp_connection_add()
1355 intr_sock, req, conn); in hidp_connection_add()