Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtqcomsmd.c194 hdev->set_bdaddr = qca_set_bdaddr_rome; in btqcomsmd_probe()
Dhci_ath.c190 hu->hdev->set_bdaddr = ath_set_bdaddr; in ath_setup()
Dhci_ldisc.c442 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
448 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
Dhci_ag6xx.c178 hu->hdev->set_bdaddr = btintel_set_bdaddr; in ag6xx_setup()
Dbtusb.c3064 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
3085 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
3097 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
3103 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
3117 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3124 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
Dhci_ll.c613 hu->hdev->set_bdaddr = ll_set_bdaddr; in ll_setup()
Dbtmrvl_main.c689 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
Dhci_nokia.c455 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in nokia_setup()
Dhci_intel.c561 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
Dhci_bcm.c494 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dhci_qca.c1204 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
/Linux-v4.19/net/bluetooth/
Dhci_core.c934 if (hdev->set_bdaddr) in hci_init0_req()
1454 hdev->set_bdaddr) in hci_dev_do_open()
1455 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_do_open()
Dmgmt.c608 if (hdev->set_bdaddr) in read_config_info()
775 hdev->set_bdaddr) in get_supported_settings()
5988 if (!hdev->set_bdaddr) in set_public_address()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h429 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member