Searched refs:devm_reset_control_get_optional (Results 1 – 5 of 5) sorted by relevance
39 r = devm_reset_control_get_optional(dev, "not-a-valid-reset-ctl"); in sandbox_reset_test_get_devm()
302 struct reset_ctl *devm_reset_control_get_optional(struct udevice *dev, in devm_reset_control_get_optional() function
101 priv->rst_parent = devm_reset_control_get_optional(dev, "gio"); in uniphier_usb3phy_probe()
249 priv->reset = devm_reset_control_get_optional(dev, "saradc-apb"); in rockchip_saradc_probe()
631 priv->reset_ctl = devm_reset_control_get_optional(dev, NULL); in ftgmac100_of_to_plat()
Completed in 875 milliseconds