Home
last modified time | relevance | path

Searched refs:bt_dev_dbg (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dhci_bcm.c154 bt_dev_dbg(hdev, "Set Controller clock (%d)", clock.type); in bcm_set_baudrate()
170 bt_dev_dbg(hdev, "Set Controller UART speed to %d bit/s", speed); in bcm_set_baudrate()
251 bt_dev_dbg(bdev, "Host wake IRQ"); in bcm_host_wake()
332 bt_dev_dbg(hu->hdev, "Set Sleep Parameters VSC succeeded"); in bcm_setup_sleep()
370 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_open()
435 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_close()
476 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_flush()
491 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_setup()
604 bt_dev_dbg(hu->hdev, "hu %p skb %p", hu, skb); in bcm_enqueue()
645 bt_dev_dbg(bdev, ""); in bcm_suspend_device()
[all …]
Dbtqca.c38 bt_dev_dbg(hdev, "QCA Version Request"); in qca_read_soc_version()
101 bt_dev_dbg(hdev, "QCA HCI_RESET"); in qca_send_reset()
290 bt_dev_dbg(hdev, "Send segment %d, size %d", i++, segsize); in qca_download_firmware()
341 bt_dev_dbg(hdev, "QCA setup on UART"); in qca_uart_setup()
Dhci_intel.c180 bt_dev_dbg(hu->hdev, "Suspending"); in intel_lpm_suspend()
207 bt_dev_dbg(hu->hdev, "Suspended"); in intel_lpm_suspend()
223 bt_dev_dbg(hu->hdev, "Resuming"); in intel_lpm_resume()
251 bt_dev_dbg(hu->hdev, "Resumed"); in intel_lpm_resume()
280 bt_dev_dbg(hu->hdev, "Resumed by controller"); in intel_lpm_host_wake()
558 bt_dev_dbg(hdev, "start intel_setup"); in intel_setup()
937 bt_dev_dbg(hdev, "TX idle notification (%d)", value); in intel_recv_lpm_notify()
Dhci_ll.c534 bt_dev_dbg(lldev->hu.hdev, " action size %d, type %d ", in download_firmware()
542 bt_dev_dbg(lldev->hu.hdev, "S"); in download_firmware()
552 bt_dev_dbg(lldev->hu.hdev, "command type %d", cmd->prefix); in download_firmware()
564 bt_dev_dbg(lldev->hu.hdev, "W"); in download_firmware()
Dbtrtl.h23 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
Dhci_mrvl.c300 bt_dev_dbg(hdev, "Firmware request, expecting %d bytes", in mrvl_load_firmware()
319 bt_dev_dbg(hdev, "Adjusting tx_len to %d", in mrvl_load_firmware()
Dbtintel.c433 bt_dev_dbg(ctx->hdev, "Register (0x%x) read", le32_to_cpu(cp.addr)); in regmap_ibt_read()
505 bt_dev_dbg(ctx->hdev, "Register (0x%x) write", le32_to_cpu(cp->addr)); in regmap_ibt_gather_write()
695 bt_dev_dbg(hdev, "boot_param=0x%x", *boot_param); in btintel_download_firmware()
Dhci_qca.c1016 bt_dev_dbg(hdev, "sending power pulse %02x to SoC", cmd); in qca_send_power_pulse()
1090 bt_dev_dbg(hu->hdev, "Set UART speed to %d", speed); in qca_set_speed()
Dbtusb.c2885 bt_dev_dbg(hdev, "%s: no OOB Wakeup IRQ in DT", __func__); in btusb_config_oob_wake()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h147 #define bt_dev_dbg(hdev, fmt, ...) \ macro
/Linux-v4.19/net/bluetooth/
Dhci_core.c3563 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen); in hci_cmd_sync()