Home
last modified time | relevance | path

Searched refs:gfx_l4ls_clkdm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm33xx-core.c37 static struct clockdomain *gfx_l4ls_clkdm; variable
110 gfx_l4ls_clkdm = clkdm_lookup("gfx_l4ls_gfx_clkdm"); in am33xx_suspend_init()
112 if (!gfx_l4ls_clkdm) { in am33xx_suspend_init()
113 pr_err("PM: Cannot lookup gfx_l4ls_clkdm clockdomains\n"); in am33xx_suspend_init()
177 clkdm_wakeup(gfx_l4ls_clkdm); in am33xx_suspend()
178 clkdm_sleep(gfx_l4ls_clkdm); in am33xx_suspend()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm33xx-core.c36 static struct clockdomain *gfx_l4ls_clkdm; variable
107 gfx_l4ls_clkdm = clkdm_lookup("gfx_l4ls_gfx_clkdm"); in am33xx_suspend_init()
109 if (!gfx_l4ls_clkdm) { in am33xx_suspend_init()
110 pr_err("PM: Cannot lookup gfx_l4ls_clkdm clockdomains\n"); in am33xx_suspend_init()
172 clkdm_wakeup(gfx_l4ls_clkdm); in am33xx_suspend()
173 clkdm_sleep(gfx_l4ls_clkdm); in am33xx_suspend()

Completed in 2 milliseconds