Searched refs:intr_sock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | core.c | 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() 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 in hidp_session_run() 911 hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr, struct socket *ctrl_sock, struct socket *intr_sock, const struct hidp_connadd_req *req, struct l2cap_conn *conn) hidp_session_new() argument 1312 hidp_verify_sockets(struct socket *ctrl_sock, struct socket *intr_sock) hidp_verify_sockets() argument 1346 hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) hidp_connection_add() argument [all...] |
H A D | hidp.h | 91 int intr_sock; /* Connected interrupt socket */ member 125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock); 153 struct socket *intr_sock; member
|
H A D | sock.c | 73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 133 int intr_sock; /* Connected interrupt socket */ member 184 ca.intr_sock = ca32.intr_sock; in hidp_sock_compat_ioctl() 202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | core.c | 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() 912 struct socket *intr_sock, in hidp_session_new() 921 intr = bt_sk(intr_sock->sk); in hidp_session_new() 940 session->intr_sock = intr_sock; in hidp_session_new() 961 get_file(session->intr_sock->file); in hidp_session_new() 987 fput(session->intr_sock->file); in session_free() 1190 struct sock *intr_sk = session->intr_sock in hidp_session_run() 910 hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr, struct socket *ctrl_sock, struct socket *intr_sock, const struct hidp_connadd_req *req, struct l2cap_conn *conn) hidp_session_new() argument 1311 hidp_verify_sockets(struct socket *ctrl_sock, struct socket *intr_sock) hidp_verify_sockets() argument 1345 hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) hidp_connection_add() argument [all...] |
H A D | hidp.h | 91 int intr_sock; /* Connected interrupt socket */ member 125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock); 153 struct socket *intr_sock; member
|
H A D | sock.c | 74 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 134 int intr_sock; /* Connected interrupt socket */ member 185 ca.intr_sock = ca32.intr_sock; in hidp_sock_compat_ioctl() 203 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
|
Completed in 6 milliseconds