Lines Matching defs:index
224 static int vc3_pfd_mux_set_parent(struct clk_hw *hw, u8 index)
230 index ? pfd_mux->bitmsk : 0);
454 static int vc3_div_mux_set_parent(struct clk_hw *hw, u8 index)
460 index ? div_mux->bitmsk : 0);
572 static int vc3_clk_mux_set_parent(struct clk_hw *hw, u8 index)
578 clk_mux->bitmsk, index ? clk_mux->bitmsk : 0);
604 { .index = 0, },
649 .index = 0
751 { .index = 0 }
759 { .index = 0 }
988 pr_err("invalid clk index %u for provider %pOF\n", idx, clkspec->np);