Home
last modified time | relevance | path

Searched refs:reset_control_rearm (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/phy/amlogic/
H A Dphy-meson8b-usb2.c157 reset_control_rearm(priv->reset); in phy_meson8b_usb2_power_on()
165 reset_control_rearm(priv->reset); in phy_meson8b_usb2_power_on()
204 reset_control_rearm(priv->reset); in phy_meson8b_usb2_power_on()
224 reset_control_rearm(priv->reset); in phy_meson8b_usb2_power_off()
H A Dphy-meson-gxl-usb2.c118 reset_control_rearm(priv->reset); in phy_meson_gxl_usb2_init()
130 reset_control_rearm(priv->reset); in phy_meson_gxl_usb2_exit()
/linux-6.15/include/linux/
H A Dreset.h73 int reset_control_rearm(struct reset_control *rstc);
116 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() function
/linux-6.15/drivers/ata/
H A Dahci_brcm.c360 reset_control_rearm(priv->rcdev_rescal); in brcm_ahci_suspend()
544 reset_control_rearm(priv->rcdev_rescal); in brcm_ahci_probe()
H A Dlibahci_platform.c191 return reset_control_rearm(hpriv->rsts); in ahci_platform_assert_rsts()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c823 reset_control_rearm(priv->reset); in dwc3_meson_g12a_probe()
851 reset_control_rearm(priv->reset); in dwc3_meson_g12a_remove()
891 reset_control_rearm(priv->reset); in dwc3_meson_g12a_suspend()
/linux-6.15/Documentation/driver-api/
H A Dreset.rst119 called reset_control_rearm().
198 reset_control_rearm
/linux-6.15/drivers/pci/controller/
H A Dpcie-brcmstb.c1582 ret = reset_control_rearm(pcie->rescal); in brcm_pcie_suspend_noirq()
1682 rret = reset_control_rearm(pcie->rescal); in brcm_pcie_resume_noirq()
1696 if (reset_control_rearm(pcie->rescal)) in __brcm_pcie_remove()
1933 reset_control_rearm(pcie->rescal); in brcm_pcie_probe()
/linux-6.15/drivers/dma/
H A Dapple-admac.c924 reset_control_rearm(ad->rstc); in admac_probe()
935 reset_control_rearm(ad->rstc); in admac_remove()
/linux-6.15/drivers/reset/
H A Dcore.c427 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() function
450 EXPORT_SYMBOL_GPL(reset_control_rearm);
/linux-6.15/sound/soc/apple/
H A Dmca.c1006 reset_control_rearm(mca->rstc); in apple_mca_release()