Home
last modified time | relevance | path

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

/drivers/reset/
A Dreset-uclass.c17 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops() function
58 ops = reset_dev_ops(dev_reset); in reset_get_by_index_tail()
168 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()
177 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()
186 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()
208 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
230 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()

Completed in 7 milliseconds