Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-st.c189 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ohci_platform_probe()
196 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ohci_platform_probe()
Dehci-st.c208 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ehci_platform_probe()
217 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ehci_platform_probe()
/Linux-v4.19/include/linux/
Dreset.h299 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/Linux-v4.19/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c272 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
Dphy-meson8b-usb2.c243 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/Linux-v4.19/drivers/watchdog/
Ddw_wdt.c269 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_of.c152 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/Linux-v4.19/drivers/gpio/
Dgpio-dwapb.c680 gpio->rst = devm_reset_control_get_optional_shared(dev, NULL); in dwapb_gpio_probe()
/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c249 phy->pad_rst = devm_reset_control_get_optional_shared( in utmip_pad_open()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1423 dwc->reset = devm_reset_control_get_optional_shared(dev, NULL); in dwc3_probe()