Searched refs:ptmp_buf (Results 1 – 1 of 1) sorted by relevance
1695 u8 *ptmp_buf = NULL; in rtl_8723e_c2h_command_handle() local1715 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()1716 if (ptmp_buf == NULL) { in rtl_8723e_c2h_command_handle()1724 ptmp_buf[index] = rtl_read_byte(rtlpriv, in rtl_8723e_c2h_command_handle()1743 "BT info Byte[2] (Data)= 0x%x\n", ptmp_buf[0]); in rtl_8723e_c2h_command_handle()1745 rtl8723e_dm_bt_parse_bt_info(hw, ptmp_buf, c2h_event.cmd_len); in rtl_8723e_c2h_command_handle()1754 kfree(ptmp_buf); in rtl_8723e_c2h_command_handle()