of_reset_control_array_get
EXPORT_SYMBOL_GPL(of_reset_control_array_get);
rstc = of_reset_control_array_get(dev->of_node, flags);
return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE);
return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE_RELEASED);
return of_reset_control_array_get(node, RESET_CONTROL_SHARED);
return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_EXCLUSIVE);
return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_SHARED);
struct reset_control *of_reset_control_array_get(struct device_node *np, enum reset_control_flags);