Lines Matching refs:handle
74 .handle = (_handle), \
79 #define PM_CALLBACK_GET_HANDLE(pm_handle) ((pm_handle)->handle)
126 void *handle; member
164 static inline void register_pm_driver_cb(pm_callback callback, void *handle, in register_pm_driver_cb() argument
167 register_pm_cb(&PM_CALLBACK_HANDLE_INITIALIZER(callback, handle, in register_pm_driver_cb()
178 static inline void unregister_pm_driver_cb(pm_callback callback, void *handle) in unregister_pm_driver_cb() argument
180 unregister_pm_cb(&PM_CALLBACK_HANDLE_INITIALIZER(callback, handle, in unregister_pm_driver_cb()
195 void *handle, const char *name) in register_pm_core_service_cb() argument
197 register_pm_cb(&PM_CALLBACK_HANDLE_INITIALIZER(callback, handle, in register_pm_core_service_cb()
209 void *handle) in unregister_pm_core_service_cb() argument
213 unregister_pm_cb(&PM_CALLBACK_HANDLE_INITIALIZER(callback, handle, in unregister_pm_core_service_cb()