/linux/drivers/bluetooth/ |
H A D | hci_ag6xx.c | 203 bt_dev_info(hdev, "Applying bddata (%s)", fwname); in ag6xx_setup() 221 bt_dev_info(hdev, "Device is already patched. patch num: %02x", in ag6xx_setup() 241 bt_dev_info(hdev, "Patching firmware file (%s)", fwname); in ag6xx_setup() 258 bt_dev_info(hdev, "Patching complete"); in ag6xx_setup() 267 bt_dev_info(hdev, "Invalid patch len (%d)", plen); in ag6xx_setup() 271 bt_dev_info(hdev, "Patching %td/%zu", (fw_ptr - fw->data), in ag6xx_setup()
|
H A D | hci_intel.c | 481 bt_dev_info(hdev, "Change controller speed to %d", speed); in intel_set_baudrate() 662 bt_dev_info(hdev, "No device address configured"); in intel_setup() 709 bt_dev_info(hdev, "Found device firmware: %s", fwname); in intel_setup() 744 bt_dev_info(hdev, "Waiting for firmware download to complete"); in intel_setup() 782 bt_dev_info(hdev, "Firmware loaded in %llu usecs", duration); in intel_setup() 815 bt_dev_info(hdev, "Waiting for device to boot"); in intel_setup() 827 bt_dev_info(hdev, "Device booted in %llu usecs", duration); in intel_setup() 860 bt_dev_info(hdev, "Setup complete"); in intel_setup()
|
H A D | hci_mrvl.c | 219 bt_dev_info(hdev, "Controller id = %x, rev = %x", mrvl->id, mrvl->rev); in mrvl_recv_chip_ver() 297 bt_dev_info(hdev, "Loading %s", name); in mrvl_load_firmware() 329 bt_dev_info(hdev, "Firmware loading complete"); in mrvl_load_firmware()
|
H A D | virtio_bt.c | 122 bt_dev_info(hdev, "%s", (char *)(skb->data + 1)); in virtbt_setup_zephyr() 179 bt_dev_info(hdev, "ROM version %u", *((__u8 *) (skb->data + 1))); in virtbt_setup_realtek()
|
H A D | hci_aml.c | 366 bt_dev_info(hdev, "fw_version: date = %02x.%02x, number = 0x%02x%02x", in aml_dump_fw_version() 380 bt_dev_info(hdev, "set bdaddr (%pM)", bdaddr); in aml_set_bdaddr() 427 bt_dev_info(hdev, "amlbt using default bdaddr (%pM)", &paddr->bdaddr); in aml_check_bdaddr()
|
H A D | btmtk.c | 157 bt_dev_info(hdev, "HW/SW Version: 0x%04x%04x, Build Time: %s", in btmtk_setup_firmware_79xx() 433 bt_dev_info(hdev, "Mediatek coredump end"); in btmtk_process_coredump() 1404 bt_dev_info(hdev, "firmware already downloaded"); in btmtk_usb_setup() 1427 bt_dev_info(hdev, "function already on"); in btmtk_usb_setup() 1467 bt_dev_info(hdev, "Device setup in %llu usecs", duration); in btmtk_usb_setup()
|
H A D | btrtl.h | 12 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__)
|
H A D | btnxpuart.c | 803 bt_dev_info(hdev, "Request Firmware: %s", nxpdev->fw_name); in nxp_request_firmware() 890 bt_dev_info(hdev, "FW Download Complete: %zu bytes", in nxp_recv_fw_req_v1() 1034 bt_dev_info(hdev, "ChipID: %04x, Version: %d", chip_id, loader_ver); in nxp_recv_chip_ver_v3() 1111 bt_dev_info(hdev, "FW Download Complete: %zu bytes", in nxp_recv_fw_req_v3() 1212 bt_dev_info(hdev, "FW already running."); in nxp_setup()
|
H A D | btusb.c | 1043 bt_dev_info(hdev, "Ramdump in progress, defer reset"); in btusb_qca_reset() 1119 bt_dev_info(hdev, "enabling SCO with air mode %u", ev->air_mode); in btusb_sco_connected() 2408 bt_dev_info(hdev, "CSR: Setting up dongle with HCI ver=%u rev=%04x", in btusb_setup_csr() 2411 bt_dev_info(hdev, "LMP ver=%u subver=%04x; manufacturer=%u", in btusb_setup_csr() 3051 bt_dev_info(hdev, "%s memdump size(%u)\n", in handle_dump_pkt_qca() 3080 bt_dev_info(hdev, in handle_dump_pkt_qca() 3288 bt_dev_info(hdev, "using rampatch file: %s", fwname); in btusb_setup_qca_load_rampatch() 3301 bt_dev_info(hdev, "QCA: patch rome 0x%x build 0x%x, " in btusb_setup_qca_load_rampatch() 3380 bt_dev_info(hdev, "using NVM file: %s", fwname); in btusb_setup_qca_load_nvm() 3619 bt_dev_info(hdev, "OOB Wake-on-BT configured at IRQ %u", irq); in btusb_config_oob_wake()
|
H A D | bpa10x.c | 257 bt_dev_info(hdev, "%s", (char *)(skb->data + 1)); in bpa10x_setup()
|
H A D | bt3c_cs.c | 358 bt_dev_info(info->hdev, "Antenna %s", in bt3c_interrupt()
|
/linux/net/bluetooth/ |
H A D | aosp.c | 74 bt_dev_info(hdev, "AOSP extensions version v%u.%02u", in aosp_do_open() 99 bt_dev_info(hdev, "AOSP quality report is supported"); in aosp_do_open()
|
H A D | mgmt.c | 4787 bt_dev_info(hdev, "offload codecs enable %d changed %d", in set_offload_codec_func() 4845 bt_dev_info(hdev, "LE simultaneous roles enable %d changed %d", in set_le_simultaneous_roles_func()
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 274 #define bt_dev_info(hdev, fmt, ...) \ macro
|