Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dhci_ath.c175 hu->hdev->set_bdaddr = ath_set_bdaddr; in ath_setup()
Dhci_ldisc.c413 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
419 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
Dbtusb.c2909 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
2930 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
2942 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
2948 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
2961 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
2968 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
Dbtmrvl_main.c683 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
Dhci_bcm.c369 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dhci_qca.c942 hu->hdev->set_bdaddr = qca_set_bdaddr_rome; in qca_setup()
Dhci_intel.c561 hu->hdev->set_bdaddr = btintel_set_bdaddr; in intel_setup()
/linux-4.4.14/net/bluetooth/
Dhci_core.c985 if (hdev->set_bdaddr) in hci_init0_req()
1496 hdev->set_bdaddr) in hci_dev_do_open()
1497 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_do_open()
Dmgmt.c601 if (hdev->set_bdaddr) in read_config_info()
647 hdev->set_bdaddr) in get_supported_settings()
6595 if (!hdev->set_bdaddr) in set_public_address()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h403 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member