Home
last modified time | relevance | path

Searched refs:devm_reset_control_array_get_optional_exclusive (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/dwc3/
H A Ddwc3-generic-plat.c93 dwc3g->resets = devm_reset_control_array_get_optional_exclusive(dev); in dwc3_generic_probe()
H A Ddwc3-qcom.c627 qcom->resets = devm_reset_control_array_get_optional_exclusive(dev); in dwc3_qcom_probe()
H A Ddwc3-qcom-legacy.c749 qcom->resets = devm_reset_control_array_get_optional_exclusive(dev); in dwc3_qcom_probe()
/linux/drivers/char/hw_random/
H A Drockchip-rng.c407 rst = devm_reset_control_array_get_optional_exclusive(dev); in rk_rng_probe()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ethdr.c363 priv->reset_ctl = devm_reset_control_array_get_optional_exclusive(dev); in mtk_ethdr_probe()
/linux/include/linux/
H A Dreset.h1021 devm_reset_control_array_get_optional_exclusive(struct device *dev) in devm_reset_control_array_get_optional_exclusive() function
/linux/drivers/tty/serial/8250/
H A D8250_dw.c800 data->rst = devm_reset_control_array_get_optional_exclusive(dev); in dw8250_probe()
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c866 priv->reset = devm_reset_control_array_get_optional_exclusive(mmc_dev(host->mmc)); in dwcmshc_rk35xx_init()
1338 priv->reset = devm_reset_control_array_get_optional_exclusive(dev); in sdhci_eic7700_reset_init()
/linux/drivers/spi/
H A Dspi-fsl-qspi.c934 q->resets = devm_reset_control_array_get_optional_exclusive(dev); in fsl_qspi_probe()
/linux/drivers/dma/sh/
H A Drz-dmac.c980 dmac->rstc = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in rz_dmac_probe()
/linux/drivers/pmdomain/imx/
H A Dgpcv2.c1342 domain->reset = devm_reset_control_array_get_optional_exclusive(domain->dev); in imx_pgc_domain_probe()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c1131 vpu->resets = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in hantro_probe()
/linux/drivers/tty/serial/
H A Dsh-sci.c3734 rstc = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in sci_parse_dt()