Searched refs:sleep_retention_module_callbacks_t (Results 1 – 2 of 2) sorted by relevance
93 } sleep_retention_module_callbacks_t; typedef137 …sleep_retention_module_callbacks_t cbs; /*!< The callbacks list of the initialize module */
31 …sleep_retention_module_callbacks_t cbs; /* A callback list that can extend more sleep rete…38 …ct_ctor(struct sleep_retention_module_object * const self, sleep_retention_module_callbacks_t *cbs) in sleep_retention_module_object_ctor()48 self->cbs = (sleep_retention_module_callbacks_t) { .create = { .handle = NULL, .arg = NULL } }; in sleep_retention_module_object_dtor()