Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_common.c400 S32 CuCommon_PrintDriverDebugBuffer(THandle hCuCommon, U32 func_id, U32 opt_param) in CuCommon_PrintDriverDebugBuffer() argument
406 if (opt_param == 0) in CuCommon_PrintDriverDebugBuffer()
409 len = os_strlen((PS8)opt_param); in CuCommon_PrintDriverDebugBuffer()
411 os_memcpy((PS8)buf + sizeof(U32),(PS8)opt_param, len); in CuCommon_PrintDriverDebugBuffer()
Dcu_cmd.c4562 data.debug_data.opt_param = 4; in CuCmd_PrintDriverDebug()
4563 data.debug_data.opt_param = parm[1].value; in CuCmd_PrintDriverDebug()
4564 size += sizeof(data.debug_data.opt_param); in CuCmd_PrintDriverDebug()
4581 …error_printf(CU_MSG_INFO2, (PS8)"CuCmd_PrintDriverDebug: addr: 0x%x\n", data.debug_data.opt_param); in CuCmd_PrintDriverDebug()
4592 U32 opt_param = ( nParms > 1 ) ? parm[1].value : 0; in CuCmd_PrintDriverDebugBuffer() local
4594 …printf(CU_MSG_INFO2, (PS8)"CuCmd_PrintDriverDebugBuffer: FUNC:%u, PARAM:%u\n", func_id, opt_param); in CuCmd_PrintDriverDebugBuffer()
4596 CuCommon_PrintDriverDebugBuffer(pCuCmd->hCuCommon, func_id, opt_param); in CuCmd_PrintDriverDebugBuffer()
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
DfwDebug_api.h75 TI_UINT32 opt_param; member
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
Dcu_common.h79 S32 CuCommon_PrintDriverDebugBuffer(THandle hCuCommon, U32 func_id, U32 opt_param);