Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.c1718 u8 *ptmp_buf = NULL; in rtl_8723e_c2h_command_handle() local
1738 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()
1739 if (ptmp_buf == NULL) { in rtl_8723e_c2h_command_handle()
1747 ptmp_buf[index] = rtl_read_byte(rtlpriv, in rtl_8723e_c2h_command_handle()
1766 "BT info Byte[2] (Data)= 0x%x\n", ptmp_buf[0]); in rtl_8723e_c2h_command_handle()
1768 rtl8723e_dm_bt_parse_bt_info(hw, ptmp_buf, c2h_event.cmd_len); in rtl_8723e_c2h_command_handle()
1777 kfree(ptmp_buf); in rtl_8723e_c2h_command_handle()