Searched refs:sysreset_get_ops (Results 1 – 2 of 2) sorted by relevance
21 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()
51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) macro