Lines Matching full:action
98 * Action triggered only by a power domain.
104 * Action triggered only by a power domain.
110 * @brief Device PM action callback.
113 * @param action Requested action.
116 * @retval -ENOTSUP If the requested action is not supported.
120 enum pm_device_action action);
123 * @brief Device PM action failed callback
125 * @param dev Device that failed the action.
126 * @param err Return code of action failure.
144 /** Device PM action callback */
411 * @brief Run a pm action on a device.
414 * the necessary operations to execute the given action.
417 * @param action Device pm action.
428 enum pm_device_action action);
431 * @brief Run a pm action on all children of a device.
434 * does the necessary operations to execute the given action.
437 * @param action Device pm action.
438 * @param failure_cb Function to call if a child fails the action, can be NULL.
441 enum pm_device_action action,