Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c198 else if (context->loading_sector) in CARDi_StartLoading()
200 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()
232 if (context->recent_load == context->loading_sector) in CARD_NotifyRomHashReadAsync()
234 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()
235 context->loading_sector = sector->next; in CARD_NotifyRomHashReadAsync()
370 for (pp = &context->loading_sector; *pp; pp = &(*pp)->next) in CARDi_TouchRomHashSector()
481 context->loading_sector = NULL; in CARD_InitRomHashContext()
621 while ((context->loading_sector && !context->loaded_sector) || in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.1.0/include/nitro/card/
Dhash.h110 CARDRomHashSector *loading_sector; // Sector waiting for media to load member