OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hCuCommon
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h
53
VOID CuCommon_Destroy(THandle
hCuCommon
);
55
S32 CuCommon_SetU32(THandle
hCuCommon
, U32 PrivateIoctlId, U32 Data);
56
S32 CuCommon_GetU32(THandle
hCuCommon
, U32 PrivateIoctlId, PU32 pData);
57
S32 CuCommon_SetU16(THandle
hCuCommon
, U32 PrivateIoctlId, U16 Data);
58
S32 CuCommon_SetU8(THandle
hCuCommon
, U32 PrivateIoctlId, U8 Data);
59
S32 CuCommon_GetU8(THandle
hCuCommon
, U32 PrivateIoctlId, PU8 pData);
60
S32 CuCommon_SetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
61
S32 CuCommon_GetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
62
S32 CuCommon_GetSetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
64
S32 CuCommon_Start_Scan(THandle
hCuCommon
, PVOID scanParams, U32 sizeOfScanParams)
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h
53
VOID CuCommon_Destroy(THandle
hCuCommon
);
55
S32 CuCommon_SetU32(THandle
hCuCommon
, U32 PrivateIoctlId, U32 Data);
56
S32 CuCommon_GetU32(THandle
hCuCommon
, U32 PrivateIoctlId, PU32 pData);
57
S32 CuCommon_SetU16(THandle
hCuCommon
, U32 PrivateIoctlId, U16 Data);
58
S32 CuCommon_SetU8(THandle
hCuCommon
, U32 PrivateIoctlId, U8 Data);
59
S32 CuCommon_GetU8(THandle
hCuCommon
, U32 PrivateIoctlId, PU8 pData);
60
S32 CuCommon_SetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
61
S32 CuCommon_GetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
62
S32 CuCommon_GetSetBuffer(THandle
hCuCommon
, U32 PrivateIoctlId, PVOID pBuffer, U32 len);
64
S32 CuCommon_Start_Scan(THandle
hCuCommon
, PVOID scanParams, U32 sizeOfScanParams)
[
all
...]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c
90
VOID CuCommon_Destroy(THandle
hCuCommon
)
92
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
100
S32 CuCommon_SetU32(THandle
hCuCommon
, U32 PrivateIoctlId, U32 Data)
102
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
114
S32 CuCommon_GetU32(THandle
hCuCommon
, U32 PrivateIoctlId, PU32 pData)
116
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
128
S32 CuCommon_SetU16(THandle
hCuCommon
, U32 PrivateIoctlId, U16 Data)
130
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
142
S32 CuCommon_SetU8(THandle
hCuCommon
, U32 PrivateIoctlId, U8 Data)
144
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
[
all
...]
cu_cmd.c
81
THandle
hCuCommon
;
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c
90
VOID CuCommon_Destroy(THandle
hCuCommon
)
92
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
100
S32 CuCommon_SetU32(THandle
hCuCommon
, U32 PrivateIoctlId, U32 Data)
102
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
114
S32 CuCommon_GetU32(THandle
hCuCommon
, U32 PrivateIoctlId, PU32 pData)
116
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
128
S32 CuCommon_SetU16(THandle
hCuCommon
, U32 PrivateIoctlId, U16 Data)
130
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
142
S32 CuCommon_SetU8(THandle
hCuCommon
, U32 PrivateIoctlId, U8 Data)
144
CuCommon_t* pCuCommon = (CuCommon_t*)
hCuCommon
;
[
all
...]
cu_cmd.c
81
THandle
hCuCommon
;
[
all
...]
Completed in 1064 milliseconds