Home
last modified time | relevance | path

Searched refs:hci_conn_get (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c1639 conn->parent = hci_conn_get(parent); in hci_conn_link()
2683 chan->conn = hci_conn_get(conn); in hci_chan_create()
H A Dhci_sync.c5625 conn = hci_conn_get(conn); in hci_disconnect_all_sync()
H A Dhci_event.c5976 params->conn = hci_conn_get(conn); in check_pending_le_conn()
H A Dl2cap_core.c6874 conn->hcon = hci_conn_get(hcon); in l2cap_conn_add()
H A Dmgmt.c3544 cmd->user_data = hci_conn_get(conn); in pair_device()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1527 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get() function