Home
last modified time | relevance | path

Searched refs:to_hci_conn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c29 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()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h993 #define to_hci_conn(c) container_of(c, struct hci_conn, dev) macro