l2cap_user        665 include/net/bluetooth/l2cap.h 	int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user);
l2cap_user        666 include/net/bluetooth/l2cap.h 	void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
l2cap_user        952 include/net/bluetooth/l2cap.h int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user);
l2cap_user        953 include/net/bluetooth/l2cap.h void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
l2cap_user         66 net/bluetooth/hidp/core.c 			      struct l2cap_user *user);
l2cap_user         68 net/bluetooth/hidp/core.c 				struct l2cap_user *user);
l2cap_user       1099 net/bluetooth/hidp/core.c 			      struct l2cap_user *user)
l2cap_user       1160 net/bluetooth/hidp/core.c 				struct l2cap_user *user)
l2cap_user        151 net/bluetooth/hidp/hidp.h 	struct l2cap_user user;
l2cap_user       1633 net/bluetooth/l2cap_core.c int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user)
l2cap_user       1671 net/bluetooth/l2cap_core.c void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user)
l2cap_user       1690 net/bluetooth/l2cap_core.c 	struct l2cap_user *user;
l2cap_user       1693 net/bluetooth/l2cap_core.c 		user = list_first_entry(&conn->users, struct l2cap_user, list);