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() function1486 int p = stm32mp1_clk_get_parent(id); in stm32mp_clk_get_rate()2188 int stgen_p = stm32mp1_clk_get_parent(STGEN_K); in stm32mp1_clk_init()2189 int usbphy_p = stm32mp1_clk_get_parent(USBPHY_K); in stm32mp1_clk_init()2574 parent_id = stm32mp1_clk_get_parent(clock_id); in stm32mp1_register_clock_parents_secure()2622 .get_parent = stm32mp1_clk_get_parent,