Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Ddw_apb_timer_of.c34 rstc = of_reset_control_get(np, NULL); in timer_get_base_and_rate()
H A Dtimer-stm32.c312 rstc = of_reset_control_get(node, NULL); in stm32_timer_init()
/openbmc/linux/include/linux/
H A Dreset.h817 static inline struct reset_control *of_reset_control_get( in of_reset_control_get() function
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c224 rk_phy->reset = of_reset_control_get(child, "phy-reset"); in rockchip_usb_phy_init()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c1687 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()