Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Ddenali_dt.c164 dt->rst = devm_reset_control_get_optional_shared(dev, "nand"); in denali_dt_probe()
168 dt->rst_reg = devm_reset_control_get_optional_shared(dev, "reg"); in denali_dt_probe()
/Linux-v5.15/drivers/usb/host/
Dohci-st.c185 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ohci_platform_probe()
192 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ohci_platform_probe()
Dehci-st.c204 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ehci_platform_probe()
213 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ehci_platform_probe()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_tegra.c90 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
D8250_of.c141 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/Linux-v5.15/drivers/remoteproc/
Dwkup_m3_rproc.c171 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
/Linux-v5.15/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c261 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
Dphy-meson8b-usb2.c267 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/Linux-v5.15/include/linux/
Dreset.h729 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/Linux-v5.15/drivers/pwm/
Dpwm-sun4i.c436 pwm->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/Linux-v5.15/drivers/ata/
Dahci_brcm.c460 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
/Linux-v5.15/drivers/watchdog/
Ddw_wdt.c605 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c614 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()
/Linux-v5.15/Documentation/driver-api/
Dreset.rst140 devm_reset_control_get_optional_shared().
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.c701 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in mchp_sparx5_probe()
/Linux-v5.15/drivers/gpio/
Dgpio-dwapb.c626 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
/Linux-v5.15/drivers/usb/phy/
Dphy-tegra-usb.c1233 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
/Linux-v5.15/drivers/pci/controller/
Dpcie-brcmstb.c1276 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
/Linux-v5.15/drivers/bus/
Dti-sysc.c583 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()