Home
last modified time | relevance | path

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

/Linux-v5.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()
/Linux-v5.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()
/Linux-v5.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.c141 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/Linux-v5.10/include/linux/
Dreset.h409 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/Linux-v5.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()
/Linux-v5.10/drivers/pwm/
Dpwm-sun4i.c442 pwm->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/Linux-v5.10/drivers/watchdog/
Ddw_wdt.c606 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/Linux-v5.10/drivers/gpio/
Dgpio-dwapb.c618 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
/Linux-v5.10/drivers/usb/phy/
Dphy-tegra-usb.c1144 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
/Linux-v5.10/drivers/pci/controller/
Dpcie-brcmstb.c1259 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
/Linux-v5.10/drivers/bus/
Dti-sysc.c581 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()