Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dvirtio_bt.c327 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
334 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_ldisc.c447 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
453 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
H A Dhci_ag6xx.c163 hu->hdev->set_bdaddr = btintel_set_bdaddr; in ag6xx_setup()
H A Dhci_ll.c620 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
H A Dbtusb.c4361 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
4398 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
4406 hdev->set_bdaddr = btmtk_set_bdaddr; in btusb_probe()
4424 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4432 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4446 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
H A Dbtmrvl_main.c678 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
H A Dhci_nokia.c446 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in nokia_setup()
H A Dbtmtkuart.c870 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtkuart_probe()
H A Dhci_intel.c543 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
H A Dhci_qca.c1979 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1981 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
H A Dhci_bcm.c592 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
H A Dbtmtksdio.c1367 hdev->set_bdaddr = btmtk_set_bdaddr; in btmtksdio_probe()
H A Dbtintel.c2908 hdev->set_bdaddr = btintel_set_bdaddr; in btintel_configure_setup()
H A Dhci_bcm4377.c2367 hdev->set_bdaddr = bcm4377_hci_set_bdaddr; in bcm4377_probe()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c4896 hdev->set_bdaddr) { in hci_dev_setup_sync()
4897 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_setup_sync()
4954 hdev->set_bdaddr) in hci_dev_init_sync()
4955 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_init_sync()
H A Dmgmt.c675 if (hdev->set_bdaddr) in read_config_info()
845 hdev->set_bdaddr) in get_supported_settings()
7977 if (!hdev->set_bdaddr) in set_public_address()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h638 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member