Home
last modified time | relevance | path

Searched refs:ctrl_sock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c135 return hidp_send_message(session, session->ctrl_sock, in hidp_send_ctrl_message()
420 session->ctrl_sock->sk->sk_err = EUNATCH; in hidp_idle_timeout()
422 wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); in hidp_idle_timeout()
785 &l2cap_pi(session->ctrl_sock->sk)->chan->src); in hidp_setup_hid()
791 &l2cap_pi(session->ctrl_sock->sk)->chan->dst); in hidp_setup_hid()
911 struct socket *ctrl_sock, in hidp_session_new() argument
920 ctrl = bt_sk(ctrl_sock->sk); in hidp_session_new()
939 session->ctrl_sock = ctrl_sock; in hidp_session_new()
962 get_file(session->ctrl_sock->file); in hidp_session_new()
988 fput(session->ctrl_sock->file); in session_free()
[all …]
H A Dhidp.h90 int ctrl_sock; /* Connected control socket */ member
125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket…
152 struct socket *ctrl_sock; member
H A Dsock.c70 csock = sockfd_lookup(ca.ctrl_sock, &err); in do_hidp_sock_ioctl()
133 int ctrl_sock; /* Connected control socket */ member
184 ca.ctrl_sock = ca32.ctrl_sock; in hidp_sock_compat_ioctl()
199 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_compat_ioctl()