Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/ata/
Dahci_mtk.c51 plat->axi_rst = devm_reset_control_get_optional_exclusive(dev, "axi"); in mtk_ahci_platform_resets()
55 plat->sw_rst = devm_reset_control_get_optional_exclusive(dev, "sw"); in mtk_ahci_platform_resets()
59 plat->reg_rst = devm_reset_control_get_optional_exclusive(dev, "reg"); in mtk_ahci_platform_resets()
Dahci_ceva.c207 cevapriv->rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in ceva_ahci_probe()
/Linux-v5.15/include/linux/
Dreset.h691 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive() function
818 return devm_reset_control_get_optional_exclusive(dev, id); in devm_reset_control_get_optional()
/Linux-v5.15/drivers/char/hw_random/
Dbcm2835-rng.c165 priv->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm2835_rng_probe()
/Linux-v5.15/drivers/remoteproc/
Dqcom_q6v5_adsp.c342 adsp->pdc_sync_reset = devm_reset_control_get_optional_exclusive(adsp->dev, in adsp_init_reset()
349 adsp->restart = devm_reset_control_get_optional_exclusive(adsp->dev, "restart"); in adsp_init_reset()
/Linux-v5.15/drivers/phy/qualcomm/
Dphy-qcom-usb-ss.c162 priv->reset_com = devm_reset_control_get_optional_exclusive(priv->dev, "com"); in qcom_ssphy_init_reset()
/Linux-v5.15/drivers/iio/dac/
Dstm32-dac-core.c150 rst = devm_reset_control_get_optional_exclusive(dev, NULL); in stm32_dac_probe()
/Linux-v5.15/drivers/bus/
Dbt1-axi.c137 axi->arst = devm_reset_control_get_optional_exclusive(axi->dev, "arst"); in bt1_axi_request_rst()
Dbt1-apb.c177 apb->prst = devm_reset_control_get_optional_exclusive(apb->dev, "prst"); in bt1_apb_request_rst()
/Linux-v5.15/sound/soc/stm/
Dstm32_sai.c206 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in stm32_sai_probe()
Dstm32_spdifrx.c1002 rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in stm32_spdifrx_probe()
/Linux-v5.15/drivers/spi/
Dspi-dw-mmio.c286 dwsmmio->rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, "spi"); in dw_spi_mmio_probe()
Dspi-bcm63xx-hsspi.c354 reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm63xx_hsspi_probe()
Dspi-bcm63xx.c534 reset = devm_reset_control_get_optional_exclusive(dev, NULL); in bcm63xx_spi_probe()
Dspi-cadence-quadspi.c1520 rstc = devm_reset_control_get_optional_exclusive(dev, "qspi"); in cqspi_probe()
1527 rstc_ocp = devm_reset_control_get_optional_exclusive(dev, "qspi-ocp"); in cqspi_probe()
/Linux-v5.15/sound/soc/meson/
Daxg-tdm-formatter.c329 formatter->reset = devm_reset_control_get_optional_exclusive(dev, NULL); in axg_tdm_formatter_probe()
/Linux-v5.15/drivers/i2c/busses/
Di2c-designware-platdrv.c231 dev->rst = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in dw_i2c_plat_probe()
Di2c-mv64xxx.c838 drv_data->rstc = devm_reset_control_get_optional_exclusive(dev, NULL); in mv64xxx_of_config()
/Linux-v5.15/drivers/mmc/host/
Dsdhci-st.c365 rstc = devm_reset_control_get_optional_exclusive(&pdev->dev, NULL); in sdhci_st_probe()
/Linux-v5.15/drivers/pci/controller/
Dpcie-mediatek-gen3.c729 port->phy_reset = devm_reset_control_get_optional_exclusive(dev, "phy"); in mtk_pcie_parse_port()
738 port->mac_reset = devm_reset_control_get_optional_exclusive(dev, "mac"); in mtk_pcie_parse_port()
/Linux-v5.15/sound/soc/sunxi/
Dsun4i-spdif.c555 host->rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in sun4i_spdif_probe()
/Linux-v5.15/drivers/usb/host/
Dxhci-pci.c390 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL); in xhci_pci_probe()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_dw.c561 data->rst = devm_reset_control_get_optional_exclusive(dev, NULL); in dw8250_probe()
/Linux-v5.15/Documentation/driver-api/
Dreset.rst139 devm_reset_control_get_optional_exclusive() or
/Linux-v5.15/drivers/pci/controller/dwc/
Dpci-imx6.c1098 imx6_pcie->turnoff_reset = devm_reset_control_get_optional_exclusive(dev, "turnoff"); in imx6_pcie_probe()

12