Searched refs:to_hci_conn (Results 1 – 2 of 2) sorted by relevance
29 struct hci_conn *conn = to_hci_conn(dev); in show_link_type()36 struct hci_conn *conn = to_hci_conn(dev); in show_link_address()56 struct hci_conn *conn = to_hci_conn(dev); in bt_link_release()
993 #define to_hci_conn(c) container_of(c, struct hci_conn, dev) macro