Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_ag6xx.c162 hu->hdev->set_diag = btintel_set_diag; in ag6xx_setup()
H A Dbpa10x.c399 hdev->set_diag = bpa10x_set_diag; in bpa10x_probe()
H A Dbtusb.c4135 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
4146 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
4156 hdev->set_diag = btintel_set_diag_mfg; in btusb_probe()
4170 hdev->set_diag = btintel_set_diag; in btusb_probe()
H A Dhci_intel.c542 hu->hdev->set_diag = btintel_set_diag; in intel_setup()
H A Dhci_bcm.c562 hu->hdev->set_diag = bcm_set_diag; in bcm_setup()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c155 err = hdev->set_diag(hdev, enable); in vendor_diag_write()
182 if (hdev->set_diag) in hci_debugfs_create_basic()
1585 hci_dev_test_flag(hdev, HCI_VENDOR_DIAG) && hdev->set_diag) in hci_dev_do_open()
1586 ret = hdev->set_diag(hdev, true); in hci_dev_do_open()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h567 int (*set_diag)(struct hci_dev *hdev, bool enable); member