Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dvirtio_bt.c313 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
320 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_ldisc.c447 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
453 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
Dhci_ag6xx.c163 hu->hdev->set_bdaddr = btintel_set_bdaddr; in ag6xx_setup()
Dhci_ll.c620 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
Dbtmrvl_main.c698 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
Dbtusb.c3783 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
3814 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
3838 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3845 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3854 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
Dhci_nokia.c446 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in nokia_setup()
Dhci_qca.c1799 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1801 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
Dhci_intel.c543 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
Dhci_bcm.c572 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dbtintel.c2424 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_configure_setup()
/Linux-v5.15/net/bluetooth/
Dhci_core.c981 if (hdev->set_bdaddr) in hci_init0_req()
1523 hdev->set_bdaddr) { in hci_dev_do_open()
1524 ret = hdev->set_bdaddr(hdev, in hci_dev_do_open()
1571 hdev->set_bdaddr) in hci_dev_do_open()
1572 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_do_open()
Dmgmt.c644 if (hdev->set_bdaddr) in read_config_info()
821 hdev->set_bdaddr) in get_supported_settings()
7101 if (!hdev->set_bdaddr) in set_public_address()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h606 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member