Searched refs:p_hci_rtk (Results 1 – 3 of 3) sorted by relevance
266 T_HCI_PATCH *p_hci_rtk = &hci_patch_info; in hci_tp_download_patch() local268 if (p_hci_rtk->patch_frag_idx < p_hci_rtk->patch_frag_cnt) in hci_tp_download_patch()270 if (p_hci_rtk->patch_frag_idx == p_hci_rtk->patch_frag_cnt - 1) in hci_tp_download_patch()276 p_hci_rtk->patch_frag_len = p_hci_rtk->patch_frag_tail; in hci_tp_download_patch()287 p_hci_rtk->patch_frag_idx, p_hci_rtk->patch_frag_len); in hci_tp_download_patch()302 p_frag = p_hci_rtk->config_buf + sent_len -p_hci_rtk->fw_len; in hci_tp_download_patch()305 else if (sent_len + p_hci_rtk->patch_frag_len <= p_hci_rtk->fw_len) /* fw patch domain */ in hci_tp_download_patch()315 … memcpy(p, p_hci_rtk->config_buf, p_hci_rtk->patch_frag_len + sent_len - p_hci_rtk->fw_len); in hci_tp_download_patch()318 p_hci_rtk->patch_frag_idx++; in hci_tp_download_patch()340 os_mem_free(p_hci_rtk->fw_buf); in hci_download_patch_check()[all …]
28 T_HCI_UART *p_hci_rtk = &hci_rtk; variable37 if (p_hci_rtk->tx_buf != NULL) in hci_rtk_tx_cb()39 os_mem_free(p_hci_rtk->tx_buf); in hci_rtk_tx_cb()40 p_hci_rtk->tx_buf = NULL; in hci_rtk_tx_cb()47 p_hci_rtk->tx_buf = p_buf; in hci_adapter_send()55 p_hci_rtk->open_cb = open_cb; in hci_tp_open()59 p_hci_rtk->open_cb(false); in hci_tp_open()67 p_hci_rtk->open_cb(false); in hci_tp_open()198 p_hci_rtk->open_cb(true); in hci_tp_config()245 p_hci_rtk->open_cb(false); in hci_tp_config()[all …]
152 p_hci_rtk->hw_flow_cntrl |= 0x80; /* bit7 set hw flow control */ in hci_rtk_parse_config()157 p_hci_rtk->hw_flow_cntrl |= 1; /* bit0 enable hw flow control */ in hci_rtk_parse_config()161 p_hci_rtk->baudrate,p_hci_rtk->hw_flow_cntrl); in hci_rtk_parse_config()
Completed in 6 milliseconds