Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod.c644 static struct clockdomain *_get_clkdm(struct omap_hwmod *oh) in _get_clkdm() function
676 clkdm = _get_clkdm(oh); in _add_initiator_dep()
677 init_clkdm = _get_clkdm(init_oh); in _add_initiator_dep()
705 clkdm = _get_clkdm(oh); in _del_initiator_dep()
706 init_clkdm = _get_clkdm(init_oh); in _del_initiator_dep()
856 if (!_get_clkdm(oh)) in _init_main_clk()
1192 clkdm = _get_clkdm(oh); in _enable_sysc()