Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Domap_hwmod.c626 static struct clockdomain *_get_clkdm(struct omap_hwmod *oh) in _get_clkdm() function
661 clkdm = _get_clkdm(oh); in _add_initiator_dep()
662 init_clkdm = _get_clkdm(init_oh); in _add_initiator_dep()
690 clkdm = _get_clkdm(oh); in _del_initiator_dep()
691 init_clkdm = _get_clkdm(init_oh); in _del_initiator_dep()
859 if (!_get_clkdm(oh)) in _init_main_clk()
1199 clkdm = _get_clkdm(oh); in _enable_sysc()