Lines Matching defs:rstc
158 struct reset_control *rstc;
161 rstc = meson_smp_get_core_reset(cpu);
162 if (IS_ERR(rstc)) {
164 return PTR_ERR(rstc);
170 ret = reset_control_assert(rstc);
195 ret = reset_control_deassert(rstc);
206 reset_control_put(rstc);
214 struct reset_control *rstc;
218 rstc = meson_smp_get_core_reset(cpu);
219 if (IS_ERR(rstc)) {
221 return PTR_ERR(rstc);
237 ret = reset_control_assert(rstc);
278 ret = reset_control_deassert(rstc);
289 reset_control_put(rstc);