Searched refs:of_reset_control_get (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
H A Dreset.h38 struct reset_control *of_reset_control_get(struct device_node *node,
103 static inline struct reset_control *of_reset_control_get( of_reset_control_get() function
/linux-4.4.14/drivers/reset/
H A Dcore.c144 * of_reset_control_get - Lookup and obtain a reference to a reset controller.
152 struct reset_control *of_reset_control_get(struct device_node *node, of_reset_control_get() function
205 EXPORT_SYMBOL_GPL(of_reset_control_get); variable
223 rstc = of_reset_control_get(dev->of_node, id); reset_control_get()
/linux-4.4.14/drivers/clocksource/
H A Dtimer-stm32.c125 rstc = of_reset_control_get(np, NULL); stm32_clockevent_init()
H A Dtimer-sun5i.c345 rstc = of_reset_control_get(node, NULL); sun5i_timer_init()
/linux-4.4.14/arch/arm/mach-rockchip/
H A Dplatsmp.c69 return of_reset_control_get(np, NULL); rockchip_get_core_reset()
/linux-4.4.14/drivers/usb/host/
H A Dehci-tegra.c92 usb1_reset = of_reset_control_get(phy_np, "usb"); tegra_reset_usb_controller()
/linux-4.4.14/drivers/phy/
H A Dphy-miphy28lp.c1146 miphy_phy->miphy_rst = of_reset_control_get(node, "miphy-sw-rst"); miphy28lp_probe_resets()

Completed in 459 milliseconds