Home
last modified time | relevance | path

Searched refs:set_bdaddr (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dvirtio_bt.c329 hdev->set_bdaddr = virtbt_set_bdaddr_zephyr; in virtbt_probe()
336 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 Dbtmrvl_main.c685 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 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 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.c1975 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1977 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
/kernel/linux/linux-5.10/drivers/bluetooth/
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 Dbtusb.c4158 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
4179 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
4193 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
4201 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
4223 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4230 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
4238 hdev->set_bdaddr = btusb_set_bdaddr_wcn6855; in btusb_probe()
H A Dbtmrvl_main.c698 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 Dhci_ll.c620 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
H A Dhci_intel.c543 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
H A Dhci_qca.c1758 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
1760 hu->hdev->set_bdaddr = qca_set_bdaddr; in qca_setup()
H A Dhci_bcm.c563 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c974 if (hdev->set_bdaddr) in hci_init0_req()
1516 hdev->set_bdaddr) { in hci_dev_do_open()
1517 ret = hdev->set_bdaddr(hdev, in hci_dev_do_open()
1549 * If the set_bdaddr driver callback is provided, then in hci_dev_do_open()
1564 hdev->set_bdaddr) in hci_dev_do_open()
1565 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_do_open()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c4722 hdev->set_bdaddr) { in hci_dev_setup_sync()
4723 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_setup_sync()
4747 * If the set_bdaddr driver callback is provided, then in hci_dev_setup_sync()
4780 hdev->set_bdaddr) in hci_dev_init_sync()
4781 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_init_sync()

Completed in 53 milliseconds

12