Lines Matching defs:node
70 /* Interrupt to PM node ID map */
160 * irq_to_pm_node - Get PM node ID corresponding to the interrupt number.
163 * Return: PM node ID corresponding to the specified interrupt.
208 enum pm_node_id node;
218 node = irq_to_pm_node(irq);
221 if (node > NODE_UNKNOWN && node < NODE_MAX) {
222 if (pm_wakeup_nodes_set[node] == 0U) {
223 ret = pm_set_wakeup_source(NODE_APU, node, 1U);
224 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U;
249 * @nid: node id of the processor.
265 * pm_get_cpuid() - get the local cpu ID for a global node ID.
266 * @nid: node id of the processor.