Home
last modified time | relevance | path

Searched refs:clkdm_deny_idle (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap2/
Dclockdomain.h175 void (*clkdm_deny_idle)(struct clockdomain *clkdm); member
205 void clkdm_deny_idle(struct clockdomain *clkdm);
Dclockdomain.c486 clkdm_deny_idle(clkdm); in clkdm_complete_init()
1019 if (!arch_clkdm || !arch_clkdm->clkdm_deny_idle) in clkdm_deny_idle_nolock()
1026 arch_clkdm->clkdm_deny_idle(clkdm); in clkdm_deny_idle_nolock()
1039 void clkdm_deny_idle(struct clockdomain *clkdm) in clkdm_deny_idle() function
Dcminst44xx.c534 .clkdm_deny_idle = omap4_clkdm_deny_idle,
545 .clkdm_deny_idle = omap4_clkdm_deny_idle,
Dpdata-quirks.c519 clkdm_deny_idle(cookie->clkdm); in ti_sysc_clkdm_deny_idle()
561 .clkdm_deny_idle = ti_sysc_clkdm_deny_idle,
Dcpuidle44xx.c186 clkdm_deny_idle(cpu_clkdm[1]); in omap_enter_idle_coupled()
Dcpuidle34xx.c118 clkdm_deny_idle(mpu_pd->pwrdm_clkdms[0]); in omap3_enter_idle()
Dcm33xx.c396 .clkdm_deny_idle = am33xx_clkdm_deny_idle,
Dcm2xxx.c319 .clkdm_deny_idle = omap2xxx_clkdm_deny_idle,
Dcm3xxx.c306 .clkdm_deny_idle = omap3xxx_clkdm_deny_idle,
Domap_hwmod.c1557 clkdm_deny_idle(oh->clkdm); in _deassert_hardreset()
1956 clkdm_deny_idle(oh->clkdm); in _enable()
2039 clkdm_deny_idle(oh->clkdm); in _idle()
/Linux-v5.4/include/linux/platform_data/
Dti-sysc.h143 void (*clkdm_deny_idle)(struct device *dev, member
/Linux-v5.4/drivers/bus/
Dti-sysc.c480 if (pdata && pdata->clkdm_deny_idle) in sysc_clkdm_deny_idle()
481 pdata->clkdm_deny_idle(ddata->dev, &ddata->cookie); in sysc_clkdm_deny_idle()