Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_optional_shared (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.14.4/drivers/mtd/nand/raw/
Ddenali_dt.c160 dt->rst = devm_reset_control_get_optional_shared(dev, "nand"); in denali_dt_probe()
164 dt->rst_reg = devm_reset_control_get_optional_shared(dev, "reg"); in denali_dt_probe()
/linux-6.14.4/drivers/usb/host/
Dohci-st.c177 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ohci_platform_probe()
184 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ohci_platform_probe()
Dehci-st.c197 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ehci_platform_probe()
206 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ehci_platform_probe()
/linux-6.14.4/drivers/mmc/core/
Dpwrseq_simple.c140 pwrseq->reset_ctrl = devm_reset_control_get_optional_shared(dev, NULL); in mmc_pwrseq_simple_probe()
/linux-6.14.4/drivers/tty/serial/8250/
D8250_tegra.c84 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
D8250_of.c142 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/linux-6.14.4/drivers/net/mdio/
Dmdio-aspeed.c154 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe()
Dmdio-mscc-miim.c280 reset = devm_reset_control_get_optional_shared(dev, "switch"); in mscc_miim_probe()
/linux-6.14.4/drivers/mmc/host/
Dsdhci_f_sdh30.c161 priv->rst = devm_reset_control_get_optional_shared(dev, NULL); in sdhci_f_sdh30_probe()
/linux-6.14.4/drivers/remoteproc/
Dwkup_m3_rproc.c172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
/linux-6.14.4/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c264 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
Dphy-meson8b-usb2.c271 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/linux-6.14.4/drivers/pwm/
Dpwm-sun4i.c433 sun4ichip->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/linux-6.14.4/include/linux/
Dreset.h880 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/linux-6.14.4/drivers/ata/
Dahci_brcm.c461 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
/linux-6.14.4/drivers/watchdog/
Ddw_wdt.c591 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/linux-6.14.4/drivers/i2c/muxes/
Di2c-mux-pca954x.c527 data->reset_cont = devm_reset_control_get_optional_shared(dev, NULL); in pca954x_get_reset()
/linux-6.14.4/sound/soc/codecs/
Dak4458.c753 ak4458->reset = devm_reset_control_get_optional_shared(ak4458->dev, NULL); in ak4458_i2c_probe()
/linux-6.14.4/Documentation/driver-api/
Dreset.rst140 devm_reset_control_get_optional_shared().
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c639 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()
/linux-6.14.4/drivers/gpio/
Dgpio-dwapb.c641 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
/linux-6.14.4/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c927 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in microchip_sgpio_probe()
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.c868 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in mchp_sparx5_probe()
/linux-6.14.4/drivers/dma/
Dapple-admac.c847 ad->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in admac_probe()
/linux-6.14.4/sound/soc/apple/
Dmca.c1042 mca->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in apple_mca_probe()

12