Searched refs:devm_reset_control_get_optional_shared (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | denali_dt.c | 164 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/ |
D | ohci-st.c | 185 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()
|
D | ehci-st.c | 204 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/ |
D | 8250_tegra.c | 89 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
|
D | 8250_of.c | 141 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
|
/Linux-v5.10/include/linux/ |
D | reset.h | 409 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/ |
D | phy-meson-gxl-usb2.c | 262 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
|
D | phy-meson8b-usb2.c | 263 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
|
/Linux-v5.10/drivers/pwm/ |
D | pwm-sun4i.c | 442 pwm->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
|
/Linux-v5.10/drivers/watchdog/ |
D | dw_wdt.c | 606 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
|
/Linux-v5.10/drivers/gpio/ |
D | gpio-dwapb.c | 618 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
|
/Linux-v5.10/drivers/usb/phy/ |
D | phy-tegra-usb.c | 1144 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
|
/Linux-v5.10/drivers/pci/controller/ |
D | pcie-brcmstb.c | 1259 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
|
/Linux-v5.10/drivers/bus/ |
D | ti-sysc.c | 581 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()
|