Searched refs:devm_reset_control_get_optional (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/phy/intel/ |
D | phy-intel-lgm-combo.c | 420 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse() 425 cbphy->phy_rst = devm_reset_control_get_optional(dev, "phy"); in intel_cbphy_fwnode_parse() 430 cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0"); in intel_cbphy_fwnode_parse() 435 cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1"); in intel_cbphy_fwnode_parse()
|
/linux-6.1.9/drivers/phy/qualcomm/ |
D | phy-ath79-usb.c | 76 priv->no_suspend_override = devm_reset_control_get_optional( in ath79_usb_phy_probe()
|
D | phy-qcom-ipq4019-usb.c | 119 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()
|
/linux-6.1.9/drivers/phy/lantiq/ |
D | phy-lantiq-rcu-usb2.c | 202 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | platform.c | 194 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2"); in dwc2_lowlevel_hw_init() 201 hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc"); in dwc2_lowlevel_hw_init()
|
/linux-6.1.9/include/linux/ |
D | reset.h | 835 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
|
/linux-6.1.9/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 275 fuse->rst = devm_reset_control_get_optional(&pdev->dev, "fuse"); in tegra_fuse_probe()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 410 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
|
D | stmmac_platform.c | 607 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
|
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-core.c | 388 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sun4i_ss_probe()
|
/linux-6.1.9/drivers/ata/ |
D | ahci_brcm.c | 465 priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci"); in brcm_ahci_probe()
|
/linux-6.1.9/drivers/ufs/host/ |
D | ufs-qcom.c | 970 host->core_reset = devm_reset_control_get_optional(hba->dev, "rst"); in ufs_qcom_init()
|
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon.c | 1173 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
|
/linux-6.1.9/drivers/dma/ |
D | pl330.c | 3028 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe() 3039 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe()
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-dfll.c | 1959 td->dfll_rst = devm_reset_control_get_optional(td->dev, "dfll"); in tegra_dfll_register()
|
/linux-6.1.9/drivers/dma/lgm/ |
D | lgm-dma.c | 1597 d->rst = devm_reset_control_get_optional(dev, NULL); in intel_ldma_probe()
|
/linux-6.1.9/drivers/soc/mediatek/ |
D | mtk-svs.c | 2075 svsp->rst = devm_reset_control_get_optional(svsp->dev, "svs_rst"); in svs_mt8192_platform_probe()
|