Lines Matching refs:clk_ops
19 static inline const struct clk_ops *clk_dev_ops(struct udevice *dev) in clk_dev_ops()
21 return (const struct clk_ops *)dev->driver->ops; in clk_dev_ops()
65 const struct clk_ops *ops; in clk_get_by_indexed_prop()
302 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request()
316 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free()
328 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate()
340 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate()
352 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_phase()
362 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_phase()
372 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent()
384 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_enable()
409 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_disable()