Searched refs:stm32mp1_clk_get_parent (Results 1 – 1 of 1) sorted by relevance
989 static int stm32mp1_clk_get_parent(unsigned long id) in stm32mp1_clk_get_parent() function1495 int p = stm32mp1_clk_get_parent(id); in stm32mp_clk_get_rate()2197 int stgen_p = stm32mp1_clk_get_parent(STGEN_K); in stm32mp1_clk_init()2198 int usbphy_p = stm32mp1_clk_get_parent(USBPHY_K); in stm32mp1_clk_init()2583 parent_id = stm32mp1_clk_get_parent(clock_id); in stm32mp1_register_clock_parents_secure()2631 .get_parent = stm32mp1_clk_get_parent,