Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_api.c37 static BOOL is_init = FALSE; variable
58 if (!is_init) in FS_Init()
60 is_init = TRUE; in FS_Init()
87 return is_init; in FS_IsAvailable()
103 if (is_init) in FS_End()
109 is_init = FALSE; in FS_End()
/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_card.c30 BOOL is_init; // Initialized
49 if (!p->is_init)
59 p->is_init = TRUE;
76 SDK_ASSERT(mii_card_param.is_init);