Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/reset/
Dcore.c182 rstc_to_array(struct reset_control *rstc) { in rstc_to_array() function
264 return reset_control_array_reset(rstc_to_array(rstc)); in reset_control_reset()
311 return reset_control_array_assert(rstc_to_array(rstc)); in reset_control_assert()
364 return reset_control_array_deassert(rstc_to_array(rstc)); in reset_control_deassert()
621 reset_control_array_put(rstc_to_array(rstc)); in reset_control_put()