Home
last modified time | relevance | path

Searched refs:clkdm_clk_disable (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dclock.c54 .clkdm_clk_disable = clkdm_clk_disable,
H A Dclockdomain.h160 * @clkdm_clk_disable: Put the clkdm in right state for a clock disable
178 int (*clkdm_clk_disable)(struct clockdomain *clkdm); member
212 int clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk);
H A Dclockdomain.c1152 * clkdm_clk_disable - remove an enabled downstream clock from this clkdm
1164 int clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_disable() function
1166 if (!clkdm || !arch_clkdm || !arch_clkdm->clkdm_clk_disable) in clkdm_clk_disable()
1187 arch_clkdm->clkdm_clk_disable(clkdm); in clkdm_clk_disable()
1253 return clkdm_clk_disable(clkdm, NULL); in clkdm_hwmod_disable()
H A Dcm2xxx.c224 .clkdm_clk_disable = omap2xxx_clkdm_clk_disable,
H A Dcm33xx.c402 .clkdm_clk_disable = am33xx_clkdm_clk_disable,
H A Dcm3xxx.c308 .clkdm_clk_disable = omap3xxx_clkdm_clk_disable,
/linux/drivers/clk/ti/
H A Dclockdomain.c87 ti_clk_ll_ops->clkdm_clk_disable(clk->clkdm, hw->clk); in omap2_clkops_disable_clkdm()
H A Dclkt_dflt.c260 ti_clk_ll_ops->clkdm_clk_disable(clk->clkdm, hw->clk); in omap2_dflt_clk_disable()
H A Dclkctrl.c201 ti_clk_ll_ops->clkdm_clk_disable(clk->clkdm, hw->clk); in _omap4_clkctrl_clk_disable()
H A Ddpll3xxx.c570 ti_clk_ll_ops->clkdm_clk_disable(clk->clkdm, hw->clk); in omap3_noncore_dpll_disable()
/linux/include/linux/clk/
H A Dti.h236 * @clkdm_clk_disable: pointer to clockdomain disable function
252 int (*clkdm_clk_disable)(struct clockdomain *clkdm, member