Searched refs:dsi_parent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-stm32f4.c | 1123 static const char *dsi_parent[2] = { NULL, "pll-r" }; variable 1238 CLK_F469_DSI, "dsi", dsi_parent, ARRAY_SIZE(dsi_parent), 1541 dsi_parent, ARRAY_SIZE(dsi_parent), 1721 dsi_parent[0] = hse_clk; in stm32f4_rcc_init() 1733 dsi_parent[0] = pll_src; in stm32f4_rcc_init()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-stm32f4.c | 1124 static const char *dsi_parent[2] = { NULL, "pll-r" }; variable 1239 CLK_F469_DSI, "dsi", dsi_parent, ARRAY_SIZE(dsi_parent), 1542 dsi_parent, ARRAY_SIZE(dsi_parent), 1722 dsi_parent[0] = hse_clk; in stm32f4_rcc_init() 1734 dsi_parent[0] = pll_src; in stm32f4_rcc_init()
|
Completed in 6 milliseconds