state_node       2575 drivers/base/power/domain.c 				    struct device_node *state_node)
state_node       2581 drivers/base/power/domain.c 	err = of_property_read_u32(state_node, "entry-latency-us",
state_node       2585 drivers/base/power/domain.c 			 state_node);
state_node       2589 drivers/base/power/domain.c 	err = of_property_read_u32(state_node, "exit-latency-us",
state_node       2593 drivers/base/power/domain.c 			 state_node);
state_node       2597 drivers/base/power/domain.c 	err = of_property_read_u32(state_node, "min-residency-us", &residency);
state_node       2603 drivers/base/power/domain.c 	genpd_state->fwnode = &state_node->fwnode;
state_node         80 drivers/cpuidle/cpuidle-psci.c 	struct device_node *state_node;
state_node         83 drivers/cpuidle/cpuidle-psci.c 	while ((state_node = of_parse_phandle(cpu_node, "cpu-idle-states",
state_node         86 drivers/cpuidle/cpuidle-psci.c 		of_node_put(state_node);
state_node         97 drivers/cpuidle/cpuidle-psci.c 		state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i);
state_node         98 drivers/cpuidle/cpuidle-psci.c 		ret = psci_dt_parse_state_node(state_node, &psci_states[i]);
state_node         99 drivers/cpuidle/cpuidle-psci.c 		of_node_put(state_node);
state_node         23 drivers/cpuidle/dt_idle_states.c 			   struct device_node *state_node)
state_node         41 drivers/cpuidle/dt_idle_states.c 	err = of_property_read_u32(state_node, "wakeup-latency-us",
state_node         46 drivers/cpuidle/dt_idle_states.c 		err = of_property_read_u32(state_node, "entry-latency-us",
state_node         50 drivers/cpuidle/dt_idle_states.c 				 state_node);
state_node         54 drivers/cpuidle/dt_idle_states.c 		err = of_property_read_u32(state_node, "exit-latency-us",
state_node         58 drivers/cpuidle/dt_idle_states.c 				 state_node);
state_node         68 drivers/cpuidle/dt_idle_states.c 	err = of_property_read_u32(state_node, "min-residency-us",
state_node         72 drivers/cpuidle/dt_idle_states.c 			     state_node);
state_node         76 drivers/cpuidle/dt_idle_states.c 	err = of_property_read_string(state_node, "idle-state-name", &desc);
state_node         78 drivers/cpuidle/dt_idle_states.c 		desc = state_node->name;
state_node         81 drivers/cpuidle/dt_idle_states.c 	if (of_property_read_bool(state_node, "local-timer-stop"))
state_node         88 drivers/cpuidle/dt_idle_states.c 	strncpy(idle_state->name, state_node->name, CPUIDLE_NAME_LEN - 1);
state_node         97 drivers/cpuidle/dt_idle_states.c static bool idle_state_valid(struct device_node *state_node, unsigned int idx,
state_node        116 drivers/cpuidle/dt_idle_states.c 		if (state_node != curr_state_node)
state_node        155 drivers/cpuidle/dt_idle_states.c 	struct device_node *state_node, *cpu_node;
state_node        173 drivers/cpuidle/dt_idle_states.c 		state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i);
state_node        174 drivers/cpuidle/dt_idle_states.c 		if (!state_node)
state_node        177 drivers/cpuidle/dt_idle_states.c 		match_id = of_match_node(matches, state_node);
state_node        183 drivers/cpuidle/dt_idle_states.c 		if (!of_device_is_available(state_node)) {
state_node        184 drivers/cpuidle/dt_idle_states.c 			of_node_put(state_node);
state_node        188 drivers/cpuidle/dt_idle_states.c 		if (!idle_state_valid(state_node, i, cpumask)) {
state_node        190 drivers/cpuidle/dt_idle_states.c 				state_node);
state_node        201 drivers/cpuidle/dt_idle_states.c 		err = init_state_node(idle_state, match_id, state_node);
state_node        204 drivers/cpuidle/dt_idle_states.c 			       state_node, err);
state_node        208 drivers/cpuidle/dt_idle_states.c 		of_node_put(state_node);
state_node        211 drivers/cpuidle/dt_idle_states.c 	of_node_put(state_node);
state_node        206 drivers/soc/qcom/spm.c 	struct device_node *state_node;
state_node        218 drivers/soc/qcom/spm.c 		state_node = of_parse_phandle(cpu_node, "cpu-idle-states", i);
state_node        219 drivers/soc/qcom/spm.c 		if (!state_node)
state_node        222 drivers/soc/qcom/spm.c 		if (!of_device_is_available(state_node))
state_node        231 drivers/soc/qcom/spm.c 		match_id = of_match_node(qcom_idle_state_match, state_node);