/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | hardware_uart.c | 1051 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_config_cback() 1075 …BTVNDDBG("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() 1148 … BTVNDDBG("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 …]
|
D | bt_vendor_rtk.c | 42 #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()
|
D | hardware_usb.c | 840 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_usb_config_cback() 877 …BTVNDDBG("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() 1001 …BTVNDDBG("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() 1017 …BTVNDDBG("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() 1037 … BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, iIndexRx:%i", status, iIndexRx); in hw_usb_config_cback() [all …]
|
D | hardware.c | 316 BTVNDDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback() 344 BTVNDDBG("hw_epilog_process"); in hw_epilog_process()
|
D | userial_vendor.c | 681 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/ |
D | hardware_uart.c | 1071 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_config_cback() 1091 … BTVNDDBG("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() 1155 … BTVNDDBG("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() 1157 … BTVNDDBG("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 …]
|
D | bt_vendor_rtk.c | 46 #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()
|
D | hardware_usb.c | 879 BTVNDDBG("hw_cfg_cb.state = %i", hw_cfg_cb.state); in hw_usb_config_cback() 914 … BTVNDDBG("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() 1029 … BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, opcode:0x%x", status, opcode); in hw_usb_config_cback() 1034 … BTVNDDBG("bt vendor lib: HW_CFG_DL_FW_PATCH status:%i, iIndexRx:%i", status, iIndexRx); in hw_usb_config_cback() [all …]
|
D | hardware.c | 270 BTVNDDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback() 297 BTVNDDBG("hw_epilog_process"); in hw_epilog_process()
|
D | userial_vendor.c | 675 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/ |
D | bt_vendor_rtk.h | 74 #undef BTVNDDBG 76 #define BTVNDDBG(param, ...) \ macro 81 #define BTVNDDBG(param, ...) \ macro
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | bt_vendor_rtk.h | 74 #undef BTVNDDBG 76 #define BTVNDDBG(param, ...) … macro 81 #define BTVNDDBG(param, ...) … macro
|
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/ |
D | bt_vendor_brcm.c | 40 #define BTVNDDBG(param, ...) \ macro 45 #define BTVNDDBG(param, ...) \ macro 211 BTVNDDBG("cleanup"); in cleanup()
|
/device/board/osware/imx8mm/drivers/bluetooth/source/src/ |
D | bt_vendor_brcm.c | 40 #define BTVNDDBG(param, ...) \ macro 45 #define BTVNDDBG(param, ...) \ macro 209 BTVNDDBG("cleanup"); in cleanup()
|