Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_tegra.c89 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
D8250_of.c150 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
D8250_tegra.c91 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
D8250_of.c150 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/kernel/linux/linux-6.6/drivers/net/mdio/
Dmdio-aspeed.c154 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe()
/kernel/linux/linux-6.6/drivers/remoteproc/
Dwkup_m3_rproc.c172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
/kernel/linux/linux-5.10/include/linux/
Dreset.h409 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci_f_sdh30.c161 priv->rst = devm_reset_control_get_optional_shared(dev, NULL); in sdhci_f_sdh30_probe()
/kernel/linux/linux-5.10/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c262 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
Dphy-meson8b-usb2.c263 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/
Dreset.h749 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/kernel/linux/linux-6.6/drivers/pwm/
Dpwm-sun4i.c431 sun4ichip->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-sun4i.c438 pwm->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/kernel/linux/linux-6.6/drivers/ata/
Dahci_brcm.c460 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
/kernel/linux/linux-6.6/drivers/watchdog/
Ddw_wdt.c591 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/kernel/linux/linux-5.10/drivers/watchdog/
Ddw_wdt.c606 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
Dak4458.c758 ak4458->reset = devm_reset_control_get_optional_shared(ak4458->dev, NULL); in ak4458_i2c_probe()

12