Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c21 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_request()
31 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_get_status()
41 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_get_last()
124 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_post_bind()
/openbmc/u-boot/include/
H A Dsysreset.h51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) macro