Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreset.h347 static inline struct reset_control *of_reset_control_get( in of_reset_control_get() function
/Linux-v4.19/drivers/clocksource/
Dtimer-stm32.c312 rstc = of_reset_control_get(node, NULL); in stm32_timer_init()
Dtimer-sun5i.c352 rstc = of_reset_control_get(node, NULL); in sun5i_timer_init()
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-usb.c216 rk_phy->reset = of_reset_control_get(child, "phy-reset"); in rockchip_usb_phy_init()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c1486 qphy->lane_rst = of_reset_control_get(np, prop_name); in qcom_qmp_phy_create()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c1293 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()