Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/tegra/
Dclk-super.c131 parent_id = clk_hw_get_parent_index(hw); in clk_super_mux_restore_context()
183 parent_id = clk_hw_get_parent_index(hw); in clk_super_restore_context()
Dclk-periph.c119 parent_id = clk_hw_get_parent_index(hw); in clk_periph_restore_context()
Dclk-sdmmc-mux.c213 parent_id = clk_hw_get_parent_index(hw); in clk_sdmmc_mux_restore_context()
/linux-6.1.9/drivers/clk/stm32/
Dclk-stm32-core.c536 int sel = clk_hw_get_parent_index(hw); in clk_stm32_safe_restore_position_mux()
/linux-6.1.9/include/linux/
Dclk-provider.h1296 int clk_hw_get_parent_index(struct clk_hw *hw);
/linux-6.1.9/drivers/clk/
Dclk.c1887 int clk_hw_get_parent_index(struct clk_hw *hw) in clk_hw_get_parent_index() function
1896 EXPORT_SYMBOL_GPL(clk_hw_get_parent_index);