Searched refs:stm32mp1_clk_get_parent (Results 1 – 1 of 1) sorted by relevance
737 static int stm32mp1_clk_get_parent(unsigned long id) in stm32mp1_clk_get_parent() function1234 int p = stm32mp1_clk_get_parent(id); in stm32mp_clk_get_rate()1830 int stgen_p = stm32mp1_clk_get_parent(STGEN_K); in stm32mp1_clk_init()1831 int usbphy_p = stm32mp1_clk_get_parent(USBPHY_K); in stm32mp1_clk_init()2318 parent_id = stm32mp1_clk_get_parent(clock_id); in stm32mp1_register_clock_parents_secure()2355 .get_parent = stm32mp1_clk_get_parent,