Home
last modified time | relevance | path

Searched refs:reset_control_reset (Results 1 – 25 of 74) sorted by relevance

123

/linux-6.15/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c80 return reset_control_reset(priv->reset); in phy_axg_pcie_init()
92 return reset_control_reset(priv->reset); in phy_axg_pcie_exit()
H A Dphy-meson-axg-mipi-dphy.c192 ret = reset_control_reset(priv->reset); in phy_meson_axg_mipi_dphy_init()
322 return reset_control_reset(priv->reset); in phy_meson_axg_mipi_dphy_exit()
H A Dphy-meson-g12a-usb2.c179 ret = reset_control_reset(priv->reset); in phy_meson_g12a_usb2_init()
288 ret = reset_control_reset(priv->reset); in phy_meson_g12a_usb2_exit()
H A Dphy-meson-g12a-usb3-pcie.c201 ret = reset_control_reset(priv->reset); in phy_g12a_usb3_init()
347 return reset_control_reset(priv->reset); in phy_g12a_usb3_pcie_exit()
H A Dphy-meson-gxl-usb2.c112 ret = reset_control_reset(priv->reset); in phy_meson_gxl_usb2_init()
H A Dphy-meson8b-usb2.c147 ret = reset_control_reset(priv->reset); in phy_meson8b_usb2_power_on()
/linux-6.15/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_hw.c166 reset_control_reset(dev->rstc); in cedrus_watchdog()
189 ret = reset_control_reset(dev->rstc); in cedrus_hw_resume()
/linux-6.15/drivers/media/platform/verisilicon/
H A Dsunxi_vpu_hw.c94 reset_control_reset(vpu->resets); in sunxi_vpu_reset()
H A Dstm32mp25_vpu_hw.c118 reset_control_reset(vpu->resets); in stm32mp25_venc_reset()
/linux-6.15/drivers/reset/
H A Dcore.c230 ret = reset_control_reset(resets->rstc[i]); in reset_control_array_reset()
353 int reset_control_reset(struct reset_control *rstc) in reset_control_reset() function
386 EXPORT_SYMBOL_GPL(reset_control_reset);
403 ret = reset_control_reset(rstcs[i].rstc); in reset_control_bulk_reset()
1378 ret = reset_control_reset(rstc); in __device_reset()
/linux-6.15/Documentation/driver-api/
H A Dreset.rst109 Consumer drivers use reset_control_reset() to trigger a reset pulse on a
185 reset_control_deassert(), trigger a reset pulse using reset_control_reset(), or
192 :functions: reset_control_reset
/linux-6.15/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c609 reset_control_reset(meson_dw_hdmi->hdmitx_apb); in meson_dw_hdmi_init()
610 reset_control_reset(meson_dw_hdmi->hdmitx_ctrl); in meson_dw_hdmi_init()
611 reset_control_reset(meson_dw_hdmi->hdmitx_phy); in meson_dw_hdmi_init()
/linux-6.15/include/linux/
H A Dreset.h72 int reset_control_reset(struct reset_control *rstc);
111 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset() function
/linux-6.15/drivers/char/hw_random/
H A Dbcm2835-rng.c96 ret = reset_control_reset(priv->reset); in bcm2835_rng_init()
/linux-6.15/drivers/phy/marvell/
H A Dphy-berlin-usb.c119 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
/linux-6.15/drivers/ata/
H A Dahci_brcm.c375 ret = reset_control_reset(priv->rcdev_rescal); in brcm_ahci_resume()
489 ret = reset_control_reset(priv->rcdev_rescal); in brcm_ahci_probe()
/linux-6.15/drivers/watchdog/
H A Drzv2h_wdt.c172 ret = reset_control_reset(priv->rstc); in rzv2h_wdt_restart()
H A Drzg2l_wdt.c199 ret = reset_control_reset(priv->rstc); in rzg2l_wdt_restart()
/linux-6.15/drivers/remoteproc/
H A Dmeson_mx_ao_arc.c87 ret = reset_control_reset(priv->arc_reset); in meson_mx_ao_arc_rproc_start()
/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_gem.c100 reset_control_reset(v3d->reset); in v3d_reset_v3d()
/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c152 ret = reset_control_reset(uphy->reset); in qcom_usb_hs_phy_power_on()
/linux-6.15/drivers/gpu/drm/mediatek/
H A Dmtk_disp_merge.c107 reset_control_reset(priv->reset_ctl); in mtk_merge_stop_cmdq()
/linux-6.15/sound/soc/meson/
H A Daxg-tdm-formatter.c104 ret = reset_control_reset(formatter->reset); in axg_tdm_formatter_enable()
/linux-6.15/drivers/rtc/
H A Drtc-meson.c149 ret = reset_control_reset(rtc->reset); in meson_rtc_get_bus()
/linux-6.15/drivers/net/mdio/
H A Dmdio-mscc-miim.c284 reset_control_reset(reset); in mscc_miim_probe()

123