Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dreset.h864 devm_reset_control_array_get_optional_exclusive(struct device *dev) in devm_reset_control_array_get_optional_exclusive() function
/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5-vpu.c190 dev->resets = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in wave5_vpu_probe()
/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_ethdr.c363 priv->reset_ctl = devm_reset_control_array_get_optional_exclusive(dev); in mtk_ethdr_probe()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_device.c23 pfdev->rstc = devm_reset_control_array_get_optional_exclusive(pfdev->dev); in panfrost_reset_init()
/linux-6.12.1/drivers/tty/serial/8250/
D8250_dw.c619 data->rst = devm_reset_control_array_get_optional_exclusive(dev); in dw8250_probe()
/linux-6.12.1/drivers/usb/dwc3/
Ddwc3-qcom.c749 qcom->resets = devm_reset_control_array_get_optional_exclusive(dev); in dwc3_qcom_probe()
/linux-6.12.1/drivers/media/platform/verisilicon/
Dhantro_drv.c1096 vpu->resets = devm_reset_control_array_get_optional_exclusive(&pdev->dev); in hantro_probe()
/linux-6.12.1/drivers/pmdomain/imx/
Dgpcv2.c1346 domain->reset = devm_reset_control_array_get_optional_exclusive(domain->dev); in imx_pgc_domain_probe()
/linux-6.12.1/drivers/mmc/host/
Dsdhci-of-dwcmshc.c749 priv->reset = devm_reset_control_array_get_optional_exclusive(mmc_dev(host->mmc)); in dwcmshc_rk35xx_init()