Lines Matching defs:node
2041 * - genpd_xlate_simple() for 1:1 device tree node to PM domain mapping.
2042 * - genpd_xlate_onecell() for mapping of multiple PM domains per node by
2049 * @node: Pointer to device tree node of PM domain provider
2056 struct device_node *node;
2067 * genpd_xlate_simple() - Xlate function for direct node-domain mapping
2088 * controllers that have one device tree node and provide multiple PM domains.
2114 * genpd_add_provider() - Register a PM domain provider for a node
2115 * @np: Device node pointer associated with the PM domain provider.
2128 cp->node = of_node_get(np);
2152 * @np: Device node pointer associated with the PM domain provider.
2210 * @np: Device node pointer associated with the PM domain provider.
2292 * @np: Device node pointer associated with the PM domain provider
2302 if (cp->node == np) {
2321 of_node_put(cp->node);
2335 * Looks for a PM domain provider under the node specified by @genpdspec and if
2355 if (provider->node == genpdspec->np)
2624 * Parse device's OF node to find a PM domain specifier. If such is found,
2655 * Parse device's OF node to find a PM domain specifier at the provided @index.
2717 * Parse device's OF node to find a PM domain specifier using the
2789 np = it.node;
2799 pr_err("Parsing idle state node %pOF failed with err %d\n",
2814 * @dn: The genpd device node
2818 * Returns the device states parsed from the OF node. The memory for the states
2857 * pm_genpd_opp_to_performance_state - Gets performance state of the genpd from its OPP node.