Searched refs:pmRequest (Results 1 – 1 of 1) sorted by relevance
50 struct HdfPmRequest *pmRequest = NULL; in PmTaskFunc() local58 tokenIf = (struct IPowerStateToken *)pmRequest->token; in PmTaskFunc()59 if (pmRequest->pmType == HDF_PM_REQUEST_ACQUIRE) { in PmTaskFunc()63 } else if (pmRequest->pmType == HDF_PM_REQUEST_RELEASE) { in PmTaskFunc()68 OsalMemFree(pmRequest); in PmTaskFunc()74 struct HdfPmRequest *pmRequest = NULL; in HdfPmTaskPut() local82 pmRequest = (struct HdfPmRequest *)OsalMemCalloc(sizeof(*pmRequest)); in HdfPmTaskPut()83 if (pmRequest == NULL) { in HdfPmTaskPut()88 pmRequest->token = powerToken; in HdfPmTaskPut()89 pmRequest->pmType = type; in HdfPmTaskPut()[all …]