Home
last modified time | relevance | path

Searched refs:curstate (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/
Dstop_machine.c185 enum multi_stop_state curstate = MULTI_STOP_NONE; in multi_cpu_stop() local
205 if (msdata->state != curstate) { in multi_cpu_stop()
206 curstate = msdata->state; in multi_cpu_stop()
207 switch (curstate) { in multi_cpu_stop()
220 } else if (curstate > MULTI_STOP_PREPARE) { in multi_cpu_stop()
228 } while (curstate != MULTI_STOP_EXIT); in multi_cpu_stop()
/Linux-v4.19/arch/x86/platform/intel-mid/
Dpwr.c158 int curstate; in __update_power_state() local
164 curstate = (power >> bit) & 3; in __update_power_state()
165 if (curstate == new) in __update_power_state()
178 curstate = (power >> bit) & 3; in __update_power_state()
179 if (curstate != new) in __update_power_state()
/Linux-v4.19/drivers/pwm/
Dpwm-rockchip.c192 struct pwm_state curstate; in rockchip_pwm_apply() local
200 pwm_get_state(pwm, &curstate); in rockchip_pwm_apply()
201 enabled = curstate.enabled; in rockchip_pwm_apply()
203 if (state->polarity != curstate.polarity && enabled && in rockchip_pwm_apply()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dtrace_tx.h697 __string(curstate, cstate)
701 __assign_str(curstate, cstate);
706 __get_str(curstate),
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c2742 const struct intel_plane_state *curstate, in ilk_compute_wm_level() argument
2765 if (curstate) in ilk_compute_wm_level()
2766 result->cur_val = ilk_compute_cur_wm(cstate, curstate, cur_latency); in ilk_compute_wm_level()
3062 const struct intel_plane_state *curstate = NULL; in ilk_compute_pipe_wm() local
3076 curstate = ps; in ilk_compute_pipe_wm()
3099 pristate, sprstate, curstate, &pipe_wm->wm[0]); in ilk_compute_pipe_wm()
3113 pristate, sprstate, curstate, wm); in ilk_compute_pipe_wm()