Searched refs:devm_reset_control_get_optional_shared (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ohci-st.c | 189 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()
|
D | ehci-st.c | 208 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/ |
D | reset.h | 299 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/ |
D | phy-meson-gxl-usb2.c | 272 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
|
D | phy-meson8b-usb2.c | 243 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
|
/Linux-v4.19/drivers/watchdog/ |
D | dw_wdt.c | 269 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_of.c | 152 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-dwapb.c | 680 gpio->rst = devm_reset_control_get_optional_shared(dev, NULL); in dwapb_gpio_probe()
|
/Linux-v4.19/drivers/usb/phy/ |
D | phy-tegra-usb.c | 249 phy->pad_rst = devm_reset_control_get_optional_shared( in utmip_pad_open()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | core.c | 1423 dwc->reset = devm_reset_control_get_optional_shared(dev, NULL); in dwc3_probe()
|