Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/ !
Dvirtio_bt.c316 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
323 hdev->set_bdaddr = virtbt_set_bdaddr_intel; in virtbt_probe()
Dbtqcomsmd.c165 hdev->set_bdaddr = qca_set_bdaddr_rome; 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()
Dbtusb.c3826 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
3863 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
3871 hdev->set_bdaddr = btmtk_set_bdaddr; in btusb_probe()
3889 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3896 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3905 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
Dhci_ll.c620 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
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.c876 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtkuart_probe()
Dhci_intel.c543 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
Dhci_qca.c1800 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1802 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
Dhci_bcm.c590 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dbtmtksdio.c1367 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtksdio_probe()
Dbtintel.c2621 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_configure_setup()
/linux-6.1.9/net/bluetooth/ !
Dhci_sync.c4516 hdev->set_bdaddr) { in hci_dev_setup_sync()
4517 ret = hdev->set_bdaddr(hdev, in hci_dev_setup_sync()
4582 hdev->set_bdaddr) in hci_dev_init_sync()
4583 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()
8023 if (!hdev->set_bdaddr) in set_public_address()
/linux-6.1.9/include/net/bluetooth/ !
Dhci_core.h660 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member