/linux/include/linux/ |
H A D | reset.h | 822 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 D | bcm2835-rng.c | 164 priv->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm2835_rng_probe()
|
/linux/drivers/iio/dac/ |
H A D | stm32-dac-core.c | 141 rst = devm_reset_control_get_optional_exclusive(dev, NULL); in stm32_dac_probe()
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-ss.c | 162 priv->reset_com = devm_reset_control_get_optional_exclusive(priv->dev, "com"); in qcom_ssphy_init_reset()
|
/linux/drivers/bus/ |
H A D | bt1-axi.c | 137 axi->arst = devm_reset_control_get_optional_exclusive(axi->dev, "arst"); in bt1_axi_request_rst()
|
H A D | bt1-apb.c | 176 apb->prst = devm_reset_control_get_optional_exclusive(apb->dev, "prst"); in bt1_apb_request_rst()
|
/linux/sound/soc/stm/ |
H A D | stm32_sai.c | 228 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in stm32_sai_probe()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-designware-platdrv.c | 239 dev->rst = devm_reset_control_get_optional_exclusive(device, NULL); in dw_i2c_plat_probe()
|
/linux/sound/soc/meson/ |
H A D | axg-tdm-formatter.c | 319 formatter->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in axg_tdm_formatter_probe()
|
/linux/drivers/clocksource/ |
H A D | timer-sun5i.c | 286 rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in sun5i_timer_probe()
|
/linux/drivers/ata/ |
H A D | ahci_ceva.c | 269 hpriv->rsts = devm_reset_control_get_optional_exclusive(&pdev->dev, in ceva_ahci_probe()
|
/linux/drivers/spi/ |
H A D | spi-dw-mmio.c | 357 dwsmmio->rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, "spi"); in dw_spi_mmio_probe()
|
H A D | spi-cadence-quadspi.c | 1855 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 D | spi-cadence.c | 594 xspi->rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, "spi"); in cdns_spi_probe()
|
/linux/drivers/mmc/host/ |
H A D | sdhci-st.c | 364 rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in sdhci_st_probe()
|
H A D | sdhci-cadence.c | 543 priv->rst_hw = devm_reset_control_get_optional_exclusive(dev, NULL); in sdhci_cdns_probe()
|
/linux/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 1908 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 D | rockchip_saradc.c | 494 info->reset = devm_reset_control_get_optional_exclusive(&pdev->dev, in rockchip_saradc_probe()
|
/linux/sound/soc/rockchip/ |
H A D | rockchip_i2s_tdm.c | 1256 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 D | rockchip_sai.c | 1404 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 D | phy-snps-eusb2.c | 549 phy->phy_reset = devm_reset_control_get_optional_exclusive(dev, NULL); in snps_eusb2_hsphy_probe()
|
/linux/Documentation/driver-api/ |
H A D | reset.rst | 139 devm_reset_control_get_optional_exclusive() or
|
/linux/drivers/hwmon/ |
H A D | mr75203.c | 789 pvt->rst = devm_reset_control_get_optional_exclusive(dev, NULL); in mr75203_probe()
|
/linux/sound/soc/codecs/ |
H A D | rk3308_codec.c | 917 rk3308->reset = devm_reset_control_get_optional_exclusive(dev, "codec"); in rk3308_codec_platform_probe()
|
/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 616 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL); in xhci_pci_common_probe()
|