Home
last modified time | relevance | path

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

/external/u-boot/drivers/sysreset/
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()
142 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_post_bind()
/external/u-boot/include/
Dsysreset.h51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) macro