Lines Matching full:rstc
37 struct reset_control *rstc; member
174 ret = reset_control_assert(pd->rstc); in meson_gx_pwrc_vpu_power_on()
181 ret = reset_control_deassert(pd->rstc); in meson_gx_pwrc_vpu_power_on()
228 ret = reset_control_assert(pd->rstc); in meson_g12a_pwrc_vpu_power_on()
235 ret = reset_control_deassert(pd->rstc); in meson_g12a_pwrc_vpu_power_on()
277 struct reset_control *rstc; in meson_gx_pwrc_vpu_probe() local
310 rstc = devm_reset_control_array_get_exclusive(&pdev->dev); in meson_gx_pwrc_vpu_probe()
311 if (IS_ERR(rstc)) { in meson_gx_pwrc_vpu_probe()
312 if (PTR_ERR(rstc) != -EPROBE_DEFER) in meson_gx_pwrc_vpu_probe()
314 return PTR_ERR(rstc); in meson_gx_pwrc_vpu_probe()
331 vpu_pd->rstc = rstc; in meson_gx_pwrc_vpu_probe()