Lines Matching refs:flag
53 void pm_client_set_wakeup_sources(uint32_t node_id, uint32_t flag) in pm_client_set_wakeup_sources() argument
90 flag); in pm_client_set_wakeup_sources()
114 enum pm_ret_status pm_handle_eemi_call(uint32_t flag, uint32_t x0, uint32_t x1, in pm_handle_eemi_call() argument
128 PM_PACK_PAYLOAD6(payload, module_id, flag, x0, x1, x2, x3, x4, x5); in pm_handle_eemi_call()
150 uintptr_t address, uint32_t flag) in pm_self_suspend() argument
166 pm_client_suspend(proc, state, flag); in pm_self_suspend()
169 PM_PACK_PAYLOAD6(payload, LIBPM_MODULE_ID, flag, PM_SELF_SUSPEND, in pm_self_suspend()
197 uintptr_t address, uint8_t ack, uint32_t flag) in pm_req_wakeup() argument
202 PM_PACK_PAYLOAD5(payload, LIBPM_MODULE_ID, flag, PM_REQ_WAKEUP, target, in pm_req_wakeup()
221 enum pm_ret_status pm_get_callbackdata(uint32_t *data, size_t count, uint32_t flag, uint32_t ack) in pm_get_callbackdata() argument
230 (void)flag; in pm_get_callbackdata()
257 uint32_t flag) in pm_force_powerdown() argument
263 PM_PACK_PAYLOAD3(payload, LIBPM_MODULE_ID, flag, PM_FORCE_POWERDOWN, in pm_force_powerdown()
286 uint32_t flag) in pm_system_shutdown() argument
298 PM_PACK_PAYLOAD3(payload, LIBPM_MODULE_ID, flag, PM_SYSTEM_SHUTDOWN, in pm_system_shutdown()
320 uint8_t enable, uint32_t flag) in pm_set_wakeup_source() argument
324 PM_PACK_PAYLOAD4(payload, LIBPM_MODULE_ID, flag, PM_SET_WAKEUP_SOURCE, in pm_set_wakeup_source()
375 uint32_t flag) in pm_feature_check() argument
411 PM_PACK_PAYLOAD2(payload, LIBPM_MODULE_ID, flag, in pm_feature_check()
435 uint32_t address_high, uint32_t flag) in pm_load_pdi() argument
440 PM_PACK_PAYLOAD4(payload, LOADER_MODULE_ID, flag, PM_LOAD_PDI, src, in pm_load_pdi()
460 uint32_t flag) in pm_register_notifier() argument
465 PM_PACK_PAYLOAD5(payload, LIBPM_MODULE_ID, flag, PM_REGISTER_NOTIFIER, in pm_register_notifier()