Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dreset.h250 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive() function
460 return of_reset_control_get_exclusive(node, id); in of_reset_control_get()
/OK3568_Linux_fs/kernel/drivers/phy/hisilicon/
H A Dphy-hisi-inno-usb2.c142 rst = of_reset_control_get_exclusive(child, NULL); in hisi_inno_phy_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Dplatsmp.c61 return of_reset_control_get_exclusive(np, NULL); in rockchip_get_core_reset()
/OK3568_Linux_fs/kernel/arch/arm/mach-meson/
H A Dplatsmp.c42 return of_reset_control_get_exclusive(np, NULL); in meson_smp_get_core_reset()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c769 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes()
/OK3568_Linux_fs/kernel/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1571 bank->rstc = of_reset_control_get_exclusive(child, in stm32_pctl_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/
H A Dag71xx.c700 ag->mdio_reset = of_reset_control_get_exclusive(np, "mdio"); in ag71xx_mdio_probe()