Home
last modified time | relevance | path

Searched refs:BTVNDDBG (Results 1 – 14 of 14) sorted by relevance

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhardware_uart.c1051 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_config_cback()
1075BTVNDDBG("lmp_subversion = 0x%x hw_cfg_cb.hci_version = 0x%x hw_cfg_cb.hci_revision = 0x%x", hw_cf… in hw_config_cback()
1098 BTVNDDBG("hw_config_cback chip_id of the IC:%d", hw_cfg_cb.eversion + 1); in hw_config_cback()
1122 BTVNDDBG("get chip type command data[%d]= 0x%x", i, *(pp + i)); in hw_config_cback()
1141 BTVNDDBG("READ_CHIP_TYPE status = %d, length = %d", status, p_evt_buf->len); in hw_config_cback()
1144 BTVNDDBG("READ_CHIP_TYPE event data[%d]= 0x%x", i, *(p + i)); in hw_config_cback()
1148BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.lmp_subversion = 0x%x", hw_cfg_cb.lmp_subversion); in hw_config_cback()
1149 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.hci_version = 0x%x", hw_cfg_cb.hci_version); in hw_config_cback()
1150 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.hci_revision = 0x%x", hw_cfg_cb.hci_revision); in hw_config_cback()
1151 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.chip_type = 0x%x", hw_cfg_cb.chip_type); in hw_config_cback()
[all …]
Dbt_vendor_rtk.c42 #undef BTVNDDBG
44 #define BTVNDDBG(param, ...) \ macro
49 #define BTVNDDBG(param, ...) \ macro
478 BTVNDDBG("set power off and delay 200ms"); in op()
481 BTVNDDBG("set power on and delay 00ms"); in op()
490 BTVNDDBG("set power off and delay 200ms"); in op()
538 BTVNDDBG("USB op for %d", opcode); in op()
638 BTVNDDBG("cleanup"); in cleanup()
Dhardware_usb.c840 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_usb_config_cback()
877BTVNDDBG("lmp_subversion = 0x%x hw_cfg_cb.hci_version = 0x%x hw_cfg_cb.hci_revision = 0x%x, hw_cfg… in hw_usb_config_cback()
882 BTVNDDBG("%s: Cold BT controller startup", __func__); in hw_usb_config_cback()
894 BTVNDDBG("%s: Warm BT controller startup with updated lmp", __func__); in hw_usb_config_cback()
899 BTVNDDBG("%s: Warm BT controller startup with same lmp", __func__); in hw_usb_config_cback()
952 BTVNDDBG("hw_usb_config_cback chip_id of the IC:%d", hw_cfg_cb.eversion + 1); in hw_usb_config_cback()
1001BTVNDDBG("Check total_len(0x%08x) max_patch_size(0x%08x)", hw_cfg_cb.total_len, hw_cfg_cb.max_patc… in hw_usb_config_cback()
1017BTVNDDBG("patch fragment count %d, tail len %d", hw_cfg_cb.patch_frag_cnt, hw_cfg_cb.patch_frag_ta… in hw_usb_config_cback()
1031 BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, opcode:0x%x", status, opcode); in hw_usb_config_cback()
1037BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, iIndexRx:%i", status, iIndexRx); in hw_usb_config_cback()
[all …]
Dhardware.c316 BTVNDDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
344 BTVNDDBG("hw_epilog_process"); in hw_epilog_process()
Duserial_vendor.c681 BTVNDDBG("userial_vendor_set_hw_fctrl already hw flowcontrol on"); in userial_vendor_set_hw_fctrl()
688 BTVNDDBG("userial_vendor_set_hw_fctrl set hw flowcontrol on"); in userial_vendor_set_hw_fctrl()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhardware_uart.c1071 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_config_cback()
1091BTVNDDBG("lmp_subversion = 0x%x hw_cfg_cb.hci_version = 0x%x hw_cfg_cb.hci_revision = 0x%x", in hw_config_cback()
1110 BTVNDDBG("hw_config_cback chip_id of the IC:%d", hw_cfg_cb.eversion + 1); in hw_config_cback()
1131 BTVNDDBG("get chip type command data[%d]= 0x%x", i, *(pp + i)); in hw_config_cback()
1147 BTVNDDBG("READ_CHIP_TYPE status = %d, length = %d", status, p_mem->len); in hw_config_cback()
1150 BTVNDDBG("READ_CHIP_TYPE event data[%d]= 0x%x", i, *(p + i)); in hw_config_cback()
1155BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.lmp_subversion = 0x%x", hw_cfg_cb.lmp_subversion); in hw_config_cback()
1156 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.hci_version = 0x%x", hw_cfg_cb.hci_version); in hw_config_cback()
1157BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.hci_revision = 0x%x", hw_cfg_cb.hci_revision); in hw_config_cback()
1158 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.chip_type = 0x%x", hw_cfg_cb.chip_type); in hw_config_cback()
[all …]
Dbt_vendor_rtk.c46 #undef BTVNDDBG
48 #define BTVNDDBG(param, ...) … macro
53 #define BTVNDDBG(param, ...) … macro
447 BTVNDDBG("set power off and delay 200ms"); in op()
449 BTVNDDBG("set power on and delay 00ms"); in op()
457 BTVNDDBG("set power off and delay 200ms"); in op()
495 BTVNDDBG("USB op for %d", opcode); in op()
582 BTVNDDBG("cleanup"); in cleanup()
Dhardware_usb.c879 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_usb_config_cback()
914BTVNDDBG("lmp_subversion = 0x%x hw_cfg_cb.hci_version = 0x%x hw_cfg_cb.hci_revision = 0x%x, " in hw_usb_config_cback()
920 BTVNDDBG("%s: Cold BT controller startup", __func__); in hw_usb_config_cback()
928 BTVNDDBG("%s: Warm BT controller startup with updated lmp", __func__); in hw_usb_config_cback()
931 BTVNDDBG("%s: Warm BT controller startup with same lmp", __func__); in hw_usb_config_cback()
962 BTVNDDBG("hw_usb_config_cback chip_id of the IC:%d", hw_cfg_cb.eversion + 1); in hw_usb_config_cback()
1000 BTVNDDBG("Check total_len(0x%08x) max_patch_size(0x%08x)", hw_cfg_cb.total_len, in hw_usb_config_cback()
1017 BTVNDDBG("patch fragment count %d, tail len %d", hw_cfg_cb.patch_frag_cnt, in hw_usb_config_cback()
1029BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, opcode:0x%x", status, opcode); in hw_usb_config_cback()
1034BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, iIndexRx:%i", status, iIndexRx); in hw_usb_config_cback()
[all …]
Dhardware.c270 BTVNDDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
297 BTVNDDBG("hw_epilog_process"); in hw_epilog_process()
Duserial_vendor.c675 BTVNDDBG("userial_vendor_set_hw_fctrl already hw flowcontrol on"); in userial_vendor_set_hw_fctrl()
680 BTVNDDBG("userial_vendor_set_hw_fctrl set hw flowcontrol on"); in userial_vendor_set_hw_fctrl()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Dbt_vendor_rtk.h74 #undef BTVNDDBG
76 #define BTVNDDBG(param, ...) \ macro
81 #define BTVNDDBG(param, ...) \ macro
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Dbt_vendor_rtk.h74 #undef BTVNDDBG
76 #define BTVNDDBG(param, ...) … macro
81 #define BTVNDDBG(param, ...) … macro
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \ macro
45 #define BTVNDDBG(param, ...) \ macro
211 BTVNDDBG("cleanup"); in cleanup()
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \ macro
45 #define BTVNDDBG(param, ...) \ macro
209 BTVNDDBG("cleanup"); in cleanup()