Searched refs:hidp_connection_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | sock.c | 80 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl() 208 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl()
|
H A D | hidp.h | 125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
|
H A D | core.c | 1346 int hidp_connection_add(const struct hidp_connadd_req *req, in hidp_connection_add() function
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | sock.c | 81 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl() 209 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl()
|
H A D | hidp.h | 125 int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
|
H A D | core.c | 1345 int hidp_connection_add(const struct hidp_connadd_req *req, in hidp_connection_add() function
|
Completed in 6 milliseconds