Lines Matching defs:hdev
34 struct hci_dev *hdev = conn->hdev;
36 bt_dev_dbg(hdev, "conn %p", conn);
40 conn->dev.parent = &hdev->dev;
47 struct hci_dev *hdev = conn->hdev;
49 bt_dev_dbg(hdev, "conn %p", conn);
54 dev_set_name(&conn->dev, "%s:%d", hdev->name, conn->handle);
57 bt_dev_err(hdev, "failed to register connection device");
62 struct hci_dev *hdev = conn->hdev;
64 bt_dev_dbg(hdev, "conn %p", conn);
89 struct hci_dev *hdev = to_hci_dev(dev);
91 if (hci_dev_test_flag(hdev, HCI_UNREGISTER))
92 hci_cleanup_dev(hdev);
93 kfree(hdev);
102 void hci_init_sysfs(struct hci_dev *hdev)
104 struct device *dev = &hdev->dev;