Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dpdata-quirks.c333 clkdm_deny_idle(cookie->clkdm); in ti_sysc_clkdm_deny_idle()
383 .clkdm_deny_idle = ti_sysc_clkdm_deny_idle,
402 .clkdm_deny_idle = clkdm_deny_idle,
A Dclockdomain.h175 void (*clkdm_deny_idle)(struct clockdomain *clkdm); member
205 void clkdm_deny_idle(struct clockdomain *clkdm);
A 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
A Domap-iommu.c45 clkdm_deny_idle(emu_clkdm); in omap_iommu_dra7_emu_swsup_config()
A Dcminst44xx.c534 .clkdm_deny_idle = omap4_clkdm_deny_idle,
545 .clkdm_deny_idle = omap4_clkdm_deny_idle,
A Dcpuidle34xx.c119 clkdm_deny_idle(mpu_pd->pwrdm_clkdms[0]); in omap3_enter_idle()
A Dcpuidle44xx.c197 RCU_NONIDLE(clkdm_deny_idle(cpu_clkdm[1])); in omap_enter_idle_coupled()
A Dcm33xx.c396 .clkdm_deny_idle = am33xx_clkdm_deny_idle,
A Dcm2xxx.c319 .clkdm_deny_idle = omap2xxx_clkdm_deny_idle,
A Dcm3xxx.c306 .clkdm_deny_idle = omap3xxx_clkdm_deny_idle,
A Domap_hwmod.c1527 clkdm_deny_idle(oh->clkdm); in _deassert_hardreset()
1909 clkdm_deny_idle(oh->clkdm); in _enable()
1991 clkdm_deny_idle(oh->clkdm); in _idle()
/linux/include/linux/platform_data/
A Dti-prm.h16 void (*clkdm_deny_idle)(struct clockdomain *clkdm); member
A Dti-sysc.h157 void (*clkdm_deny_idle)(struct device *dev, member
/linux/drivers/soc/ti/
A Domap_prm.c819 pdata->clkdm_deny_idle(reset->clkdm); in omap_reset_deassert()
889 if (!pdata || !pdata->clkdm_lookup || !pdata->clkdm_deny_idle || in omap_prm_reset_init()
/linux/drivers/bus/
A Dti-sysc.c609 if (pdata && pdata->clkdm_deny_idle) in sysc_clkdm_deny_idle()
610 pdata->clkdm_deny_idle(ddata->dev, &ddata->cookie); in sysc_clkdm_deny_idle()

Completed in 46 milliseconds