Searched refs:ptmp_buf (Results 1 – 1 of 1) sorted by relevance
1696 u8 *ptmp_buf = NULL; in rtl_8723e_c2h_command_handle() local1716 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()1717 if (ptmp_buf == NULL) { in rtl_8723e_c2h_command_handle()1725 ptmp_buf[index] = rtl_read_byte(rtlpriv, in rtl_8723e_c2h_command_handle()1744 "BT info Byte[2] (Data)= 0x%x\n", ptmp_buf[0]); in rtl_8723e_c2h_command_handle()1746 rtl8723e_dm_bt_parse_bt_info(hw, ptmp_buf, c2h_event.cmd_len); in rtl_8723e_c2h_command_handle()1755 kfree(ptmp_buf); in rtl_8723e_c2h_command_handle()