Searched refs:txbyte_clk (Results 1 – 1 of 1) sorted by relevance
85 struct clk_hw txbyte_clk; member205 container_of(clk, struct dw_mipi_dsi_stm, txbyte_clk)348 clk_hw_unregister(&dsi->txbyte_clk); in dw_mipi_dsi_clk_unregister()375 dsi->txbyte_clk.init = &cdata_init; in dw_mipi_dsi_clk_register()377 ret = clk_hw_register(dev, &dsi->txbyte_clk); in dw_mipi_dsi_clk_register()382 &dsi->txbyte_clk); in dw_mipi_dsi_clk_register()384 clk_hw_unregister(&dsi->txbyte_clk); in dw_mipi_dsi_clk_register()394 ret = clk_prepare_enable(dsi->txbyte_clk.clk); in dw_mipi_dsi_phy_init()414 clk_disable_unprepare(dsi->txbyte_clk.clk); in dw_mipi_dsi_phy_power_off()448 ret = clk_set_rate((dsi->txbyte_clk.clk), pll_out_khz * 1000); in dw_mipi_dsi_get_lane_mbps()[all …]