Home
last modified time | relevance | path

Searched refs:set_bdaddr (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/bluetooth/
H A Dvirtio_bt.c351 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
358 hdev->set_bdaddr = virtbt_set_bdaddr_intel; in virtbt_probe()
H A Dbtqcomsmd.c180 hdev->set_bdaddr = btqcomsmd_set_bdaddr; in btqcomsmd_probe()
H A Dhci_ath.c179 hu->hdev->set_bdaddr = ath_set_bdaddr; in ath_setup()
H A Dhci_ag6xx.c163 hu->hdev->set_bdaddr = btintel_set_bdaddr; in ag6xx_setup()
H A Dhci_ldisc.c474 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
480 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
H A Dhci_ll.c623 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
H A Dbtusb.c4255 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
4292 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
4300 hdev->set_bdaddr = btmtk_set_bdaddr; in btusb_probe()
4323 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4331 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4348 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
H A Dhci_aml.c599 hdev->set_bdaddr = aml_set_bdaddr; in aml_setup()
H A Dhci_nokia.c461 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in nokia_setup()
H A Dbtmrvl_main.c699 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
H A Dbtmtkuart.c873 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtkuart_probe()
H A Dhci_intel.c539 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
H A Dhci_qca.c2078 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
2080 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
H A Dhci_bcm.c591 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
H A Dbtmtksdio.c1409 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtksdio_probe()
H A Dbtnxpuart.c1907 hdev->set_bdaddr = nxp_set_bdaddr; in nxp_serdev_probe()
H A Dbtintel_pcie.c2954 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_pcie_setup_hdev()
H A Dbtintel.c3949 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_configure_setup()
/linux/net/bluetooth/
H A Dhci_sync.c5264 hdev->set_bdaddr) { in hci_dev_setup_sync()
5265 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_setup_sync()
5322 hdev->set_bdaddr) in hci_dev_init_sync()
5323 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_init_sync()
H A Dmgmt.c672 if (hdev->set_bdaddr) in read_config_info()
840 if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) || hdev->set_bdaddr) in get_supported_settings()
8382 if (!hdev->set_bdaddr) in set_public_address()
/linux/include/net/bluetooth/
H A Dhci_core.h655 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member