Home
last modified time | relevance | path

Searched defs:PrivateIoctlId (Results 1 – 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dcu_common.c100 S32 CuCommon_SetU32(THandle hCuCommon, U32 PrivateIoctlId, U32 Data) in CuCommon_SetU32()
114 S32 CuCommon_GetU32(THandle hCuCommon, U32 PrivateIoctlId, PU32 pData) in CuCommon_GetU32()
128 S32 CuCommon_SetU16(THandle hCuCommon, U32 PrivateIoctlId, U16 Data) in CuCommon_SetU16()
142 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data) in CuCommon_SetU8()
157 S32 CuCommon_GetU8(THandle hCuCommon, U32 PrivateIoctlId, PU8 pData) in CuCommon_GetU8()
172 S32 CuCommon_SetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) in CuCommon_SetBuffer()
186 S32 CuCommon_GetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) in CuCommon_GetBuffer()
200 S32 CuCommon_GetSetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) in CuCommon_GetSetBuffer()