Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c17 static inline const struct clk_ops *clk_dev_ops(struct udevice *dev) in clk_dev_ops() function
87 ops = clk_dev_ops(dev_clk); in clk_get_by_indexed_prop()
307 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request()
321 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free()
333 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate()
345 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate()
357 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent()
369 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_enable()
394 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_disable()