Home
last modified time | relevance | path

Searched refs:of_reset_control_get_exclusive (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dreset.h228 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive() function
414 return of_reset_control_get_exclusive(node, id); in of_reset_control_get()
/Linux-v5.4/drivers/phy/hisilicon/
Dphy-hisi-inno-usb2.c144 rst = of_reset_control_get_exclusive(child, NULL); in hisi_inno_phy_probe()
/Linux-v5.4/arch/arm/mach-rockchip/
Dplatsmp.c61 return of_reset_control_get_exclusive(np, NULL); in rockchip_get_core_reset()
/Linux-v5.4/arch/arm/mach-meson/
Dplatsmp.c42 return of_reset_control_get_exclusive(np, NULL); in meson_smp_get_core_reset()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sun8i.c736 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes()
/Linux-v5.4/drivers/pinctrl/stm32/
Dpinctrl-stm32.c1158 rstc = of_reset_control_get_exclusive(np, NULL); in stm32_gpiolib_register_bank()
/Linux-v5.4/drivers/net/ethernet/atheros/
Dag71xx.c553 ag->mdio_reset = of_reset_control_get_exclusive(np, "mdio"); in ag71xx_mdio_probe()