Lines Matching refs:intr_sock
143 return hidp_send_message(session, session->intr_sock, in hidp_send_intr_message()
419 session->intr_sock->sk->sk_err = EUNATCH; in hidp_idle_timeout()
421 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); in hidp_idle_timeout()
913 struct socket *intr_sock, in hidp_session_new() argument
922 intr = bt_sk(intr_sock->sk); in hidp_session_new()
941 session->intr_sock = intr_sock; in hidp_session_new()
962 get_file(session->intr_sock->file); in hidp_session_new()
988 fput(session->intr_sock->file); in session_free()
1191 struct sock *intr_sk = session->intr_sock->sk; in hidp_session_run()
1223 session->intr_sock); in hidp_session_run()
1279 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1292 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1293 remove_wait_queue(sk_sleep(session->intr_sock->sk), &ctrl_wait); in hidp_session_thread()
1313 struct socket *intr_sock) in hidp_verify_sockets() argument
1319 if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock)) in hidp_verify_sockets()
1323 intr_chan = l2cap_pi(intr_sock->sk)->chan; in hidp_verify_sockets()
1330 intr = bt_sk(intr_sock->sk); in hidp_verify_sockets()
1348 struct socket *intr_sock) in hidp_connection_add() argument
1357 ret = hidp_verify_sockets(ctrl_sock, intr_sock); in hidp_connection_add()
1375 intr_sock, req, conn); in hidp_connection_add()