Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.c687 static struct clockdomain *_get_clkdm(struct omap_hwmod *oh) in _get_clkdm() function
719 clkdm = _get_clkdm(oh); in _add_initiator_dep()
720 init_clkdm = _get_clkdm(init_oh); in _add_initiator_dep()
748 clkdm = _get_clkdm(oh); in _del_initiator_dep()
749 init_clkdm = _get_clkdm(init_oh); in _del_initiator_dep()
791 if (!_get_clkdm(oh)) in _init_main_clk()
1354 clkdm = _get_clkdm(oh); in _enable_sysc()