Home
last modified time | relevance | path

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

/linux-3.3/net/bluetooth/hidp/
Dhidp.h87 int ctrl_sock; /* Connected control socket */ member
133 struct socket *ctrl_sock; member
Dsock.c144 int ctrl_sock; /* Connected control socket */ member
Dcore.c971 int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr… in hidp_add_connection()