Searched refs:devm_reset_control_get_optional (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
H A Dreset.h32 static inline struct reset_control *devm_reset_control_get_optional( devm_reset_control_get_optional() function
97 static inline struct reset_control *devm_reset_control_get_optional( devm_reset_control_get_optional() function
/linux-4.4.14/drivers/usb/host/
H A Dehci-st.c209 priv->pwr = devm_reset_control_get_optional(&dev->dev, "power"); st_ehci_platform_probe()
217 priv->rst = devm_reset_control_get_optional(&dev->dev, "softreset"); st_ehci_platform_probe()
H A Dohci-st.c191 priv->pwr = devm_reset_control_get_optional(&dev->dev, "power"); st_ohci_platform_probe()
197 priv->rst = devm_reset_control_get_optional(&dev->dev, "softreset"); st_ohci_platform_probe()
H A Dohci-platform.c201 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); ohci_platform_probe()
H A Dehci-platform.c237 priv->rst = devm_reset_control_get_optional(&dev->dev, NULL); ehci_platform_probe()
/linux-4.4.14/drivers/media/rc/
H A Dsunxi-cir.c176 ir->rst = devm_reset_control_get_optional(dev, NULL); sunxi_ir_probe()
/linux-4.4.14/drivers/crypto/sunxi-ss/
H A Dsun4i-ss-core.c259 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); sun4i_ss_probe()
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_dw.c455 data->rst = devm_reset_control_get_optional(&pdev->dev, NULL); dw8250_probe()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-mv64xxx.c832 drv_data->rstc = devm_reset_control_get_optional(dev, NULL); mv64xxx_of_config()
/linux-4.4.14/drivers/mmc/host/
H A Dsunxi-mmc.c967 host->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); sunxi_mmc_resource_request()
/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda-common.c2167 dev->rstc = devm_reset_control_get_optional(&pdev->dev, NULL); coda_probe()

Completed in 335 milliseconds