Home
last modified time | relevance | path

Searched refs:to_hci_dev (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sysfs.c84 struct hci_dev *hdev = to_hci_dev(dev); in bt_host_release()
96 struct hci_dev *hdev = to_hci_dev(dev); in reset_store()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2239 struct hci_dev *hdev = to_hci_dev(dev); in btintel_pcie_get_recovery()
/linux/include/net/bluetooth/
H A Dhci_core.h1681 #define to_hci_dev(d) container_of(d, struct hci_dev, dev) macro