Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c12 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops() function
60 ops = reset_dev_ops(dev_reset); in reset_get_by_index()
135 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()
144 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()
153 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()
175 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
197 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()