Lines Matching refs:index
9 * @cpun: CPU number(logical index) for which device node is required
31 * @cpu: logical cpu index of a core/thread
34 * CPU logical to physical index mapping is architecture specific.
36 * id to logical cpu index. phys_id provided here is usually values read
39 * Returns true if the physical identifier and the logical cpu index
103 * @cpu: CPU number(logical index) for which device node is required
108 * given logical CPU index. It should be used to initialize the of_node in
112 * CPU logical to physical index mapping is architecture specific and is built
177 * of_get_cpu_state_node - Get CPU's idle state node at the given index
180 * @index: The index in the list of the idle states
186 * the requested index.
188 * Return: An idle state node if found at @index. The refcount is incremented
192 int index)
201 of_parse_phandle(args.np, "domain-idle-states", index);
208 return of_parse_phandle(cpu_node, "cpu-idle-states", index);