Searched refs:opt_param (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | cu_common.c | 400 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()
|
D | cu_cmd.c | 4562 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/ |
D | fwDebug_api.h | 75 TI_UINT32 opt_param; member
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
D | cu_common.h | 79 S32 CuCommon_PrintDriverDebugBuffer(THandle hCuCommon, U32 func_id, U32 opt_param);
|