Symbol: devm_reset_control_get_optional
drivers/ata/ahci_brcm.c
466
priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci");
drivers/clk/tegra/clk-dfll.c
1959
td->dfll_rst = devm_reset_control_get_optional(td->dev, "dfll");
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
385
ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb");
drivers/dma/lgm/lgm-dma.c
1592
d->rst = devm_reset_control_get_optional(dev, NULL);
drivers/dma/pl330.c
3037
pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma");
drivers/dma/pl330.c
3048
pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp");
drivers/dma/stm32/stm32-dma3.c
1756
reset = devm_reset_control_get_optional(&pdev->dev, NULL);
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c
353
dp->apbrst = devm_reset_control_get_optional(dev, "apb");
drivers/gpu/drm/sun4i/sun4i_tcon.c
1171
tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds");
drivers/net/dsa/realtek/rtl83xx.c
187
priv->reset_ctl = devm_reset_control_get_optional(dev, NULL);
drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
624
dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp");
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
619
plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev,
drivers/phy/intel/phy-intel-lgm-combo.c
420
cbphy->core_rst = devm_reset_control_get_optional(dev, "core");
drivers/phy/intel/phy-intel-lgm-combo.c
425
cbphy->phy_rst = devm_reset_control_get_optional(dev, "phy");
drivers/phy/intel/phy-intel-lgm-combo.c
430
cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0");
drivers/phy/intel/phy-intel-lgm-combo.c
435
cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1");
drivers/phy/lantiq/phy-lantiq-rcu-usb2.c
201
priv->phy_reset = devm_reset_control_get_optional(dev, "phy");
drivers/phy/qualcomm/phy-ath79-usb.c
77
priv->no_suspend_override = devm_reset_control_get_optional(
drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c
118
phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst");
drivers/phy/rockchip/phy-rockchip-inno-usb2.c
1420
rphy->phy_reset = devm_reset_control_get_optional(dev, "phy");
drivers/remoteproc/stm32_rproc.c
728
ddata->rst = devm_reset_control_get_optional(dev, "mcu_rst");
drivers/remoteproc/stm32_rproc.c
748
ddata->hold_boot_rst = devm_reset_control_get_optional(dev, "hold_boot");
drivers/soc/mediatek/mtk-svs.c
2180
svsp->rst = devm_reset_control_get_optional(svsp->dev, "svs_rst");
drivers/soc/tegra/fuse/fuse-tegra.c
234
fuse->rst = devm_reset_control_get_optional(&pdev->dev, "fuse");
drivers/ufs/host/ufs-qcom.c
1383
host->core_reset = devm_reset_control_get_optional(hba->dev, "rst");
drivers/usb/dwc2/platform.c
215
hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2");
drivers/usb/dwc2/platform.c
226
hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc");