/linux-6.6.21/net/bluetooth/ |
D | hci_event.c | 93 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_inquiry_cancel() 133 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_periodic_inq() 148 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_exit_periodic_inq() 165 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_remote_name_req_cancel() 176 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_role_discovery() 198 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_read_link_policy() 221 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_write_link_policy() 246 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_read_def_link_policy() 262 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_write_def_link_policy() 280 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_reset() [all …]
|
D | hci_request.c | 59 bt_dev_dbg(hdev, "length %u", skb_queue_len(&req->cmd_q)); in req_run() 103 bt_dev_dbg(hdev, "result 0x%2.2x", result); in hci_req_sync_complete() 122 bt_dev_dbg(hdev, "start"); in __hci_req_sync() 186 bt_dev_dbg(hdev, "end: err %d", err); in __hci_req_sync() 230 bt_dev_dbg(hdev, "skb len %d", skb->len); in hci_prepare_cmd() 245 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen); in hci_req_add_ev() 272 bt_dev_dbg(req->hdev, "HCI_REQ-0x%4.4x", opcode); in hci_req_add() 290 bt_dev_dbg(hdev, "cancelling interleave scan"); in cancel_interleave_scan() 318 bt_dev_dbg(hdev, "starting interleave scan"); in __hci_update_interleaved_scan() 333 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_req_add_le_scan_disable() [all …]
|
D | coredump.c | 32 bt_dev_dbg(hdev, \ 53 bt_dev_dbg(hdev, "Updating devcoredump state from %d to %d.", in hci_devcd_update_state() 191 bt_dev_dbg(hdev, "Invalid dump init pkt"); in hci_devcd_handle_pkt_init() 219 bt_dev_dbg(hdev, "Failed to insert skb"); in hci_devcd_handle_pkt_skb() 233 bt_dev_dbg(hdev, "Invalid pattern skb"); in hci_devcd_handle_pkt_pattern() 240 bt_dev_dbg(hdev, "Failed to set pattern"); in hci_devcd_handle_pkt_pattern() 256 bt_dev_dbg(hdev, "complete with size %u (expect %zu)", dump_size, in hci_devcd_handle_pkt_complete() 275 bt_dev_dbg(hdev, "aborted with size %u (expect %zu)", dump_size, in hci_devcd_handle_pkt_abort() 352 bt_dev_dbg(hdev, "Unknown packet (%d) for state (%d). ", in hci_devcd_rx() 391 bt_dev_dbg(hdev, "timeout with size %u (expect %zu)", dump_size, in hci_devcd_timeout()
|
D | hci_sysfs.c | 38 bt_dev_dbg(hdev, "conn %p", conn); in hci_conn_init_sysfs() 51 bt_dev_dbg(hdev, "conn %p", conn); in hci_conn_add_sysfs() 66 bt_dev_dbg(hdev, "conn %p", conn); in hci_conn_del_sysfs()
|
D | mgmt.c | 371 bt_dev_dbg(hdev, "sock %p", sk); in read_version() 387 bt_dev_dbg(hdev, "sock %p", sk); in read_commands() 440 bt_dev_dbg(hdev, "sock %p", sk); in read_index_list() 474 bt_dev_dbg(hdev, "Added hci%u", d->id); in read_index_list() 500 bt_dev_dbg(hdev, "sock %p", sk); in read_unconf_index_list() 534 bt_dev_dbg(hdev, "Added hci%u", d->id); in read_unconf_index_list() 559 bt_dev_dbg(hdev, "sock %p", sk); in read_ext_index_list() 601 bt_dev_dbg(hdev, "Added hci%u", d->id); in read_ext_index_list() 677 bt_dev_dbg(hdev, "sock %p", sk); in read_config_info() 1038 bt_dev_dbg(hdev, ""); in rpa_expired() [all …]
|
D | aosp.c | 52 bt_dev_dbg(hdev, "Initialize AOSP extension"); in aosp_do_open() 116 bt_dev_dbg(hdev, "Cleanup of AOSP extension"); in aosp_do_close() 203 bt_dev_dbg(hdev, "quality report enable %d", enable); in aosp_set_quality_report()
|
D | smp.c | 508 bt_dev_dbg(hdev, "RPA %pMR IRK %*phN", bdaddr, 16, irk); in smp_irk_matches() 534 bt_dev_dbg(hdev, "RPA %pMR", rpa); in smp_generate_rpa() 551 bt_dev_dbg(hdev, "Using debug keys"); in smp_generate_oob() 600 bt_dev_dbg(conn->hcon->hdev, "code 0x%2.2x", code); in smp_send_cmd() 864 bt_dev_dbg(hcon->hdev, "auth:%u lcl:%u rem:%u", auth, local_io, in tk_request() 930 bt_dev_dbg(hcon->hdev, "PassKey: %u", passkey); in tk_request() 955 bt_dev_dbg(conn->hcon->hdev, "conn %p", conn); in smp_confirm() 983 bt_dev_dbg(conn->hcon->hdev, "conn %p %s", conn, in smp_random() 1255 bt_dev_dbg(hdev, "conn %p", conn); in smp_distribute_keys() 1285 bt_dev_dbg(hdev, "keydist 0x%x", *keydist); in smp_distribute_keys() [all …]
|
D | hci_sync.c | 27 bt_dev_dbg(hdev, "result 0x%2.2x", result); in hci_cmd_sync_complete() 67 bt_dev_dbg(hdev, "skb len %d", skb->len); in hci_cmd_sync_alloc() 89 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen); in hci_cmd_sync_add() 119 bt_dev_dbg(hdev, "length %u", skb_queue_len(&req->cmd_q)); in hci_cmd_sync_run() 155 bt_dev_dbg(hdev, "Opcode 0x%4.4x", opcode); in __hci_cmd_sync_sk() 193 bt_dev_dbg(hdev, "end: err %d", err); in __hci_cmd_sync_sk() 221 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen); in hci_cmd_sync() 283 bt_dev_dbg(hdev, ""); in hci_cmd_sync_work() 300 bt_dev_dbg(hdev, "entry %p", entry); in hci_cmd_sync_work() 345 bt_dev_dbg(hdev, ""); in le_scan_disable() [all …]
|
D | msft.c | 363 bt_dev_dbg(hdev, "MSFT: Canceled device %pMR address filter", in msft_remove_addr_filters_sync() 650 bt_dev_dbg(hdev, "Initialize MSFT extension"); in msft_do_open() 684 bt_dev_dbg(hdev, "Cleanup of MSFT extension"); in msft_do_close() 751 bt_dev_dbg(hdev, "MSFT: Canceled device %pMR address filter", in msft_cancel_address_filter_sync() 764 bt_dev_dbg(hdev, "Register MSFT extension"); in msft_register() 785 bt_dev_dbg(hdev, "Unregister MSFT extension"); in msft_unregister() 920 bt_dev_dbg(hdev, "MSFT: Address %pMR filter enabled", in msft_add_address_filter_sync() 969 bt_dev_dbg(hdev, "MSFT: Add device %pMR address filter", in msft_add_address_filter() 989 bt_dev_dbg(hdev, in msft_monitor_device_evt() 1113 bt_dev_dbg(hdev, "MSFT vendor event 0x%02x", *evt); in msft_vendor_evt()
|
D | mgmt_config.c | 116 bt_dev_dbg(hdev, "sock %p", sk); in read_def_system_config() 333 bt_dev_dbg(hdev, "sock %p", sk); in read_def_runtime_config() 342 bt_dev_dbg(hdev, "sock %p", sk); in set_def_runtime_config()
|
D | hci_conn.c | 346 bt_dev_dbg(hdev, "hcon %p", conn); in hci_enhanced_setup_sync() 466 bt_dev_dbg(hdev, "hcon %p", conn); in hci_setup_sync_conn() 761 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 783 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 806 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 823 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", big, conn->sync_handle); in hci_le_big_terminate() 853 bt_dev_dbg(hdev, "conn %p", conn); in bis_cleanup() 888 bt_dev_dbg(hdev, "handle 0x%2.2x", handle); in hci_le_remove_cig() 943 bt_dev_dbg(hdev, "dst %pMR handle 0x%4.4x", dst, handle); in hci_conn_add() 1041 bt_dev_dbg(hdev, "dst %pMR", dst); in hci_conn_add_unset() [all …]
|
D | hci_core.c | 1953 bt_dev_dbg(hdev, "add monitor %d status %d", in hci_add_adv_monitor() 1960 bt_dev_dbg(hdev, "add monitor %d msft status %d", in hci_add_adv_monitor() 1980 bt_dev_dbg(hdev, "remove monitor %d status %d", in hci_remove_adv_monitor() 1987 bt_dev_dbg(hdev, "remove monitor %d msft status %d", in hci_remove_adv_monitor() 2834 bt_dev_dbg(hdev, ""); in hci_suspend_dev() 2865 bt_dev_dbg(hdev, ""); in hci_resume_dev() 3153 bt_dev_dbg(hdev, "event 0x%2.2x", event); in hci_recv_event_data() 3937 bt_dev_dbg(hdev, "len %d handle 0x%4.4x flags 0x%4.4x", skb->len, in hci_isodata_packet()
|
D | iso.c | 1762 bt_dev_dbg(hdev, "bdaddr %pMR", bdaddr); in iso_connect_ind()
|
/linux-6.6.21/drivers/bluetooth/ |
D | btqca.c | 29 bt_dev_dbg(hdev, "QCA Version Request"); in qca_read_soc_version() 105 bt_dev_dbg(hdev, "QCA read fw build info"); in qca_read_fw_build_info() 152 bt_dev_dbg(hdev, "QCA Patch config"); in qca_send_patch_config_cmd() 194 bt_dev_dbg(hdev, "QCA HCI_RESET"); in qca_send_reset() 213 bt_dev_dbg(hdev, "QCA pre shutdown cmd"); in qca_send_pre_shutdown_cmd() 251 bt_dev_dbg(hdev, "File Class : 0x%x", fw_data[4]); in qca_tlv_check_data() 252 bt_dev_dbg(hdev, "Data Encoding : 0x%x", fw_data[5]); in qca_tlv_check_data() 253 bt_dev_dbg(hdev, "File version : 0x%x", fw_data[6]); in qca_tlv_check_data() 463 bt_dev_dbg(hdev, "QCA Failed to request file: %s (%d)", in qca_download_firmware() 501 bt_dev_dbg(hdev, "Send segment %d, size %d", i++, segsize); in qca_download_firmware() [all …]
|
D | hci_bcm.c | 190 bt_dev_dbg(hdev, "Set Controller clock (%d)", clock.type); in bcm_set_baudrate() 206 bt_dev_dbg(hdev, "Set Controller UART speed to %d bit/s", speed); in bcm_set_baudrate() 326 bt_dev_dbg(bdev, "Host wake IRQ"); in bcm_host_wake() 409 bt_dev_dbg(hu->hdev, "Set Sleep Parameters VSC succeeded"); in bcm_setup_sleep() 447 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_open() 533 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_close() 574 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_flush() 589 bt_dev_dbg(hu->hdev, "hu %p", hu); in bcm_setup() 726 bt_dev_dbg(hu->hdev, "hu %p skb %p", hu, skb); in bcm_enqueue() 767 bt_dev_dbg(bdev, ""); in bcm_suspend_device() [all …]
|
D | btnxpuart.c | 353 bt_dev_dbg(hdev, "Set UART break: %s, status=%d", in ps_control() 437 bt_dev_dbg(hdev, "Power Save mode response: status=%d, ps_mode=%d", in send_ps_cmd() 478 bt_dev_dbg(hdev, "Set Wakeup Method response: status=%d, h2c_wakeupmode=%d", in send_wakeup_method_cmd() 680 bt_dev_dbg(hdev, "Request Firmware: %s", nxpdev->fw_name); in nxp_request_firmware() 732 bt_dev_dbg(hdev, "ERR: Send NAK"); in nxp_recv_fw_req_v1() 768 bt_dev_dbg(hdev, "FW Downloaded Successfully: %zu bytes", in nxp_recv_fw_req_v1() 787 bt_dev_dbg(hdev, "CRC error. Resend %d bytes of FW.", len); in nxp_recv_fw_req_v1() 921 bt_dev_dbg(hdev, "FW Downloaded Successfully: %zu bytes", in nxp_recv_fw_req_v3() 928 bt_dev_dbg(hdev, "FW Download received err 0x%02x from chip", in nxp_recv_fw_req_v3() 972 bt_dev_dbg(hdev, "Set baudrate response: status=%d, baudrate=%d", in nxp_set_baudrate_cmd() [all …]
|
D | hci_intel.c | 165 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() 540 bt_dev_dbg(hdev, "start intel_setup"); in intel_setup() 910 bt_dev_dbg(hdev, "TX idle notification (%d)", value); in intel_recv_lpm_notify()
|
D | hci_ll.c | 500 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()
|
D | btintel.c | 728 bt_dev_dbg(ctx->hdev, "Register (0x%x) read", le32_to_cpu(cp.addr)); in regmap_ibt_read() 800 bt_dev_dbg(ctx->hdev, "Register (0x%x) write", le32_to_cpu(cp->addr)); in regmap_ibt_gather_write() 1469 bt_dev_dbg(hdev, "enable %d", enable); in btintel_set_quality_report() 1532 bt_dev_dbg(hdev, "Telemetry exception format not supported"); in btintel_register_devcoredump_support() 2412 bt_dev_dbg(hdev, "PPAG not supported for Intel CNVr (0x%3x)", in btintel_set_ppag() 2432 bt_dev_dbg(hdev, "PPAG-BT: ACPI entry not found"); in btintel_set_ppag() 2439 bt_dev_dbg(hdev, "PPAG-BT: Bluetooth domain is disabled in ACPI firmware"); in btintel_set_ppag() 2450 bt_dev_dbg(hdev, "PPAG-BT: EU, China mode are disabled in CB/BIOS"); in btintel_set_ppag() 2520 bt_dev_dbg(hdev, "No support for bluetooth device in ACPI firmware"); in btintel_set_dsm_reset_method() 2583 bt_dev_dbg(hdev, ""); in btintel_bootloader_setup_tlv() [all …]
|
D | hci_qca.c | 887 bt_dev_dbg(hu->hdev, "SSR is in progress"); in qca_enqueue() 1147 bt_dev_dbg(hu->hdev, in qca_controller_memdump() 1396 bt_dev_dbg(hu->hdev, "sending power pulse %02x to controller", cmd); in qca_send_power_pulse() 1508 bt_dev_dbg(hu->hdev, "Set UART speed to %d", speed); in qca_set_speed() 1680 bt_dev_dbg(hu->hdev, "wakeup status : %d", wakeup); in qca_wakeup() 1733 bt_dev_dbg(hu->hdev, "SW_CTRL is %d", sw_ctrl_state); in qca_regulator_init() 1893 …bt_dev_dbg(hdev, "local-bd-address` is not present in the devicetree so not setting quirk bit for … in qca_setup() 2138 bt_dev_dbg(hu->hdev, "SW_CTRL is %d", sw_ctrl_state); in qca_power_shutdown()
|
D | hci_mrvl.c | 320 bt_dev_dbg(hdev, "Firmware request, expecting %d bytes", in mrvl_load_firmware() 339 bt_dev_dbg(hdev, "Adjusting tx_len to %d", in mrvl_load_firmware()
|
D | btrtl.h | 13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
|
D | btmtksdio.c | 583 bt_dev_dbg(bdev->hdev, "Get fw own back"); in btmtksdio_txrx_work() 1452 bt_dev_dbg(bdev->hdev, "status (%d) return ownership to device", err); in btmtksdio_runtime_suspend() 1472 bt_dev_dbg(bdev->hdev, "status (%d) get ownership from device", err); in btmtksdio_runtime_resume()
|
D | btusb.c | 2586 bt_dev_dbg(hdev, "RTL: received coredump vendor evt, len %u", in btusb_recv_event_realtek() 2945 bt_dev_dbg(hdev, "reg=%x, value=0x%08x", reg, *val); in btusb_mtk_uhw_reg_read() 3033 bt_dev_dbg(hdev, "Initiating reset mechanism via uhw"); in btusb_mtk_reset() 4088 bt_dev_dbg(hdev, "%s: no OOB Wakeup IRQ in DT", __func__); in btusb_config_oob_wake()
|
/linux-6.6.21/include/net/bluetooth/ |
D | bluetooth.h | 277 #define bt_dev_dbg(hdev, fmt, ...) \ macro
|