hci_conn          191 include/net/bluetooth/hci_core.h 	struct hci_conn	*link;
hci_conn          273 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev,
hci_conn          278 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          281 include/net/bluetooth/hci_core.h 		c = list_entry(p, struct hci_conn, list);
hci_conn          288 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev,
hci_conn          293 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          296 include/net/bluetooth/hci_core.h 		c = list_entry(p, struct hci_conn, list);
hci_conn          303 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev,
hci_conn          308 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          311 include/net/bluetooth/hci_core.h 		c = list_entry(p, struct hci_conn, list);
hci_conn          323 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
hci_conn          328 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 auth_type);
hci_conn          480 include/net/bluetooth/hci_core.h 	int (*connect_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn          481 include/net/bluetooth/hci_core.h 	int (*disconn_ind)	(struct hci_conn *conn, __u8 reason);
hci_conn          482 include/net/bluetooth/hci_core.h 	int (*recv_acldata)	(struct hci_conn *conn, struct sk_buff *skb, __u16 flags);
hci_conn          483 include/net/bluetooth/hci_core.h 	int (*recv_scodata)	(struct hci_conn *conn, struct sk_buff *skb);
hci_conn          484 include/net/bluetooth/hci_core.h 	int (*auth_cfm)		(struct hci_conn *conn, __u8 status);
hci_conn          485 include/net/bluetooth/hci_core.h 	int (*encrypt_cfm)	(struct hci_conn *conn, __u8 status, __u8 encrypt);
hci_conn          565 include/net/bluetooth/hci_core.h 	void (*auth_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn          566 include/net/bluetooth/hci_core.h 	void (*encrypt_cfm)	(struct hci_conn *conn, __u8 status, __u8 encrypt);
hci_conn          567 include/net/bluetooth/hci_core.h 	void (*key_change_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn          568 include/net/bluetooth/hci_core.h 	void (*role_switch_cfm)	(struct hci_conn *conn, __u8 status, __u8 role);
hci_conn          201 include/net/bluetooth/l2cap.h 	struct hci_conn	*hcon;
hci_conn           56 include/net/bluetooth/sco.h 	struct hci_conn	*hcon;
hci_conn          529 net/bluetooth/bnep/core.c 	struct hci_conn *conn;
hci_conn          161 net/bluetooth/hci_conn.c 	struct hci_conn *conn = (void *) arg;
hci_conn          193 net/bluetooth/hci_conn.c 	struct hci_conn *conn = (void *) arg;
hci_conn          200 net/bluetooth/hci_conn.c struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst)
hci_conn          202 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn          206 net/bluetooth/hci_conn.c 	conn = kzalloc(sizeof(struct hci_conn), GFP_ATOMIC);
hci_conn          264 net/bluetooth/hci_conn.c 		struct hci_conn *sco = conn->link;
hci_conn          271 net/bluetooth/hci_conn.c 		struct hci_conn *acl = conn->link;
hci_conn          333 net/bluetooth/hci_conn.c struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 auth_type)
hci_conn          335 net/bluetooth/hci_conn.c 	struct hci_conn *acl;
hci_conn          336 net/bluetooth/hci_conn.c 	struct hci_conn *sco;
hci_conn          543 net/bluetooth/hci_conn.c 		struct hci_conn *c;
hci_conn          545 net/bluetooth/hci_conn.c 		c = list_entry(p, struct hci_conn, list);
hci_conn          560 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn          601 net/bluetooth/hci_conn.c 		register struct hci_conn *c;
hci_conn          602 net/bluetooth/hci_conn.c 		c = list_entry(p, struct hci_conn, list);
hci_conn          631 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn          658 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1276 net/bluetooth/hci_core.c static inline struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote)
hci_conn         1279 net/bluetooth/hci_core.c 	struct hci_conn *conn = NULL;
hci_conn         1286 net/bluetooth/hci_core.c 		struct hci_conn *c;
hci_conn         1287 net/bluetooth/hci_core.c 		c = list_entry(p, struct hci_conn, list);
hci_conn         1318 net/bluetooth/hci_core.c 	struct hci_conn  *c;
hci_conn         1324 net/bluetooth/hci_core.c 		c = list_entry(p, struct hci_conn, list);
hci_conn         1335 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         1366 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         1386 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         1434 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         1473 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn           93 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          116 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          135 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          553 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          593 net/bluetooth/hci_event.c 	struct hci_conn *acl, *sco;
hci_conn          625 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          652 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          684 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          711 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          738 net/bluetooth/hci_event.c 	struct hci_conn *acl, *sco;
hci_conn          770 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          793 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          858 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          905 net/bluetooth/hci_event.c 		struct hci_conn *sco = conn->link;
hci_conn          943 net/bluetooth/hci_event.c 		struct hci_conn *conn;
hci_conn         1004 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1029 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1085 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1120 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1142 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1378 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1419 net/bluetooth/hci_event.c 		struct hci_conn *conn;
hci_conn         1447 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1487 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1509 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1589 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1627 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1669 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1714 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1730 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn           36 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = dev_get_drvdata(dev);
hci_conn           42 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = dev_get_drvdata(dev);
hci_conn           50 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = dev_get_drvdata(dev);
hci_conn           96 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = container_of(work, struct hci_conn, work);
hci_conn          140 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = container_of(work, struct hci_conn, work);
hci_conn          610 net/bluetooth/hidp/core.c 	struct hci_conn *conn;
hci_conn          779 net/bluetooth/l2cap.c 	struct hci_conn *hcon;
hci_conn          175 net/bluetooth/rfcomm/tty.c 	struct hci_conn *conn;
hci_conn          185 net/bluetooth/sco.c 	struct hci_conn *hcon;