intr_sock         143 net/bluetooth/hidp/core.c 	return hidp_send_message(session, session->intr_sock,
intr_sock         419 net/bluetooth/hidp/core.c 	session->intr_sock->sk->sk_err = EUNATCH;
intr_sock         421 net/bluetooth/hidp/core.c 	wake_up_interruptible(sk_sleep(session->intr_sock->sk));
intr_sock         913 net/bluetooth/hidp/core.c 			    struct socket *intr_sock,
intr_sock         922 net/bluetooth/hidp/core.c 	intr = bt_sk(intr_sock->sk);
intr_sock         941 net/bluetooth/hidp/core.c 	session->intr_sock = intr_sock;
intr_sock         962 net/bluetooth/hidp/core.c 	get_file(session->intr_sock->file);
intr_sock         988 net/bluetooth/hidp/core.c 	fput(session->intr_sock->file);
intr_sock        1191 net/bluetooth/hidp/core.c 	struct sock *intr_sk = session->intr_sock->sk;
intr_sock        1223 net/bluetooth/hidp/core.c 				      session->intr_sock);
intr_sock        1279 net/bluetooth/hidp/core.c 	add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait);
intr_sock        1292 net/bluetooth/hidp/core.c 	remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait);
intr_sock        1293 net/bluetooth/hidp/core.c 	remove_wait_queue(sk_sleep(session->intr_sock->sk), &ctrl_wait);
intr_sock        1313 net/bluetooth/hidp/core.c 			       struct socket *intr_sock)
intr_sock        1319 net/bluetooth/hidp/core.c 	if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock))
intr_sock        1323 net/bluetooth/hidp/core.c 	intr_chan = l2cap_pi(intr_sock->sk)->chan;
intr_sock        1330 net/bluetooth/hidp/core.c 	intr = bt_sk(intr_sock->sk);
intr_sock        1348 net/bluetooth/hidp/core.c 			struct socket *intr_sock)
intr_sock        1357 net/bluetooth/hidp/core.c 	ret = hidp_verify_sockets(ctrl_sock, intr_sock);
intr_sock        1375 net/bluetooth/hidp/core.c 			       intr_sock, req, conn);
intr_sock          91 net/bluetooth/hidp/hidp.h 	int   intr_sock;	/* Connected interrupt socket */
intr_sock         125 net/bluetooth/hidp/hidp.h int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
intr_sock         153 net/bluetooth/hidp/hidp.h 	struct socket *intr_sock;
intr_sock          73 net/bluetooth/hidp/sock.c 		isock = sockfd_lookup(ca.intr_sock, &err);
intr_sock         133 net/bluetooth/hidp/sock.c 	int   intr_sock;	/* Connected interrupt socket */
intr_sock         184 net/bluetooth/hidp/sock.c 		ca.intr_sock = ca32.intr_sock;
intr_sock         202 net/bluetooth/hidp/sock.c 		isock = sockfd_lookup(ca.intr_sock, &err);