Home
last modified time | relevance | path

Searched refs:n_core_clks (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c369 int n_core_clks; member
848 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_power_on()
867 clk_bulk_disable_unprepare(phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_power_on()
887 clk_bulk_disable_unprepare(phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_power_off()
1338 phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_clk_handle()
1344 for (int i = 0; i < phy_drd->drv_data->n_core_clks; ++i) in exynos5_usbdrd_phy_clk_handle()
1347 ret = devm_clk_bulk_get(phy_drd->dev, phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_clk_handle()
1354 for (int i = 0; i < phy_drd->drv_data->n_core_clks; ++i) { in exynos5_usbdrd_phy_clk_handle()
1421 .n_core_clks = ARRAY_SIZE(exynos5_core_clk_names),
1433 .n_core_clks = ARRAY_SIZE(exynos5_core_clk_names),
[all …]