Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wlan_util.c3564 u8 *proc_cmd_msg = NULL; in rtw_efuse_dbg_raw_dump() local
3571 proc_cmd_msg = rtw_zmalloc(proc_cmd_msg_len); in rtw_efuse_dbg_raw_dump()
3572 if (NULL == proc_cmd_msg) in rtw_efuse_dbg_raw_dump()
3581 &proc_cmd, proc_cmd_msg, proc_cmd_msg_len); in rtw_efuse_dbg_raw_dump()
3583 rtw_efuse_str_out_raw(proc_cmd_msg, proc_cmd_msg_len); in rtw_efuse_dbg_raw_dump()
3585 if (proc_cmd_msg) in rtw_efuse_dbg_raw_dump()
3586 rtw_mfree(proc_cmd_msg, PROC_MSG_LEN); in rtw_efuse_dbg_raw_dump()