Lines Matching refs:nodes
64 * @node: Clock topology nodes
65 * @num_nodes: Number of nodes present in topology
124 const struct clock_topology *nodes)
250 * other nodes, master should call same API in loop with new
252 * index 0 which will return nodes 0,1 and 2. Next call, index
253 * should be 3 which will return nodes 3,4 and 5 and so on.
281 * @nodes: Clock topology node
288 const struct clock_topology *nodes)
308 nodes->flag, mult,
378 * @nnodes: Number of nodes
413 * @num_nodes: Number of nodes
565 struct clock_topology *nodes;
568 nodes = clock[clk_id].node;
579 clk_type_postfix[nodes[j].type]);
584 if (!clk_topology[nodes[j].type])
587 hw = (*clk_topology[nodes[j].type])(clk_out[j], clk_dev_id,
590 &nodes[j]);