Searched refs:ResetManager (Results 1 – 5 of 5) sorted by relevance
41 struct ResetManager { struct51 int32_t (*Reset)(struct ResetManager *resetManager); argument62 int32_t (*Release)(struct ResetManager *resetMgr); argument75 struct ResetManager *HdfWlanCreateResetManager(const struct HdfConfWlanRest *resetConfig, uint8_t h…
76 struct ResetManager *reset; /**< Chip reset management API */
31 struct ResetManager base;38 static int32_t HdfChipReset(struct ResetManager *resetManager) in HdfChipReset()73 static int32_t HdfWlanResetMgrRelease(struct ResetManager* resetMgr) in HdfWlanResetMgrRelease()83 struct ResetManager* HdfWlanCreateResetManager(const struct HdfConfWlanRest *configReset, uint8_t b… in HdfWlanCreateResetManager()105 return (struct ResetManager*)resetMgrImpl; in HdfWlanCreateResetManager()
154 struct ResetManager { struct172 ResetManager manager;
152 static int32_t HdfWlanResetProcess(struct ResetManager *resetMgr) in HdfWlanResetProcess()