Searched refs:reset_control_get (Results 1 – 3 of 3) sorted by relevance
216 struct reset_control *reset_control_get(struct device *dev, const char *id) in reset_control_get() function229 EXPORT_SYMBOL_GPL(reset_control_get);269 rstc = reset_control_get(dev, id); in devm_reset_control_get()295 rstc = reset_control_get(dev, NULL); in device_reset()
15 struct reset_control *reset_control_get(struct device *dev, const char *id);29 return reset_control_get(dev, id); in reset_control_get_optional()
546 rst = reset_control_get(&pdev->dev, in tegra30_ahub_probe()