Home
last modified time | relevance | path

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

/components/drivers/reset/
A Dreset.c104 for (int i = 0; i < rstc_arr->count; ++i) in rt_reset_control_reset()
137 for (int i = 0; i < rstc_arr->count; ++i) in rt_reset_control_assert()
180 for (int i = 0; i < rstc_arr->count; ++i) in rt_reset_control_deassert()
223 for (int i = 0; i < rstc_arr->count; ++i) in reset_free()
278 struct reset_control_array *rstc_arr; in ofw_get_reset_control() local
287 rstc_arr = rt_calloc(1, sizeof(*rstc_arr) + sizeof(struct rt_reset_control *) * rstc_nr); in ofw_get_reset_control()
289 if (!rstc_arr) in ofw_get_reset_control()
297 rstc_arr->count = rstc_nr - 1; in ofw_get_reset_control()
303 if (rt_is_err(rstc_arr->rstcs[i])) in ofw_get_reset_control()
312 rt_free(rstc_arr); in ofw_get_reset_control()
[all …]

Completed in 46 milliseconds