Lines Matching defs:proc
154 * pm_get_proc() - returns pointer to the proc structure.
155 * @cpuid: id of the cpu whose proc struct pointer should be returned.
157 * Return: Pointer to a proc structure if proc is found, otherwise NULL.
166 NOTICE("ERROR: cpuid: %d proc NULL\n", cpuid);
303 * @proc: processor which need to suspend.
307 void pm_client_suspend(const struct pm_proc *proc, uint32_t state)
315 pm_client_set_wakeup_sources((uint32_t)proc->node_id);
353 * @proc: Processor which need to wakeup.
359 void pm_client_wakeup(const struct pm_proc *proc)
361 uint32_t cpuid = pm_get_cpuid(proc->node_id);