Lines Matching defs:ack
203 * @ack: Flag to specify whether acknowledge is requested.
212 enum pm_ret_status pm_req_suspend(uint32_t target, uint8_t ack,
221 if (ack == IPI_BLOCKING) {
235 * @ack: Flag to specify whether acknowledge requested.
248 uintptr_t address, uint8_t ack, uint32_t flag)
254 set_address, address, ack);
265 * @ack: 0 - Do not ack IPI after reading payload.
272 enum pm_ret_status pm_get_callbackdata(uint32_t *data, size_t count, uint32_t flag, uint32_t ack)
282 if (ack != 0U) {
399 * @ack: Flag to specify whether acknowledge is requested
406 enum pm_ret_status pm_force_powerdown(uint32_t target, uint8_t ack,
413 target, ack);
415 if (ack == IPI_BLOCKING) {