Home
last modified time | relevance | path

Searched refs:clk_hw_get_parent_index (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/tegra/
H A 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()
H A Dclk-sdmmc-mux.c213 parent_id = clk_hw_get_parent_index(hw); in clk_sdmmc_mux_restore_context()
H A Dclk-periph.c119 parent_id = clk_hw_get_parent_index(hw); in clk_periph_restore_context()
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-super.c131 parent_id = clk_hw_get_parent_index(hw); in clk_super_mux_restore_context()
191 parent_id = clk_hw_get_parent_index(hw); in clk_super_restore_context()
H A Dclk-sdmmc-mux.c213 parent_id = clk_hw_get_parent_index(hw); in clk_sdmmc_mux_restore_context()
H A Dclk-periph.c125 parent_id = clk_hw_get_parent_index(hw); in clk_periph_restore_context()
/kernel/linux/linux-6.6/drivers/clk/stm32/
H A Dclk-stm32-core.c547 int sel = clk_hw_get_parent_index(hw); in clk_stm32_safe_restore_position_mux()
/kernel/linux/linux-5.10/include/linux/
H A Dclk-provider.h1130 int clk_hw_get_parent_index(struct clk_hw *hw);
/kernel/linux/linux-6.6/include/linux/
H A Dclk-provider.h1316 int clk_hw_get_parent_index(struct clk_hw *hw);
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c1811 * clk_hw_get_parent_index - return the index of the parent clock
1817 int clk_hw_get_parent_index(struct clk_hw *hw) in clk_hw_get_parent_index() function
1826 EXPORT_SYMBOL_GPL(clk_hw_get_parent_index); variable
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c1953 * clk_hw_get_parent_index - return the index of the parent clock
1959 int clk_hw_get_parent_index(struct clk_hw *hw) in clk_hw_get_parent_index() function
1968 EXPORT_SYMBOL_GPL(clk_hw_get_parent_index); variable

Completed in 21 milliseconds