Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dreset.h32 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
83 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
/linux-4.1.27/drivers/usb/host/
Dohci-st.c191 priv->pwr = devm_reset_control_get_optional(&dev->dev, "power"); in st_ohci_platform_probe()
197 priv->rst = devm_reset_control_get_optional(&dev->dev, "softreset"); in st_ohci_platform_probe()
Dehci-st.c214 priv->pwr = devm_reset_control_get_optional(&dev->dev, "power"); in st_ehci_platform_probe()
222 priv->rst = devm_reset_control_get_optional(&dev->dev, "softreset"); in st_ehci_platform_probe()
Dohci-platform.c222 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); in ohci_platform_probe()
Dehci-platform.c251 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); in ehci_platform_probe()
/linux-4.1.27/drivers/media/rc/
Dsunxi-cir.c176 ir->rst = devm_reset_control_get_optional(dev, NULL); in sunxi_ir_probe()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c479 data->rst = devm_reset_control_get_optional(&pdev->dev, NULL); in dw8250_probe()
/linux-4.1.27/drivers/i2c/busses/
Di2c-mv64xxx.c823 drv_data->rstc = devm_reset_control_get_optional(dev, NULL); in mv64xxx_of_config()
/linux-4.1.27/drivers/mmc/host/
Dsunxi-mmc.c934 host->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sunxi_mmc_resource_request()
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c2150 dev->rstc = devm_reset_control_get_optional(&pdev->dev, NULL); in coda_probe()