Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_exclusive (Results 1 – 25 of 84) sorted by relevance

1234

/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c95 crst = devm_reset_control_get_exclusive(dev, NULL); in dwc3_xlnx_init_versal()
150 crst = devm_reset_control_get_exclusive(dev, "usb_crst"); in dwc3_xlnx_init_zynqmp()
158 hibrst = devm_reset_control_get_exclusive(dev, "usb_hibrst"); in dwc3_xlnx_init_zynqmp()
166 apbrst = devm_reset_control_get_exclusive(dev, "usb_apbrst"); in dwc3_xlnx_init_zynqmp()
/linux/drivers/hwmon/
H A Dsfctemp.c282 sfctemp->rst_sense = devm_reset_control_get_exclusive(dev, "sense"); in sfctemp_probe()
287 sfctemp->rst_bus = devm_reset_control_get_exclusive(dev, "bus"); in sfctemp_probe()
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8m-pcie.c252 imx8_phy->reset = devm_reset_control_get_exclusive(dev, "pciephy"); in imx8_pcie_phy_probe()
259 devm_reset_control_get_exclusive(dev, "perst"); in imx8_pcie_phy_probe()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-pcie2.c288 qphy->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_pcie2_phy_probe()
294 qphy->pipe_reset = devm_reset_control_get_exclusive(dev, "pipe"); in qcom_pcie2_phy_probe()
H A Dphy-qcom-usb-hs-28nm.c336 priv->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_snps_hsphy_probe()
340 priv->por_reset = devm_reset_control_get_exclusive(dev, "por"); in qcom_snps_hsphy_probe()
H A Dphy-qcom-usb-ss.c170 priv->reset_phy = devm_reset_control_get_exclusive(priv->dev, "phy"); in qcom_ssphy_init_reset()
/linux/drivers/phy/st/
H A Dphy-stih407-usb.c110 phy_dev->rstport = devm_reset_control_get_exclusive(dev, "port"); in stih407_usb2_picophy_probe()
/linux/drivers/bus/
H A Dqcom-ssc-block-bus.c281 data->ssc_bcr = devm_reset_control_get_exclusive(&pdev->dev, "ssc_bcr"); in qcom_ssc_block_bus_probe()
286 data->ssc_reset = devm_reset_control_get_exclusive(&pdev->dev, "ssc_reset"); in qcom_ssc_block_bus_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-renesas-gbeth.c112 gbeth->rstc = devm_reset_control_get_exclusive(dev, NULL); in renesas_gbeth_probe()
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c703 meson_dw_hdmi->hdmitx_apb = devm_reset_control_get_exclusive(dev, in meson_dw_hdmi_bind()
710 meson_dw_hdmi->hdmitx_ctrl = devm_reset_control_get_exclusive(dev, in meson_dw_hdmi_bind()
717 meson_dw_hdmi->hdmitx_phy = devm_reset_control_get_exclusive(dev, in meson_dw_hdmi_bind()
/linux/include/linux/
H A Dreset.h608 __must_check devm_reset_control_get_exclusive(struct device *dev, in devm_reset_control_get_exclusive() function
982 return devm_reset_control_get_exclusive(dev, id); in devm_reset_control_get()
/linux/drivers/watchdog/
H A Drt2880_wdt.c159 drvdata->rst = devm_reset_control_get_exclusive(dev, NULL); in rt288x_wdt_probe()
H A Dmt7621_wdt.c162 drvdata->rst = devm_reset_control_get_exclusive(dev, NULL); in mt7621_wdt_probe()
/linux/drivers/clk/sunxi/
H A Dclk-sun9i-mmc.c130 data->reset = devm_reset_control_get_exclusive(&pdev->dev, NULL); in sun9i_a80_mmc_config_clk_probe()
/linux/drivers/phy/hisilicon/
H A Dphy-hisi-inno-usb2.c158 priv->por_rst = devm_reset_control_get_exclusive(dev, NULL); in hisi_inno_phy_probe()
/linux/drivers/iio/adc/
H A Dsun20i-gpadc-iio.c212 rst = devm_reset_control_get_exclusive(dev, NULL); in sun20i_gpadc_probe()
/linux/drivers/pmdomain/sunxi/
H A Dsun20i-ppu.c141 rst = devm_reset_control_get_exclusive(dev, NULL); in sun20i_ppu_probe()
/linux/drivers/pwm/
H A Dpwm-intel-lgm.c198 rst = devm_reset_control_get_exclusive(dev, NULL); in lgm_pwm_probe()
/linux/drivers/nvmem/
H A Dlpc18xx_eeprom.c197 rst = devm_reset_control_get_exclusive(dev, NULL); in lpc18xx_eeprom_probe()
/linux/drivers/reset/
H A Dreset-rzg2l-usbphy-ctrl.c135 priv->rstc = devm_reset_control_get_exclusive(&pdev->dev, NULL); in rzg2l_usbphy_ctrl_probe()
/linux/drivers/power/sequencing/
H A Dpwrseq-thead-gpu.c193 devm_reset_control_get_exclusive(parent_dev, "gpu-clkgen"); in pwrseq_thead_gpu_probe()
/linux/Documentation/driver-api/
H A Dreset.rst77 via devm_reset_control_get_exclusive().
182 which can be obtained from devm_reset_control_get_exclusive() or
/linux/drivers/clk/sunxi-ng/
H A Dccu-sun9i-a80-de.c220 rstc = devm_reset_control_get_exclusive(&pdev->dev, NULL); in sun9i_a80_de_clk_probe()
/linux/drivers/net/mdio/
H A Dmdio-airoha.c227 priv->reset = devm_reset_control_get_exclusive(dev, NULL); in airoha_mdio_probe()
/linux/arch/mips/pci/
H A Dpci-mt7620.c284 rstpcie0 = devm_reset_control_get_exclusive(&pdev->dev, "pcie0"); in mt7620_pci_probe()

1234