Home
last modified time | relevance | path

Searched refs:of_reset_control_get (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dreset.h38 struct reset_control *of_reset_control_get(struct device_node *node,
89 static inline struct reset_control *of_reset_control_get( in of_reset_control_get() function
/linux-4.1.27/drivers/reset/
Dcore.c152 struct reset_control *of_reset_control_get(struct device_node *node, in of_reset_control_get() function
205 EXPORT_SYMBOL_GPL(of_reset_control_get);
223 rstc = of_reset_control_get(dev->of_node, id); in reset_control_get()
/linux-4.1.27/arch/arm/mach-rockchip/
Dplatsmp.c69 return of_reset_control_get(np, NULL); in rockchip_get_core_reset()
/linux-4.1.27/drivers/clocksource/
Dtimer-sun5i.c338 rstc = of_reset_control_get(node, NULL); in sun5i_timer_init()
/linux-4.1.27/drivers/usb/host/
Dehci-tegra.c92 usb1_reset = of_reset_control_get(phy_np, "usb"); in tegra_reset_usb_controller()
/linux-4.1.27/drivers/phy/
Dphy-miphy28lp.c1151 miphy_phy->miphy_rst = of_reset_control_get(node, "miphy-sw-rst"); in miphy28lp_probe_resets()