Lines Matching defs:init
2677 "phy common block init timed-out\n");
3464 struct clk_init_data init = { };
3467 ret = of_property_read_string(np, "clock-output-names", &init.name);
3477 init.ops = &clk_fixed_rate_ops;
3481 fixed->hw.init = &init;
3655 struct clk_init_data init = { };
3666 init.ops = &qcom_qmp_dp_link_clk_ops;
3667 init.name = "qmp_dp_phy_pll_link_clk";
3668 dp_clks->dp_link_hw.init = &init;
3673 init.ops = &qcom_qmp_dp_pixel_clk_ops;
3674 init.name = "qmp_dp_phy_pll_vco_div_clk";
3675 dp_clks->dp_pixel_hw.init = &init;
3696 .init = qcom_qmp_phy_enable,
3703 .init = qcom_qmp_phy_init,
3953 /* Get the specific init parameters of QMP phy */