Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/bluetooth/
Dvirtio_bt.c329 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
336 hdev->set_bdaddr = virtbt_set_bdaddr_intel; in virtbt_probe()
Dbtqcomsmd.c180 hdev->set_bdaddr = btqcomsmd_set_bdaddr; in btqcomsmd_probe()
Dhci_ath.c179 hu->hdev->set_bdaddr = ath_set_bdaddr; in ath_setup()
Dhci_ag6xx.c163 hu->hdev->set_bdaddr = btintel_set_bdaddr; in ag6xx_setup()
Dhci_ldisc.c447 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
453 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
Dhci_ll.c620 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
Dbtusb.c4359 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
4396 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
4404 hdev->set_bdaddr = btmtk_set_bdaddr; in btusb_probe()
4422 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4430 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4444 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
Dbtmrvl_main.c685 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
Dhci_nokia.c446 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in nokia_setup()
Dbtmtkuart.c870 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtkuart_probe()
Dhci_intel.c543 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
Dhci_qca.c1975 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1977 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
Dhci_bcm.c592 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dbtmtksdio.c1367 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtksdio_probe()
Dbtintel.c2956 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_configure_setup()
Dhci_bcm4377.c2368 hdev->set_bdaddr = bcm4377_hci_set_bdaddr; in bcm4377_probe()
/linux-6.6.21/net/bluetooth/
Dhci_sync.c4716 hdev->set_bdaddr) { in hci_dev_setup_sync()
4717 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_setup_sync()
4774 hdev->set_bdaddr) in hci_dev_init_sync()
4775 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_init_sync()
Dmgmt.c687 if (hdev->set_bdaddr) in read_config_info()
859 hdev->set_bdaddr) in get_supported_settings()
8036 if (!hdev->set_bdaddr) in set_public_address()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h672 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member