Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/reset/
Dcore.c191 ret = reset_control_reset(resets->rstc[i]); in reset_control_array_reset()
253 int reset_control_reset(struct reset_control *rstc) in reset_control_reset() function
283 EXPORT_SYMBOL_GPL(reset_control_reset);
678 ret = reset_control_reset(rstc); in __device_reset()
/Linux-v4.19/include/linux/
Dreset.h13 int reset_control_reset(struct reset_control *rstc);
37 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset() function
/Linux-v4.19/drivers/ata/
Dsata_gemini.c228 reset_control_reset(sg->sata0_reset); in gemini_sata_reset_bridge()
230 reset_control_reset(sg->sata1_reset); in gemini_sata_reset_bridge()
/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c855 reset_control_reset(meson_dw_hdmi->hdmitx_apb); in meson_dw_hdmi_bind()
856 reset_control_reset(meson_dw_hdmi->hdmitx_ctrl); in meson_dw_hdmi_bind()
857 reset_control_reset(meson_dw_hdmi->hdmitx_phy); in meson_dw_hdmi_bind()
/Linux-v4.19/drivers/phy/marvell/
Dphy-berlin-usb.c118 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-of-simple.c118 ret = reset_control_reset(simple->resets); in dwc3_of_simple_probe()
/Linux-v4.19/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c118 ret = reset_control_reset(priv->reset); in phy_meson_gxl_usb2_init()
Dphy-meson-gxl-usb3.c155 ret = reset_control_reset(priv->reset); in phy_meson_gxl_usb3_init()
Dphy-meson8b-usb2.c145 ret = reset_control_reset(priv->reset); in phy_meson8b_usb2_power_on()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c153 ret = reset_control_reset(uphy->reset); in qcom_usb_hs_phy_power_on()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_frontend.c332 ret = reset_control_reset(frontend->reset); in sun4i_frontend_runtime_resume()
Dsun4i_tcon.c994 ret = reset_control_reset(tcon->lcd_rst); in sun4i_tcon_bind()
1014 reset_control_reset(tcon->lvds_rst); in sun4i_tcon_bind()
/Linux-v4.19/drivers/remoteproc/
Dqcom_q6v5_pil.c351 return reset_control_reset(qproc->mss_restart); in q6v5_reset_assert()
362 ret = reset_control_reset(qproc->mss_restart); in q6v5_reset_deassert()
/Linux-v4.19/drivers/soc/mediatek/
Dmtk-pmic-wrap.c1283 reset_control_reset(wrp->rstc); in pwrap_init()
1285 reset_control_reset(wrp->rstc_bridge); in pwrap_init()
/Linux-v4.19/drivers/i2c/busses/
Di2c-rcar.c757 ret = reset_control_reset(priv->rstc); in rcar_i2c_do_reset()
/Linux-v4.19/drivers/staging/media/tegra-vde/
Dtegra-vde.c861 ret = reset_control_reset(vde->rst); in tegra_vde_ioctl_decode_h264()
/Linux-v4.19/drivers/mtd/nand/raw/
Dtegra_nand.c1172 err = reset_control_reset(rst); in tegra_nand_probe()
/Linux-v4.19/drivers/mmc/host/
Dsunxi-mmc.c1188 ret = reset_control_reset(host->reset); in sunxi_mmc_enable()
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-bit.c134 ret = reset_control_reset(dev->rstc); in coda_hw_reset()
Dcoda-common.c2319 reset_control_reset(dev->rstc); in coda_hw_init()
/Linux-v4.19/drivers/net/ethernet/cortina/
Dgemini.c2454 reset_control_reset(port->reset); in gemini_ethernet_port_probe()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4275 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()