Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/card/common/src/
Dcard_hash.c208 else if (context->loading_sector) in CARDi_StartLoading()
210 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()
242 if (context->recent_load == context->loading_sector) in CARD_NotifyRomHashReadAsync()
244 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()
245 context->loading_sector = sector->next; in CARD_NotifyRomHashReadAsync()
380 for (pp = &context->loading_sector; *pp; pp = &(*pp)->next) in CARDi_TouchRomHashSector()
491 context->loading_sector = NULL; in CARD_InitRomHashContext()
631 while ((context->loading_sector && !context->loaded_sector) || in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.4/include/nitro/card/
Dhash.h110 CARDRomHashSector *loading_sector; // Sector waiting for media to load member