Searched defs:func_id (Results 1 - 5 of 5) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A Dlinux_ioctl_common.h48 tiUINT32 func_id; member in struct:__anon1053
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
H A DfwDebug_api.h72 TI_UINT32 func_id; member in struct:__anon1140
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_common.c400 S32 CuCommon_PrintDriverDebugBuffer(THandle hCuCommon, U32 func_id, U32 opt_param) argument
410 *(PU32)buf = func_id;
H A Dcu_cmd.c4460 data.func_id = parm[0].value;
4461 size = sizeof(data.func_id);
4463 os_error_printf(CU_MSG_INFO2, (PS8)"CuCmd_PrintDriverDebug: FUN_ID: %u\n", data.func_id);
4497 U32 func_id = ( nParms > 0 ) ? parm[0].value : 0; local
4500 os_error_printf(CU_MSG_INFO2, (PS8)"CuCmd_PrintDriverDebugBuffer: FUNC:%u, PARAM:%u\n", func_id, opt_param);
4502 CuCommon_PrintDriverDebugBuffer(pCuCmd->hCuCommon, func_id, opt_param);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c3593 tiUINT32 func_id = ( nParms > 0 ) ? parm[0].value : 0; local
3595 tiUINT32 buf[2] = { func_id, opt_param };
3597 console_printf_terminal("DRV_PRINT: FUNC:%u, PARAM:%u\n", func_id, opt_param);
3599 /* tiwlan_driver_debug_print( g_drv_name, func_id, opt_param ); */
3604 tiUINT32 func_id = ( nParms > 0 ) ? parm[0].value : 0; local
3610 *(tiUINT32*) buf = func_id;
3611 memcpy (buf + sizeof(func_id),(char *)opt_param,strlen((char *)opt_param));
3613 console_printf_terminal("cmd_debug_buffer_put: FUNC:%u, PARAM:%u\n", func_id, opt_param);
3614 TI_DisplayStats(g_id_adapter, (tiUINT8 *) buf, strlen((char *)opt_param) + sizeof(func_id));
3615 /* tiwlan_driver_debug_print( g_drv_name, func_id, opt_para
[all...]

Completed in 137 milliseconds