Searched refs:omap_gate_clk_ops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | gate.c | 39 const struct clk_ops omap_gate_clk_ops = { variable 244 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, NULL); in of_ti_gate_clk_setup() 250 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, &clkhwops_wait); in of_ti_wait_gate_clk_setup() 258 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_am35xx_gate_clk_setup() 266 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_dss_gate_clk_setup()
|
H A D | clock.h | 253 extern const struct clk_ops omap_gate_clk_ops;
|
H A D | clkctrl.c | 357 &omap_gate_clk_ops, clkctrl_name)) in _ti_clkctrl_setup_gate()
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | gate.c | 31 const struct clk_ops omap_gate_clk_ops = { variable 236 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, NULL); in of_ti_gate_clk_setup() 242 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, &clkhwops_wait); in of_ti_wait_gate_clk_setup() 250 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_am35xx_gate_clk_setup() 258 _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, in of_ti_dss_gate_clk_setup()
|
H A D | clock.h | 242 extern const struct clk_ops omap_gate_clk_ops;
|
H A D | clkctrl.c | 349 &omap_gate_clk_ops, clkctrl_name)) in _ti_clkctrl_setup_gate()
|
Completed in 6 milliseconds