Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-starfive-jh8100-intc.c137 rst = of_reset_control_get_exclusive(intc, NULL); in starfive_intc_init()
/linux/include/linux/
H A Dreset.h490 * of_reset_control_get_exclusive - Lookup and obtain an exclusive reference
499 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive() function
511 * Optional variant of of_reset_control_get_exclusive(). If the requested reset
962 * of_reset_control_get() => of_reset_control_get_exclusive()
970 return of_reset_control_get_exclusive(node, id); in of_reset_control_get()
/linux/drivers/phy/hisilicon/
H A Dphy-hisi-inno-usb2.c168 rst = of_reset_control_get_exclusive(child, NULL); in hisi_inno_phy_probe()
/linux/arch/arm/mach-rockchip/
H A Dplatsmp.c61 return of_reset_control_get_exclusive(np, NULL); in rockchip_get_core_reset()
/linux/arch/arm/mach-meson/
H A Dplatsmp.c42 return of_reset_control_get_exclusive(np, NULL); in meson_smp_get_core_reset()
/linux/drivers/pci/controller/
H A Dpcie-mt7621.c222 port->pcie_rst = of_reset_control_get_exclusive(node, NULL); in mt7621_pcie_parse_port()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c800 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes()
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1753 bank->rstc = of_reset_control_get_exclusive(np, NULL); in stm32_pctl_probe()