Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_optional_exclusive (Results 1 – 25 of 64) sorted by relevance

123

/linux/drivers/ata/
H A Dahci_mtk.c52 plat->axi_rst = devm_reset_control_get_optional_exclusive(dev, "axi"); in mtk_ahci_platform_resets()
56 plat->sw_rst = devm_reset_control_get_optional_exclusive(dev, "sw"); in mtk_ahci_platform_resets()
60 plat->reg_rst = devm_reset_control_get_optional_exclusive(dev, "reg"); in mtk_ahci_platform_resets()
H A Dahci_ceva.c269 hpriv->rsts = devm_reset_control_get_optional_exclusive(&pdev->dev, in ceva_ahci_probe()
/linux/include/linux/
H A Dreset.h823 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive() function
989 return devm_reset_control_get_optional_exclusive(dev, id); in devm_reset_control_get_optional()
/linux/drivers/char/hw_random/
H A Dbcm2835-rng.c163 priv->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm2835_rng_probe()
/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c694 csi2rx->sys_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in csi2rx_get_resources()
699 csi2rx->p_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in csi2rx_get_resources()
756 devm_reset_control_get_optional_exclusive(&pdev->dev, in csi2rx_get_resources()
/linux/drivers/iio/dac/
H A Dstm32-dac-core.c141 rst = devm_reset_control_get_optional_exclusive(dev, NULL); in stm32_dac_probe()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c162 priv->reset_com = devm_reset_control_get_optional_exclusive(priv->dev, "com"); in qcom_ssphy_init_reset()
/linux/drivers/bus/
H A Dbt1-axi.c137 axi->arst = devm_reset_control_get_optional_exclusive(axi->dev, "arst"); in bt1_axi_request_rst()
H A Dbt1-apb.c176 apb->prst = devm_reset_control_get_optional_exclusive(apb->dev, "prst"); in bt1_apb_request_rst()
/linux/sound/soc/stm/
H A Dstm32_sai.c222 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in stm32_sai_probe()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c560 adsp->pdc_sync_reset = devm_reset_control_get_optional_exclusive(adsp->dev, in adsp_init_reset()
567 adsp->restart = devm_reset_control_get_optional_exclusive(adsp->dev, "restart"); in adsp_init_reset()
/linux/drivers/watchdog/
H A Drzv2h_wdt.c301 priv->rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in rzv2h_wdt_probe()
H A Dsp805_wdt.c268 rst = devm_reset_control_get_optional_exclusive(&adev->dev, NULL); in sp805_wdt_probe()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_merge.c332 priv->reset_ctl = devm_reset_control_get_optional_exclusive(dev, NULL); in mtk_disp_merge_probe()
/linux/sound/soc/sunxi/
H A Dsun50i-dmic.c381 host->rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in sun50i_dmic_probe()
/linux/drivers/media/rc/
H A Dst_rc.c287 rc_dev->rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in st_rc_probe()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c321 priv->p30phy = devm_reset_control_get_optional_exclusive(dev, "phy"); in rockchip_p3phy_probe()
/linux/drivers/clocksource/
H A Dtimer-sun5i.c288 rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in sun5i_timer_probe()
/linux/sound/soc/meson/
H A Daxg-tdm-formatter.c319 formatter->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in axg_tdm_formatter_probe()
/linux/drivers/mmc/host/
H A Dsdhci-st.c364 rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in sdhci_st_probe()
H A Dsdhci-cadence.c603 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
/linux/drivers/iio/adc/
H A Drockchip_saradc.c492 info->reset = devm_reset_control_get_optional_exclusive(dev, "saradc-apb"); in rockchip_saradc_probe()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_power.c262 reset = devm_reset_control_get_optional_exclusive(drm_dev->dev, NULL); in pvr_power_init_manual()
/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c1266 i2s_tdm->tx_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_i2s_tdm_probe()
1274 i2s_tdm->rx_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_i2s_tdm_probe()
/linux/drivers/phy/
H A Dphy-snps-eusb2.c549 phy->phy_reset = devm_reset_control_get_optional_exclusive(dev, NULL); in snps_eusb2_hsphy_probe()

123