Home
last modified time | relevance | path

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

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