Home
last modified time | relevance | path

Searched refs:devm_reset_control_get (Results 1 – 52 of 52) sorted by relevance

/linux-4.4.14/include/linux/
Dreset.h17 struct reset_control *devm_reset_control_get(struct device *dev, const char *id);
35 return devm_reset_control_get(dev, id); in devm_reset_control_get_optional()
84 static inline struct reset_control *__must_check devm_reset_control_get( in devm_reset_control_get() function
/linux-4.4.14/drivers/ata/
Dahci_st.c111 drv_data->pwr = devm_reset_control_get(dev, "pwr-dwn"); in st_ahci_probe_resets()
117 drv_data->sw_rst = devm_reset_control_get(dev, "sw-rst"); in st_ahci_probe_resets()
123 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
Dahci_tegra.c322 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
328 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, "sata-oob"); in tegra_ahci_probe()
334 tegra->sata_cold_rst = devm_reset_control_get(&pdev->dev, "sata-cold"); in tegra_ahci_probe()
/linux-4.4.14/drivers/phy/
Dphy-stih407-usb.c108 phy_dev->rstc = devm_reset_control_get(dev, "global"); in stih407_usb2_picophy_probe()
114 phy_dev->rstport = devm_reset_control_get(dev, "port"); in stih407_usb2_picophy_probe()
Dphy-sun9i-usb.c149 phy->reset = devm_reset_control_get(dev, "hsic"); in sun9i_usb_phy_probe()
161 phy->reset = devm_reset_control_get(dev, "phy"); in sun9i_usb_phy_probe()
Dphy-berlin-usb.c186 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
Dphy-sun4i-usb.c617 phy->reset = devm_reset_control_get(dev, name); in sun4i_usb_phy_probe()
/linux-4.4.14/drivers/reset/
Dcore.c260 struct reset_control *devm_reset_control_get(struct device *dev, const char *id) in devm_reset_control_get() function
279 EXPORT_SYMBOL_GPL(devm_reset_control_get);
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_compositor.c237 compo->rst_main = devm_reset_control_get(dev, "compo-main"); in sti_compositor_probe()
242 compo->rst_aux = devm_reset_control_get(dev, "compo-aux"); in sti_compositor_probe()
Dsti_tvout.c705 tvout->reset = devm_reset_control_get(dev, "tvout"); in sti_tvout_probe()
Dsti_hdmi.c878 hdmi->reset = devm_reset_control_get(dev, "hdmi"); in sti_hdmi_probe()
Dsti_hqvdp.c1056 hqvdp->reset = devm_reset_control_get(dev, "hqvdp"); in sti_hqvdp_probe()
/linux-4.4.14/drivers/usb/dwc3/
Ddwc3-st.c230 dwc3_data->rstc_pwrdn = devm_reset_control_get(dev, "powerdown"); in st_dwc3_probe()
240 dwc3_data->rstc_rst = devm_reset_control_get(dev, "softreset"); in st_dwc3_probe()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgr3d.c263 gr3d->rst = devm_reset_control_get(&pdev->dev, "3d"); in gr3d_probe()
276 gr3d->rst_secondary = devm_reset_control_get(&pdev->dev, in gr3d_probe()
Ddpaux.c297 dpaux->rst = devm_reset_control_get(&pdev->dev, "dpaux"); in tegra_dpaux_probe()
Dhdmi.c1468 hdmi->rst = devm_reset_control_get(&pdev->dev, "hdmi"); in tegra_hdmi_probe()
Ddsi.c1491 dsi->rst = devm_reset_control_get(&pdev->dev, "dsi"); in tegra_dsi_probe()
Ddc.c1997 dc->rst = devm_reset_control_get(&pdev->dev, "dc"); in tegra_dc_probe()
Dsor.c2453 sor->rst = devm_reset_control_get(&pdev->dev, "sor"); in tegra_sor_probe()
/linux-4.4.14/drivers/pinctrl/sunxi/
Dpinctrl-sun8i-a23-r.c103 rstc = devm_reset_control_get(&pdev->dev, NULL); in sun8i_a23_r_pinctrl_probe()
Dpinctrl-sun6i-a31-r.c116 rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_a31_r_pinctrl_probe()
/linux-4.4.14/drivers/watchdog/
Drt2880_wdt.c155 rt288x_wdt_reset = devm_reset_control_get(&pdev->dev, NULL); in rt288x_wdt_probe()
/linux-4.4.14/drivers/clk/sunxi/
Dclk-sun9i-mmc.c127 data->reset = devm_reset_control_get(&pdev->dev, NULL); in sun9i_a80_mmc_config_clk_probe()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c90 dwmac->stmmac_rst = devm_reset_control_get(dev, in socfpga_dwmac_parse_data()
Dstmmac_main.c2894 priv->stmmac_rst = devm_reset_control_get(priv->device, in stmmac_dvr_probe()
/linux-4.4.14/drivers/i2c/busses/
Di2c-sun6i-p2wi.c261 p2wi->rstc = devm_reset_control_get(dev, NULL); in p2wi_probe()
Di2c-tegra.c794 i2c_dev->rst = devm_reset_control_get(&pdev->dev, "i2c"); in tegra_i2c_probe()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c266 tdev->rst = devm_reset_control_get(&pdev->dev, "gpu"); in nvkm_device_tegra_new()
/linux-4.4.14/drivers/soc/mediatek/
Dmtk-pmic-wrap.c832 wrp->rstc = devm_reset_control_get(wrp->dev, "pwrap"); in pwrap_probe()
846 wrp->rstc_bridge = devm_reset_control_get(wrp->dev, "pwrap-bridge"); in pwrap_probe()
/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c288 qphy->phy_reset = devm_reset_control_get(dev, "phy"); in phy_8x16_read_devicetree()
Dphy-msm-usb.c1524 motg->link_rst = devm_reset_control_get(&pdev->dev, "link"); in msm_otg_read_dt()
1528 motg->phy_rst = devm_reset_control_get(&pdev->dev, "phy"); in msm_otg_read_dt()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-st.c371 pdata->rstc = devm_reset_control_get(&pdev->dev, NULL); in sdhci_st_probe()
/linux-4.4.14/drivers/spi/
Dspi-sun6i.c413 sspi->rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_spi_probe()
Dspi-tegra20-sflash.c488 tsd->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_sflash_probe()
Dspi-tegra114.c1086 tspi->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_spi_probe()
Dspi-tegra20-slink.c1084 tspi->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_slink_probe()
/linux-4.4.14/drivers/thermal/
Dtegra_soctherm.c362 tegra->reset = devm_reset_control_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
Drockchip_thermal.c665 thermal->reset = devm_reset_control_get(&pdev->dev, "tsadc-apb"); in rockchip_thermal_probe()
/linux-4.4.14/sound/soc/codecs/
Dsti-sas.c227 dac->rst = devm_reset_control_get(codec->dev, "dac_rst"); in stih416_dac_probe()
/linux-4.4.14/drivers/pci/host/
Dpci-tegra.c1007 pcie->pex_rst = devm_reset_control_get(pcie->dev, "pex"); in tegra_pcie_resets_get()
1011 pcie->afi_rst = devm_reset_control_get(pcie->dev, "afi"); in tegra_pcie_resets_get()
1015 pcie->pcie_xrst = devm_reset_control_get(pcie->dev, "pcie_x"); in tegra_pcie_resets_get()
/linux-4.4.14/drivers/usb/host/
Dehci-tegra.c443 tegra->rst = devm_reset_control_get(&pdev->dev, "usb"); in tegra_ehci_probe()
/linux-4.4.14/drivers/bus/
Dsunxi-rsb.c673 rsb->rstc = devm_reset_control_get(dev, NULL); in sunxi_rsb_probe()
/linux-4.4.14/drivers/devfreq/
Dtegra-devfreq.c631 tegra->reset = devm_reset_control_get(&pdev->dev, "actmon"); in tegra_devfreq_probe()
/linux-4.4.14/drivers/input/keyboard/
Dtegra-kbc.c668 kbc->rst = devm_reset_control_get(&pdev->dev, "kbc"); in tegra_kbc_probe()
/linux-4.4.14/drivers/staging/nvec/
Dnvec.c832 nvec->rst = devm_reset_control_get(&pdev->dev, "i2c"); in tegra_nvec_probe()
/linux-4.4.14/drivers/usb/musb/
Dsunxi.c680 glue->rst = devm_reset_control_get(&pdev->dev, NULL); in sunxi_musb_probe()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-tegra-xusb.c898 padctl->rst = devm_reset_control_get(&pdev->dev, NULL); in tegra_xusb_padctl_probe()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1601 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial()
1627 vop->dclk_rst = devm_reset_control_get(vop->dev, "dclk"); in vop_initial()
/linux-4.4.14/drivers/dma/
Dsun6i-dma.c946 sdc->rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_dma_probe()
Dtegra20-apb-dma.c1350 tdma->rst = devm_reset_control_get(&pdev->dev, "dma"); in tegra_dma_probe()
/linux-4.4.14/drivers/clk/tegra/
Dclk-dfll.c1639 td->dvco_rst = devm_reset_control_get(td->dev, "dvco"); in tegra_dfll_register()
/linux-4.4.14/drivers/tty/serial/
Dserial-tegra.c1315 tup->rst = devm_reset_control_get(&pdev->dev, "serial"); in tegra_uart_probe()