Searched refs:intr_sock (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/hidp/
H A Dcore.c137 return hidp_send_message(session, session->intr_sock, hidp_send_intr_message()
413 session->intr_sock->sk->sk_err = EUNATCH; hidp_idle_timeout()
415 wake_up_interruptible(sk_sleep(session->intr_sock->sk)); hidp_idle_timeout()
906 struct socket *intr_sock, hidp_session_new()
915 intr = bt_sk(intr_sock->sk); hidp_session_new()
934 session->intr_sock = intr_sock; hidp_session_new()
956 get_file(session->intr_sock->file); hidp_session_new()
982 fput(session->intr_sock->file); session_free()
1181 struct sock *intr_sk = session->intr_sock->sk; hidp_session_run()
1189 * - Via modifying the socket state of ctrl/intr_sock. This hidp_session_run()
1215 session->intr_sock); hidp_session_run()
1260 add_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); hidp_session_thread()
1273 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); hidp_session_thread()
1274 remove_wait_queue(sk_sleep(session->intr_sock->sk), &ctrl_wait); hidp_session_thread()
1294 struct socket *intr_sock) hidp_verify_sockets()
1300 if (!l2cap_is_socket(ctrl_sock) || !l2cap_is_socket(intr_sock)) hidp_verify_sockets()
1304 intr_chan = l2cap_pi(intr_sock->sk)->chan; hidp_verify_sockets()
1311 intr = bt_sk(intr_sock->sk); hidp_verify_sockets()
1329 struct socket *intr_sock) hidp_connection_add()
1338 ret = hidp_verify_sockets(ctrl_sock, intr_sock); hidp_connection_add()
1356 intr_sock, req, conn); hidp_connection_add()
904 hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr, struct socket *ctrl_sock, struct socket *intr_sock, struct hidp_connadd_req *req, struct l2cap_conn *conn) hidp_session_new() argument
1293 hidp_verify_sockets(struct socket *ctrl_sock, struct socket *intr_sock) hidp_verify_sockets() argument
1327 hidp_connection_add(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) hidp_connection_add() argument
H A Dhidp.h91 int intr_sock; /* Connected interrupt socket */ member in struct:hidp_connadd_req
125 int hidp_connection_add(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
153 struct socket *intr_sock; member in struct:hidp_session
H A Dsock.c74 isock = sockfd_lookup(ca.intr_sock, &err); hidp_sock_ioctl()
128 int intr_sock; /* Connected interrupt socket */ member in struct:compat_hidp_connadd_req
174 put_user(ca.intr_sock, &uca->intr_sock) || hidp_sock_compat_ioctl()

Completed in 115 milliseconds