Searched defs:esp_pm_lock (Results 1 – 1 of 1) sorted by relevance
19 typedef struct esp_pm_lock { struct20 esp_pm_lock_type_t type; /*!< type passed to esp_pm_lock_create */ argument21 int arg; /*!< argument passed to esp_pm_lock_create */ argument24 SLIST_ENTRY(esp_pm_lock) next; /*!< linked list pointer */ argument43 static SLIST_HEAD(esp_pm_locks_head, esp_pm_lock) s_list = argument