Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/hw_random/
H A Drockchip-rng.c338 rst = devm_reset_control_array_get_optional_exclusive(dev); in rk_rng_probe()
/linux-6.15/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.c230 dev->resets = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in wave5_vpu_probe()
/linux-6.15/include/linux/
H A Dreset.h1014 devm_reset_control_array_get_optional_exclusive(struct device *dev) in devm_reset_control_array_get_optional_exclusive() function
/linux-6.15/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-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c23 pfdev->rstc = devm_reset_control_array_get_optional_exclusive(pfdev->dev); in panfrost_reset_init()
/linux-6.15/drivers/tty/serial/8250/
H A D8250_dw.c634 data->rst = devm_reset_control_array_get_optional_exclusive(dev); in dw8250_probe()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-qcom.c749 qcom->resets = devm_reset_control_array_get_optional_exclusive(dev); in dwc3_qcom_probe()
/linux-6.15/drivers/dma/sh/
H A Drz-dmac.c896 dmac->rstc = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in rz_dmac_probe()
/linux-6.15/drivers/spi/
H A Dspi-stm32-ospi.c807 ospi->rstc = devm_reset_control_array_get_optional_exclusive(dev); in stm32_ospi_get_resources()
/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_drv.c1096 vpu->resets = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in hantro_probe()
/linux-6.15/drivers/pmdomain/imx/
H A Dgpcv2.c1346 domain->reset = devm_reset_control_array_get_optional_exclusive(domain->dev); in imx_pgc_domain_probe()
/linux-6.15/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c708 priv->reset = devm_reset_control_array_get_optional_exclusive(mmc_dev(host->mmc)); in dwcmshc_rk35xx_init()