Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Ddenali_dt.c161 dt->rst = devm_reset_control_get_optional_shared(dev, "nand"); in denali_dt_probe()
165 dt->rst_reg = devm_reset_control_get_optional_shared(dev, "reg"); in denali_dt_probe()
/linux-6.3-rc2/drivers/usb/host/
A Dohci-st.c183 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ohci_platform_probe()
190 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ohci_platform_probe()
A Dehci-st.c202 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ehci_platform_probe()
211 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ehci_platform_probe()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_tegra.c90 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
A D8250_of.c150 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/linux-6.3-rc2/drivers/net/mdio/
A Dmdio-aspeed.c154 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe()
/linux-6.3-rc2/drivers/remoteproc/
A Dwkup_m3_rproc.c172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
/linux-6.3-rc2/drivers/phy/amlogic/
A Dphy-meson-gxl-usb2.c264 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
A Dphy-meson8b-usb2.c271 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci_f_sdh30.c164 priv->rst = devm_reset_control_get_optional_shared(dev, NULL); in sdhci_f_sdh30_probe()
/linux-6.3-rc2/include/linux/
A Dreset.h749 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/linux-6.3-rc2/drivers/pwm/
A Dpwm-sun4i.c432 sun4ichip->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/linux-6.3-rc2/drivers/ata/
A Dahci_brcm.c460 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
/linux-6.3-rc2/drivers/watchdog/
A Ddw_wdt.c603 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/linux-6.3-rc2/sound/soc/codecs/
A Dak4458.c758 ak4458->reset = devm_reset_control_get_optional_shared(ak4458->dev, NULL); in ak4458_i2c_probe()
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_platform.c614 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()
/linux-6.3-rc2/Documentation/driver-api/
A Dreset.rst140 devm_reset_control_get_optional_shared().
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_main.c760 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in mchp_sparx5_probe()
/linux-6.3-rc2/drivers/gpio/
A Dgpio-dwapb.c635 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
/linux-6.3-rc2/drivers/dma/
A Dapple-admac.c830 ad->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in admac_probe()
/linux-6.3-rc2/drivers/pinctrl/
A Dpinctrl-microchip-sgpio.c926 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in microchip_sgpio_probe()
/linux-6.3-rc2/sound/soc/apple/
A Dmca.c1042 mca->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in apple_mca_probe()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-tegra-usb.c1421 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_main.c1008 switch_reset = devm_reset_control_get_optional_shared(lan966x->dev, in lan966x_reset_switch()
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-brcmstb.c1543 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()

Completed in 100 milliseconds

12