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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod.c319 * _add_initiator_dep: prevent @oh from smart-idling while @init_oh is active
323 * hardare module initiator @init_oh is active. Useful when a module
330 static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) argument
335 return clkdm_add_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
339 * _del_initiator_dep: allow @oh to smart-idle even if @init_oh is active
343 * module initiator @init_oh is active. Useful when a module will not
350 static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) argument
355 return clkdm_del_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
1440 struct omap_hwmod *init_oh)
1442 return _add_initiator_dep(oh, init_oh);
1439 omap_hwmod_add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) argument
1446 omap_hwmod_del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h513 struct omap_hwmod *init_oh);
515 struct omap_hwmod *init_oh);

Completed in 32 milliseconds