Home
last modified time | relevance | path

Searched refs:wkdep_usecount (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/mach-omap2/
Dclockdomain.c214 cd->wkdep_usecount++; in _clkdm_add_wkdep()
215 if (cd->wkdep_usecount == 1) { in _clkdm_add_wkdep()
257 cd->wkdep_usecount--; in _clkdm_del_wkdep()
258 if (cd->wkdep_usecount == 0) { in _clkdm_del_wkdep()
Dprm2xxx_3xxx.c230 cd->wkdep_usecount = 0; in omap2_clkdm_clear_all_wkdeps()
Dclockdomain.h90 s16 wkdep_usecount; member
Dcminst44xx.c393 cd->wkdep_usecount = 0; in omap4_clkdm_clear_all_wkup_sleep_deps()