Home
last modified time | relevance | path

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

/openbmc/linux/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 Dhci_intel.c542 hu->hdev->set_diag = btintel_set_diag; in intel_setup()
H A Dhci_bcm.c591 hu->hdev->set_diag = bcm_set_diag; in bcm_setup()
H A Dbtintel.c2907 hdev->set_diag = btintel_set_diag_combined; in btintel_configure_setup()
H A Dbtusb.c4360 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
4371 hdev->set_diag = btusb_bcm_set_diag; in btusb_probe()
/openbmc/linux/net/bluetooth/
H A Dhci_debugfs.c1366 err = hdev->set_diag(hdev, enable); in vendor_diag_write()
1393 if (hdev->set_diag) in hci_debugfs_create_basic()
H A Dhci_sync.c4975 hci_dev_test_flag(hdev, HCI_VENDOR_DIAG) && hdev->set_diag) in hci_dev_init_sync()
4976 ret = hdev->set_diag(hdev, true); in hci_dev_init_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h637 int (*set_diag)(struct hci_dev *hdev, bool enable); member