Searched refs:proc_cmd_msg (Results 1 – 1 of 1) sorted by relevance
3564 u8 *proc_cmd_msg = NULL; in rtw_efuse_dbg_raw_dump() local3571 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()