Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/
Dhio.h37 typedef s32 HIOHandle; typedef
61 HIOHandle HIOOpenEx(const char * hioName,
65 HIOStatus HIOClose(HIOHandle handle);
66 HIOStatus HIORead(HIOHandle handle, u32 sizeInBytes, void *pData);
67 HIOStatus HIOReadAsyncEx(HIOHandle handle, u32 sizeInBytes, void *pData,
69 HIOStatus HIOWrite(HIOHandle handle, u32 sizeInBytes, const void *pData);
70 HIOStatus HIOWriteAsyncEx(HIOHandle handle, u32 sizeInBytes, const void *pData,
94 inline HIOHandle HIOOpen(const char * hioName, in HIOOpen()
107 inline HIOStatus HIOReadAsync(HIOHandle handle, u32 sizeInBytes, void *pData, in HIOReadAsync()
118 inline HIOStatus HIOWriteAsync(HIOHandle handle, u32 sizeInBytes, const void *pData, in HIOWriteAsync()