Searched refs:of_reset_control_array_get (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | reset.h | 66 struct reset_control *of_reset_control_array_get(struct device_node *np, 198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 878 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive() 884 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released() 890 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared() 896 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive() 902 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
|