__of_reset_control_get
EXPORT_SYMBOL_GPL(__of_reset_control_get);
return __of_reset_control_get(dev->of_node, id, index, flags);
rstc = __of_reset_control_get(np, NULL, i, flags);
return __of_reset_control_get(node, id, 0, RESET_CONTROL_EXCLUSIVE);
return __of_reset_control_get(node, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE);
return __of_reset_control_get(node, id, 0, RESET_CONTROL_SHARED);
return __of_reset_control_get(node, NULL, index, RESET_CONTROL_EXCLUSIVE);
return __of_reset_control_get(node, NULL, index, RESET_CONTROL_SHARED);
struct reset_control *__of_reset_control_get(struct device_node *node,