Home
last modified time | relevance | path

Searched refs:set_diag (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/bluetooth/
H A Dhci_ag6xx.c162 hu->hdev->set_diag = btintel_set_diag; in ag6xx_setup()
H A Dbpa10x.c401 hdev->set_diag = bpa10x_set_diag; in bpa10x_probe()
H A Dhci_intel.c538 hu->hdev->set_diag = btintel_set_diag; in intel_setup()
H A Dhci_bcm.c590 hu->hdev->set_diag = bcm_set_diag; in bcm_setup()
H A Dbtusb.c4194 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
4205 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
H A Dbtintel_pcie.c2472 hdev->set_diag = btintel_set_diag; in btintel_pcie_setup_hdev()
H A Dbtintel.c3759 hdev->set_diag = btintel_set_diag_combined; in btintel_configure_setup()
/linux/net/bluetooth/
H A Dhci_debugfs.c1365 err = hdev->set_diag(hdev, enable); in vendor_diag_write()
1392 if (hdev->set_diag) in hci_debugfs_create_basic()
H A Dhci_sync.c5131 hci_dev_test_flag(hdev, HCI_VENDOR_DIAG) && hdev->set_diag) in hci_dev_init_sync()
5132 ret = hdev->set_diag(hdev, true); in hci_dev_init_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h654 int (*set_diag)(struct hci_dev *hdev, bool enable); member