Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c142 struct hci_dev *hdev = to_hci_dev(dev); in show_type()
149 struct hci_dev *hdev = to_hci_dev(dev); in show_name()
163 struct hci_dev *hdev = to_hci_dev(dev); in show_address()
182 struct hci_dev *hdev = to_hci_dev(dev); in bt_host_release()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h992 #define to_hci_dev(d) container_of(d, struct hci_dev, dev) macro