Home
last modified time | relevance | path

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

/u-boot/drivers/reset/
A Dreset-uclass.c16 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops() function
57 ops = reset_dev_ops(dev_reset); in reset_get_by_index_tail()
165 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()
174 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()
183 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()
205 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
227 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()

Completed in 6 milliseconds