Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/common/scmi/
H A Dscmi_rstd.c53 if ((rstd->rstd_ops && rstd->rstd_ops->reset_auto) != 0) in plat_scmi_rstd_autonomous()
54 return rstd->rstd_ops->reset_auto(rstd, state); in plat_scmi_rstd_autonomous()
H A Dscmi_rstd.h17 int (*reset_auto)(struct rk_scmi_rstd *rstd, uint32_t state); member