Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dreset.h822 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive() function
988 return devm_reset_control_get_optional_exclusive(dev, id); in devm_reset_control_get_optional()
/linux/drivers/char/hw_random/
H A Dbcm2835-rng.c164 priv->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm2835_rng_probe()
/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.c228 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in stm32_sai_probe()
/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c239 dev->rst = devm_reset_control_get_optional_exclusive(device, NULL); in dw_i2c_plat_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/clocksource/
H A Dtimer-sun5i.c286 rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in sun5i_timer_probe()
/linux/drivers/ata/
H A Dahci_ceva.c269 hpriv->rsts = devm_reset_control_get_optional_exclusive(&pdev->dev, in ceva_ahci_probe()
/linux/drivers/spi/
H A Dspi-dw-mmio.c357 dwsmmio->rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, "spi"); in dw_spi_mmio_probe()
H A Dspi-cadence-quadspi.c1855 rstc = devm_reset_control_get_optional_exclusive(dev, "qspi"); in cqspi_probe()
1862 rstc_ocp = devm_reset_control_get_optional_exclusive(dev, "qspi-ocp"); in cqspi_probe()
1870 rstc_ref = devm_reset_control_get_optional_exclusive(dev, "rstc_ref"); in cqspi_probe()
H A Dspi-cadence.c594 xspi->rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, "spi"); in cdns_spi_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.c543 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c1908 pcie->perst_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, "perst"); in brcm_pcie_probe()
1912 pcie->bridge_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, "bridge"); in brcm_pcie_probe()
1916 pcie->swinit_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, "swinit"); in brcm_pcie_probe()
/linux/drivers/iio/adc/
H A Drockchip_saradc.c494 info->reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_saradc_probe()
/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c1256 i2s_tdm->tx_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_i2s_tdm_probe()
1264 i2s_tdm->rx_reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_i2s_tdm_probe()
H A Drockchip_sai.c1404 sai->rst_h = devm_reset_control_get_optional_exclusive(&pdev->dev, "h"); in rockchip_sai_probe()
1409 sai->rst_m = devm_reset_control_get_optional_exclusive(&pdev->dev, "m"); in rockchip_sai_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()
/linux/Documentation/driver-api/
H A Dreset.rst139 devm_reset_control_get_optional_exclusive() or
/linux/drivers/hwmon/
H A Dmr75203.c789 pvt->rst = devm_reset_control_get_optional_exclusive(dev, NULL); in mr75203_probe()
/linux/sound/soc/codecs/
H A Drk3308_codec.c917 rk3308->reset = devm_reset_control_get_optional_exclusive(dev, "codec"); in rk3308_codec_platform_probe()
/linux/drivers/usb/host/
H A Dxhci-pci.c616 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL); in xhci_pci_common_probe()

12