Lines Matching defs:init
374 struct clk_init_data init;
378 init.flags = 0;
379 init.name = "clk_usbphy_480m";
380 init.ops = &rockchip_usb2phy_clkout_ops;
383 of_property_read_string(node, "clock-output-names", &init.name);
387 init.parent_names = &clk_name;
388 init.num_parents = 1;
390 init.parent_names = NULL;
391 init.num_parents = 0;
394 rphy->clk480m_hw.init = &init;
620 .init = rockchip_usb2phy_init,
1121 * don't need to init otg and host port irq separately.
1275 dev_err(rphy->dev, "failed to init irq for host port\n");