Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_tegra.c89 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
H A D8250_of.c150 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreset.h409 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/OK3568_Linux_fs/kernel/drivers/phy/amlogic/
H A Dphy-meson-gxl-usb2.c262 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
H A Dphy-meson8b-usb2.c263 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-sun4i.c438 pwm->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Ddw_wdt.c606 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-dwapb.c618 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c1144 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-brcmstb.c1260 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dti-sysc.c632 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()