Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/card/
Dcommon.h139 typedef u32 CARDEvent; typedef
144 typedef void (*CARDHookFunction)(void*, CARDEvent, void*);
188 void CARDi_NotifyEvent(CARDEvent event, void *arg);
/TwlSDK-5.3.1/build/libraries/card/common/src/
Dcard_hook.c87 void CARDi_NotifyEvent(CARDEvent event, void *arg) in CARDi_NotifyEvent()
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_hook.c55 static void FSi_SystemEvents(void *userdata, CARDEvent event, void *argument) in FSi_SystemEvents()