__reset_control_get
EXPORT_SYMBOL_GPL(__reset_control_get);
rstcs[i].rstc = __reset_control_get(dev, rstcs[i].id, 0, flags);
rstc = __reset_control_get(dev, id, index, flags);
rstc = __reset_control_get(dev, NULL, 0, flags);
return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE);
return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED);
return __reset_control_get(dev, id, 0, RESET_CONTROL_SHARED);
return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE);
return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_SHARED);
struct reset_control *__reset_control_get(struct device *dev, const char *id,