Home
last modified time | relevance | path

Searched refs:reset_control_get (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/reset/
Dcore.c216 struct reset_control *reset_control_get(struct device *dev, const char *id) in reset_control_get() function
229 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()
/linux-4.1.27/include/linux/
Dreset.h15 struct reset_control *reset_control_get(struct device *dev, const char *id);
29 return reset_control_get(dev, id); in reset_control_get_optional()
/linux-4.1.27/sound/soc/tegra/
Dtegra30_ahub.c546 rst = reset_control_get(&pdev->dev, in tegra30_ahub_probe()