Searched refs:ofw_get_reset_control (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/reset/ |
| A D | reset.c | 267 static struct rt_reset_control *ofw_get_reset_control(struct rt_ofw_node *np, int index, in ofw_get_reset_control() function 301 rstc_arr->rstcs[i] = ofw_get_reset_control(np, i + 1, RT_NULL, RT_FALSE); in ofw_get_reset_control() 411 return ofw_get_reset_control(np, 0, RT_NULL, RT_TRUE); in rt_ofw_get_reset_control_array() 416 return ofw_get_reset_control(np, index, RT_NULL, RT_FALSE); in rt_ofw_get_reset_control_by_index() 427 return ofw_get_reset_control(np, index, name, RT_FALSE); in rt_ofw_get_reset_control_by_name()
|
Completed in 2 milliseconds