Searched refs:hci_set_fw_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/bluetooth/ |
D | bpa10x.c | 259 hci_set_fw_info(hdev, "%s", skb->data + 1); in bpa10x_setup()
|
D | virtio_bt.c | 124 hci_set_fw_info(hdev, "%s", skb->data + 1); in virtbt_setup_zephyr()
|
D | btqca.c | 138 hci_set_fw_info(hdev, "%s", build_label); in qca_read_fw_build_info()
|
/linux-6.6.21/net/bluetooth/ |
D | hci_core.c | 2980 void hci_set_fw_info(struct hci_dev *hdev, const char *fmt, ...) in hci_set_fw_info() function 2989 EXPORT_SYMBOL(hci_set_fw_info);
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1646 __printf(2, 3) void hci_set_fw_info(struct hci_dev *hdev, const char *fmt, ...);
|