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

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

Completed in 1973 milliseconds