Searched refs:rstd_ops (Results 1 – 3 of 3) sorted by relevance
53 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()69 if ((rstd->rstd_ops && rstd->rstd_ops->reset_explicit) != 0) in plat_scmi_rstd_set_state()70 return rstd->rstd_ops->reset_explicit(rstd, in plat_scmi_rstd_set_state()
26 struct rk_scmi_rstd_ops *rstd_ops; member
27 .rstd_ops = _ops, \