Home
last modified time | relevance | path

Searched refs:RTKBT_DBG (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c45 #undef RTKBT_DBG
60 #define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btcoex: " fmt "\n" , ## arg) macro
109 RTKBT_DBG("alloc buffers %d, %d for ev and l2", ev_size, l2_size); in rtl_alloc_buff()
456 RTKBT_DBG("Delete profile: hndl 0x%04x, psm 0x%04x, dcid 0x%04x, " in delete_profile_from_hash()
552 RTKBT_DBG("there is no room for cmd 0x%x", opcode); in rtk_vendor_cmd_to_fw()
590 RTKBT_DBG("%s: opcode 0x%x", __func__, opcode); in rtk_vendor_cmd_to_fw()
638 RTKBT_DBG("%s: BufferSize %u", __func__, buffer_size); in rtk_notify_profileinfo_to_fw()
640 RTKBT_DBG("%s: NumberOfHandles %u", __func__, handle_number); in rtk_notify_profileinfo_to_fw()
646 RTKBT_DBG("%s: handle 0x%04x", __func__, in rtk_notify_profileinfo_to_fw()
649 RTKBT_DBG("%s: profile_bitmap 0x%02x", __func__, in rtk_notify_profileinfo_to_fw()
[all …]
H A Drtk_misc.c407 RTKBT_DBG("%s", str); in util_hexdump()
413 RTKBT_DBG("%s", str); in util_hexdump()
616 RTKBT_DBG("patch_add"); in patch_add()
624 RTKBT_DBG("auto suspend is enabled"); in patch_add()
628 RTKBT_DBG("auto suspend is disabled"); in patch_add()
647 RTKBT_DBG("%s: Reset gEVersion to 0xff", __func__); in patch_add()
668 RTKBT_DBG("patch_remove"); in patch_remove()
677 RTKBT_DBG("HCI reset."); in send_reset_command()
736 RTKBT_DBG("download_patch start"); in download_patch()
747 RTKBT_DBG("NULL == xdata"); in download_patch()
[all …]
H A Drtk_bt.c780 RTKBT_DBG("%s start", __func__); in btusb_open()
821 RTKBT_DBG("%s end", __FUNCTION__); in btusb_open()
862 RTKBT_DBG("btusb_close"); in btusb_close()
869 RTKBT_DBG("%s free ressembly i=%d", __FUNCTION__, i); in btusb_close()
922 RTKBT_DBG("%s add delay ", __FUNCTION__); in btusb_flush()
1082 RTKBT_DBG("btusb_destruct %s", hdev->name);
1091 RTKBT_DBG("%s: %s evt %d", __func__, hdev->name, evt);
1095 RTKBT_DBG("%s: Update sco num %d", __func__, data->sco_num);
1152 RTKBT_DBG("%s: sco num %d", __func__, data->sco_num);
1213 RTKBT_DBG("%s start", __FUNCTION__);
[all …]
H A Drtk_misc.h40 #define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btusb: " fmt "\n" , ## arg) macro
44 #define RTKBT_DBG(fmt, arg...) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c45 #undef RTKBT_DBG
60 #define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btcoex: " fmt "\n" , ## arg) macro
109 RTKBT_DBG("alloc buffers %d, %d for ev and l2", ev_size, l2_size); in rtl_alloc_buff()
456 RTKBT_DBG("Delete profile: hndl 0x%04x, psm 0x%04x, dcid 0x%04x, " in delete_profile_from_hash()
552 RTKBT_DBG("there is no room for cmd 0x%x", opcode); in rtk_vendor_cmd_to_fw()
590 RTKBT_DBG("%s: opcode 0x%x", __func__, opcode); in rtk_vendor_cmd_to_fw()
638 RTKBT_DBG("%s: BufferSize %u", __func__, buffer_size); in rtk_notify_profileinfo_to_fw()
640 RTKBT_DBG("%s: NumberOfHandles %u", __func__, handle_number); in rtk_notify_profileinfo_to_fw()
646 RTKBT_DBG("%s: handle 0x%04x", __func__, in rtk_notify_profileinfo_to_fw()
649 RTKBT_DBG("%s: profile_bitmap 0x%02x", __func__, in rtk_notify_profileinfo_to_fw()
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c566 RTKBT_DBG("%s: dev %d", __func__, dev); in hci_dev_open()
645 RTKBT_DBG("%s: %p name %s bus %d", __func__, hdev, hdev->name, hdev->bus); in hci_register_dev()
659 RTKBT_DBG("%s: id %d, name %s", __func__, hdev->id, hdev->name); in hci_register_dev()
685 RTKBT_DBG("%s: hdev %p name %s bus %d", __func__, hdev, hdev->name, hdev->bus); in hci_unregister_dev()
742 RTKBT_DBG("%s", __func__); in hci_send_to_alsa_ringbuffer()
764 RTKBT_DBG("%s", __func__); in hci_send_to_stack()
788 RTKBT_DBG("%s: Try to wakeup read queue", __func__); in hci_send_to_stack()
834 RTKBT_DBG("%s", __func__); in hci_reassembly()
1051 RTKBT_DBG("%s: BT usb char device is reading", __func__); in btchr_read()
1093 RTKBT_DBG("%s: BT usb char device is writing", __func__); in btchr_write()
[all …]
H A Drtk_btusb.h109 #define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btusb: " fmt "\n" , ## arg) macro
111 #define RTKBT_DBG(fmt, arg...) macro