Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/phy/amlogic/
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()
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.6.21/include/linux/
Dreset.h31 int reset_control_rearm(struct reset_control *rstc);
79 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() function
/linux-6.6.21/drivers/ata/
Dahci_brcm.c357 reset_control_rearm(priv->rcdev_rescal); in brcm_ahci_suspend()
543 reset_control_rearm(priv->rcdev_rescal); in brcm_ahci_probe()
Dlibahci_platform.c182 return reset_control_rearm(hpriv->rsts); in ahci_platform_assert_rsts()
/linux-6.6.21/drivers/usb/dwc3/
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.6.21/Documentation/driver-api/
Dreset.rst119 called reset_control_rearm().
198 reset_control_rearm
/linux-6.6.21/drivers/pci/controller/
Dpcie-brcmstb.c1289 ret = reset_control_rearm(pcie->rescal); in brcm_pcie_suspend_noirq()
1386 reset_control_rearm(pcie->rescal); in brcm_pcie_resume_noirq()
1398 if (reset_control_rearm(pcie->rescal)) in __brcm_pcie_remove()
1562 reset_control_rearm(pcie->rescal); in brcm_pcie_probe()
/linux-6.6.21/drivers/reset/
Dcore.c401 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() function
424 EXPORT_SYMBOL_GPL(reset_control_rearm);
/linux-6.6.21/drivers/dma/
Dapple-admac.c927 reset_control_rearm(ad->rstc); in admac_probe()
938 reset_control_rearm(ad->rstc); in admac_remove()
/linux-6.6.21/sound/soc/apple/
Dmca.c1006 reset_control_rearm(mca->rstc); in apple_mca_release()