Searched refs:devm_reset_control_get_optional (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | reset.h | 32 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/ |
D | ohci-st.c | 191 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()
|
D | ehci-st.c | 214 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()
|
D | ohci-platform.c | 222 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); in ohci_platform_probe()
|
D | ehci-platform.c | 251 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); in ehci_platform_probe()
|
/linux-4.1.27/drivers/media/rc/ |
D | sunxi-cir.c | 176 ir->rst = devm_reset_control_get_optional(dev, NULL); in sunxi_ir_probe()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_dw.c | 479 data->rst = devm_reset_control_get_optional(&pdev->dev, NULL); in dw8250_probe()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-mv64xxx.c | 823 drv_data->rstc = devm_reset_control_get_optional(dev, NULL); in mv64xxx_of_config()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sunxi-mmc.c | 934 host->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sunxi_mmc_resource_request()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 2150 dev->rstc = devm_reset_control_get_optional(&pdev->dev, NULL); in coda_probe()
|