Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_bcm.c84 hu->hdev->set_bdaddr = btbcm_set_bdaddr; in bcm_setup()
Dhci_ldisc.c299 hdev->set_bdaddr = btintel_set_bdaddr; in hci_uart_setup()
305 hdev->set_bdaddr = btbcm_set_bdaddr; in hci_uart_setup()
Dhci_ath.c175 hu->hdev->set_bdaddr = ath_set_bdaddr; in ath_setup()
Dbtusb.c3158 hdev->set_bdaddr = btbcm_set_bdaddr; in btusb_probe()
3168 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
3177 hdev->set_bdaddr = btintel_set_bdaddr; in btusb_probe()
3182 hdev->set_bdaddr = btusb_set_bdaddr_marvell; in btusb_probe()
3193 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
3200 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; in btusb_probe()
Dbtmrvl_main.c706 hdev->set_bdaddr = btmrvl_set_bdaddr; in btmrvl_register_hdev()
/linux-4.1.27/net/bluetooth/
Dhci_core.c925 if (hdev->set_bdaddr) in hci_init0_req()
1428 hdev->set_bdaddr) in hci_dev_do_open()
1429 ret = hdev->set_bdaddr(hdev, &hdev->public_addr); in hci_dev_do_open()
Dmgmt.c593 if (hdev->set_bdaddr) in read_config_info()
639 hdev->set_bdaddr) in get_supported_settings()
6425 if (!hdev->set_bdaddr) in set_public_address()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h391 int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr); member