Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/mhi/host/
H A Dpm.c48 static const struct mhi_pm_transitions dev_state_transitions[] = { variable
125 if (unlikely(index >= ARRAY_SIZE(dev_state_transitions))) in mhi_tryset_pm_state()
128 if (unlikely(dev_state_transitions[index].from_state != cur_state)) in mhi_tryset_pm_state()
131 if (unlikely(!(dev_state_transitions[index].to_states & state))) in mhi_tryset_pm_state()