ctrl_sock 135 net/bluetooth/hidp/core.c return hidp_send_message(session, session->ctrl_sock, ctrl_sock 420 net/bluetooth/hidp/core.c session->ctrl_sock->sk->sk_err = EUNATCH; ctrl_sock 422 net/bluetooth/hidp/core.c wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); ctrl_sock 786 net/bluetooth/hidp/core.c &l2cap_pi(session->ctrl_sock->sk)->chan->src); ctrl_sock 792 net/bluetooth/hidp/core.c &l2cap_pi(session->ctrl_sock->sk)->chan->dst); ctrl_sock 912 net/bluetooth/hidp/core.c struct socket *ctrl_sock, ctrl_sock 921 net/bluetooth/hidp/core.c ctrl = bt_sk(ctrl_sock->sk); ctrl_sock 940 net/bluetooth/hidp/core.c session->ctrl_sock = ctrl_sock; ctrl_sock 963 net/bluetooth/hidp/core.c get_file(session->ctrl_sock->file); ctrl_sock 989 net/bluetooth/hidp/core.c fput(session->ctrl_sock->file); ctrl_sock 1190 net/bluetooth/hidp/core.c struct sock *ctrl_sk = session->ctrl_sock->sk; ctrl_sock 1236 net/bluetooth/hidp/core.c session->ctrl_sock); ctrl_sock 1278 net/bluetooth/hidp/core.c add_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); ctrl_sock 1312 net/bluetooth/hidp/core.c static int hidp_verify_sockets(struct socket *ctrl_sock, ctrl_sock 1319 net/bluetooth/hidp/core.c if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock)) ctrl_sock 1322 net/bluetooth/hidp/core.c ctrl_chan = l2cap_pi(ctrl_sock->sk)->chan; ctrl_sock 1329 net/bluetooth/hidp/core.c ctrl = bt_sk(ctrl_sock->sk); ctrl_sock 1347 net/bluetooth/hidp/core.c struct socket *ctrl_sock, ctrl_sock 1357 net/bluetooth/hidp/core.c ret = hidp_verify_sockets(ctrl_sock, intr_sock); ctrl_sock 1364 net/bluetooth/hidp/core.c chan = l2cap_pi(ctrl_sock->sk)->chan; ctrl_sock 1374 net/bluetooth/hidp/core.c ret = hidp_session_new(&session, &chan->dst, ctrl_sock, ctrl_sock 90 net/bluetooth/hidp/hidp.h int ctrl_sock; /* Connected control socket */ ctrl_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); ctrl_sock 152 net/bluetooth/hidp/hidp.h struct socket *ctrl_sock; ctrl_sock 69 net/bluetooth/hidp/sock.c csock = sockfd_lookup(ca.ctrl_sock, &err); ctrl_sock 132 net/bluetooth/hidp/sock.c int ctrl_sock; /* Connected control socket */ ctrl_sock 183 net/bluetooth/hidp/sock.c ca.ctrl_sock = ca32.ctrl_sock; ctrl_sock 198 net/bluetooth/hidp/sock.c csock = sockfd_lookup(ca.ctrl_sock, &err);