Lines Matching defs:target
202 * @target: Node id of the targeted PU or subsystem.
212 enum pm_ret_status pm_req_suspend(uint32_t target, uint8_t ack,
219 PM_PACK_PAYLOAD4(payload, LIBPM_MODULE_ID, flag, PM_REQ_SUSPEND, target,
231 * @target: Device ID of the processor or subsystem to wake up.
241 * as RPU0, RPU, or PL_CORE_xx. Resume address for the target PU will be
247 enum pm_ret_status pm_req_wakeup(uint32_t target, uint32_t set_address,
253 PM_PACK_PAYLOAD5(payload, LIBPM_MODULE_ID, flag, PM_REQ_WAKEUP, target,
398 * @target: Device ID of the PU node to be forced powered down.
406 enum pm_ret_status pm_force_powerdown(uint32_t target, uint8_t ack,
413 target, ack);
557 * @target: Device id of the targeted PU or subsystem
566 enum pm_ret_status pm_set_wakeup_source(uint32_t target, uint32_t wkup_device,
572 target, wkup_device, enable);