Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/ti/
Dgate.c31 const struct clk_ops omap_gate_clk_ops = { variable
231 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, NULL); in of_ti_gate_clk_setup()
237 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, &clkhwops_wait); in of_ti_wait_gate_clk_setup()
245 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_am35xx_gate_clk_setup()
253 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_dss_gate_clk_setup()
Dclock.h243 extern const struct clk_ops omap_gate_clk_ops;
Dclkctrl.c349 &omap_gate_clk_ops, clkctrl_name)) in _ti_clkctrl_setup_gate()