Searched refs:ptmp_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 1696 u8 *ptmp_buf = NULL; in rtl_8723e_c2h_command_handle() local 1716 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 1696 u8 *ptmp_buf = NULL; in rtl_8723e_c2h_command_handle() local 1716 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()
|
Completed in 4 milliseconds