Searched refs:pm_notify_element_t (Results 1 – 5 of 5) sorted by relevance
118 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateEntry()127 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateEntry()138 currElement = (pm_notify_element_t *)(void *)currElement->link.next; in PM_notifyPowerStateEntry()151 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateExit()168 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateExit()177 currElement = (pm_notify_element_t *)(void *)(currElement->link.next); in PM_notifyPowerStateExit()469 status_t PM_RegisterNotify(pm_notify_group_t groupId, pm_notify_element_t *notifyElement) in PM_RegisterNotify()498 ((pm_notify_element_t *)notifyElement)->data = data; in PM_UpdateNotify()499 ((pm_notify_element_t *)notifyElement)->notifyCallback = callback; in PM_UpdateNotify()521 …if (LIST_RemoveElement((list_element_handle_t) & (((pm_notify_element_t *)notifyElement)->link)) !… in PM_UnregisterNotify()
174 } pm_notify_element_t; typedef304 pm_notify_element_t *curNotifyElement; /*!< Store current notification element. */434 status_t PM_RegisterNotify(pm_notify_group_t groupId, pm_notify_element_t *notifyElement);
64 static pm_notify_element_t platformLpNotifyGroup = {
68 static pm_notify_element_t platformLpNotifyGroup = {
313 **status_t PM_RegisterNotify (pm_notify_group_t groupId, const pm_notify_element_t * notifyElemen…318 notifyElement : The pointer to pm_notify_element_t.