Lines Matching refs:n_clks

430 	int n_clks;  member
840 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init()
890 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init()
902 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit()
924 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit()
1249 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init()
1256 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_init()
1268 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit()
1292 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos7870_usbdrd_phy_exit()
1397 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos2200_usbdrd_phy_init()
1410 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos2200_usbdrd_phy_init()
1423 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos2200_usbdrd_phy_exit()
1435 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos2200_usbdrd_phy_exit()
1580 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_init()
1588 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_init()
1601 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_exit()
1626 clk_bulk_disable_unprepare(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_exit()
1727 phy_drd->clks = devm_kcalloc(phy_drd->dev, phy_drd->drv_data->n_clks, in exynos5_usbdrd_phy_clk_handle()
1732 for (int i = 0; i < phy_drd->drv_data->n_clks; ++i) in exynos5_usbdrd_phy_clk_handle()
1735 ret = devm_clk_bulk_get(phy_drd->dev, phy_drd->drv_data->n_clks, in exynos5_usbdrd_phy_clk_handle()
1794 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_orien_sw_set()
1826 clk_bulk_disable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_orien_sw_set()
1945 .n_clks = ARRAY_SIZE(exynos5_clk_names),
1959 .n_clks = ARRAY_SIZE(exynos5_clk_names),
1971 .n_clks = ARRAY_SIZE(exynos5_clk_names),
1984 .n_clks = ARRAY_SIZE(exynos5_clk_names),
1996 .n_clks = ARRAY_SIZE(exynos5_clk_names),
2009 .n_clks = ARRAY_SIZE(exynos5_clk_names),
2021 .n_clks = ARRAY_SIZE(exynos5_clk_names),
2050 .n_clks = ARRAY_SIZE(exynos5_clk_names),
2228 .n_clks = ARRAY_SIZE(gs101_clk_names),