Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dhci_bcm.c152 bt_dev_dbg(hdev, "Set Controller clock (%d)", clock.type); in bcm_set_baudrate()
168 bt_dev_dbg(hdev, "Set Controller UART speed to %d bit/s", speed); in bcm_set_baudrate()
288 bt_dev_dbg(bdev, "Host wake IRQ"); in bcm_host_wake()
369 bt_dev_dbg(hu->hdev, "Set Sleep Parameters VSC succeeded"); in bcm_setup_sleep()
407 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_open()
475 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_close()
516 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_flush()
531 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_setup()
660 bt_dev_dbg(hu->hdev, "hu %p skb %p", hu, skb); in bcm_enqueue()
701 bt_dev_dbg(bdev, ""); in bcm_suspend_device()
[all …]
Dbtqca.c25 bt_dev_dbg(hdev, "QCA Version Request"); in qca_read_soc_version()
88 bt_dev_dbg(hdev, "QCA HCI_RESET"); in qca_send_reset()
107 bt_dev_dbg(hdev, "QCA pre shutdown cmd"); in qca_send_pre_shutdown_cmd()
326 bt_dev_dbg(hdev, "Send segment %d, size %d", i++, segsize); in qca_download_firmware()
389 bt_dev_dbg(hdev, "QCA setup on UART"); in qca_uart_setup()
Dhci_intel.c165 bt_dev_dbg(hu->hdev, "Suspending"); in intel_lpm_suspend()
192 bt_dev_dbg(hu->hdev, "Suspended"); in intel_lpm_suspend()
208 bt_dev_dbg(hu->hdev, "Resuming"); in intel_lpm_resume()
236 bt_dev_dbg(hu->hdev, "Resumed"); in intel_lpm_resume()
265 bt_dev_dbg(hu->hdev, "Resumed by controller"); in intel_lpm_host_wake()
546 bt_dev_dbg(hdev, "start intel_setup"); in intel_setup()
921 bt_dev_dbg(hdev, "TX idle notification (%d)", value); in intel_recv_lpm_notify()
Dhci_ll.c500 bt_dev_dbg(lldev->hu.hdev, "command type %d", cmd->prefix); in send_command_from_firmware()
555 bt_dev_dbg(lldev->hu.hdev, " action size %d, type %d ", in download_firmware()
563 bt_dev_dbg(lldev->hu.hdev, "S"); in download_firmware()
571 bt_dev_dbg(lldev->hu.hdev, "W"); in download_firmware()
Dbtrtl.h13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
Dbtintel.c418 bt_dev_dbg(ctx->hdev, "Register (0x%x) read", le32_to_cpu(cp.addr)); in regmap_ibt_read()
490 bt_dev_dbg(ctx->hdev, "Register (0x%x) write", le32_to_cpu(cp->addr)); in regmap_ibt_gather_write()
680 bt_dev_dbg(hdev, "boot_param=0x%x", *boot_param); in btintel_download_firmware()
Dhci_mrvl.c310 bt_dev_dbg(hdev, "Firmware request, expecting %d bytes", in mrvl_load_firmware()
329 bt_dev_dbg(hdev, "Adjusting tx_len to %d", in mrvl_load_firmware()
Dhci_qca.c1065 bt_dev_dbg(hu->hdev, "sending power pulse %02x to controller", cmd); in qca_send_power_pulse()
1151 bt_dev_dbg(hu->hdev, "Set UART speed to %d", speed); in qca_set_speed()
Dbtmtksdio.c517 bt_dev_dbg(bdev->hdev, "Get fw own back"); in btmtksdio_interrupt()
Dbtusb.c3542 bt_dev_dbg(hdev, "%s: no OOB Wakeup IRQ in DT", __func__); in btusb_config_oob_wake()
/Linux-v5.4/include/net/bluetooth/
Dbluetooth.h147 #define bt_dev_dbg(hdev, fmt, ...) \ macro
/Linux-v5.4/net/bluetooth/
Dhci_core.c3675 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen); in hci_cmd_sync()