/linux-4.1.27/include/linux/ |
D | reset.h | 17 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()
|
/linux-4.1.27/drivers/ata/ |
D | ahci_st.c | 111 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()
|
D | ahci_tegra.c | 322 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.1.27/drivers/phy/ |
D | phy-stih407-usb.c | 108 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()
|
D | phy-sun9i-usb.c | 149 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()
|
D | phy-berlin-usb.c | 186 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
|
D | phy-sun4i-usb.c | 287 phy->reset = devm_reset_control_get(dev, name); in sun4i_usb_phy_probe()
|
/linux-4.1.27/drivers/reset/ |
D | core.c | 260 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.1.27/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 236 compo->rst_main = devm_reset_control_get(dev, "compo-main"); in sti_compositor_probe() 241 compo->rst_aux = devm_reset_control_get(dev, "compo-aux"); in sti_compositor_probe()
|
D | sti_tvout.c | 730 tvout->reset = devm_reset_control_get(dev, "tvout"); in sti_tvout_probe()
|
D | sti_hdmi.c | 874 hdmi->reset = devm_reset_control_get(dev, "hdmi"); in sti_hdmi_probe()
|
D | sti_hqvdp.c | 1034 hqvdp->reset = devm_reset_control_get(dev, "hqvdp"); in sti_hqvdp_probe()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | dwc3-st.c | 233 dwc3_data->rstc_pwrdn = devm_reset_control_get(dev, "powerdown"); in st_dwc3_probe() 243 dwc3_data->rstc_rst = devm_reset_control_get(dev, "softreset"); in st_dwc3_probe()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gr3d.c | 263 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()
|
D | dpaux.c | 297 dpaux->rst = devm_reset_control_get(&pdev->dev, "dpaux"); in tegra_dpaux_probe()
|
D | dsi.c | 1490 dsi->rst = devm_reset_control_get(&pdev->dev, "dsi"); in tegra_dsi_probe()
|
D | hdmi.c | 1484 hdmi->rst = devm_reset_control_get(&pdev->dev, "hdmi"); in tegra_hdmi_probe()
|
D | sor.c | 1611 sor->rst = devm_reset_control_get(&pdev->dev, "sor"); in tegra_sor_probe()
|
D | dc.c | 1914 dc->rst = devm_reset_control_get(&pdev->dev, "dc"); in tegra_dc_probe()
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
D | pinctrl-sun8i-a23-r.c | 103 rstc = devm_reset_control_get(&pdev->dev, NULL); in sun8i_a23_r_pinctrl_probe()
|
D | pinctrl-sun6i-a31-r.c | 104 rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_a31_r_pinctrl_probe()
|
/linux-4.1.27/drivers/watchdog/ |
D | rt2880_wdt.c | 155 rt288x_wdt_reset = devm_reset_control_get(&pdev->dev, NULL); in rt288x_wdt_probe()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 90 dwmac->stmmac_rst = devm_reset_control_get(dev, in socfpga_dwmac_parse_data()
|
D | stmmac_main.c | 2872 priv->stmmac_rst = devm_reset_control_get(priv->device, in stmmac_dvr_probe()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_platform.c | 176 gpu->rst = devm_reset_control_get(&pdev->dev, "gpu"); in nouveau_platform_probe()
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sun9i-mmc.c | 126 data->reset = devm_reset_control_get(&pdev->dev, NULL); in sun9i_a80_mmc_config_clk_probe()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-sun6i-p2wi.c | 261 p2wi->rstc = devm_reset_control_get(dev, NULL); in p2wi_probe()
|
D | i2c-tegra.c | 746 i2c_dev->rst = devm_reset_control_get(&pdev->dev, "i2c"); in tegra_i2c_probe()
|
/linux-4.1.27/drivers/soc/mediatek/ |
D | mtk-pmic-wrap.c | 836 wrp->rstc = devm_reset_control_get(wrp->dev, "pwrap"); in pwrap_probe() 850 wrp->rstc_bridge = devm_reset_control_get(wrp->dev, "pwrap-bridge"); in pwrap_probe()
|
/linux-4.1.27/drivers/spi/ |
D | spi-sun6i.c | 413 sspi->rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_spi_probe()
|
D | spi-tegra20-sflash.c | 488 tsd->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_sflash_probe()
|
D | spi-tegra114.c | 1086 tspi->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_spi_probe()
|
D | spi-tegra20-slink.c | 1084 tspi->rst = devm_reset_control_get(&pdev->dev, "spi"); in tegra_slink_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-st.c | 371 pdata->rstc = devm_reset_control_get(&pdev->dev, NULL); in sdhci_st_probe()
|
/linux-4.1.27/drivers/thermal/ |
D | tegra_soctherm.c | 362 tegra->reset = devm_reset_control_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
|
D | rockchip_thermal.c | 516 thermal->reset = devm_reset_control_get(&pdev->dev, "tsadc-apb"); in rockchip_thermal_probe()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-tegra.c | 1022 pcie->pex_rst = devm_reset_control_get(pcie->dev, "pex"); in tegra_pcie_resets_get() 1026 pcie->afi_rst = devm_reset_control_get(pcie->dev, "afi"); in tegra_pcie_resets_get() 1030 pcie->pcie_xrst = devm_reset_control_get(pcie->dev, "pcie_x"); in tegra_pcie_resets_get()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-tegra.c | 437 tegra->rst = devm_reset_control_get(&pdev->dev, "usb"); in tegra_ehci_probe()
|
/linux-4.1.27/drivers/devfreq/ |
D | tegra-devfreq.c | 629 tegra->reset = devm_reset_control_get(&pdev->dev, "actmon"); in tegra_devfreq_probe()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 1332 ahb_rst = devm_reset_control_get(vop->dev, "ahb"); in vop_initial() 1358 vop->dclk_rst = devm_reset_control_get(vop->dev, "dclk"); in vop_initial()
|
/linux-4.1.27/drivers/staging/nvec/ |
D | nvec.c | 833 nvec->rst = devm_reset_control_get(&pdev->dev, "i2c"); in tegra_nvec_probe()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | tegra-kbc.c | 667 kbc->rst = devm_reset_control_get(&pdev->dev, "kbc"); in tegra_kbc_probe()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 1457 motg->link_rst = devm_reset_control_get(&pdev->dev, "link"); in msm_otg_read_dt() 1461 motg->phy_rst = devm_reset_control_get(&pdev->dev, "phy"); in msm_otg_read_dt()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 896 padctl->rst = devm_reset_control_get(&pdev->dev, NULL); in tegra_xusb_padctl_probe()
|
/linux-4.1.27/drivers/dma/ |
D | sun6i-dma.c | 933 sdc->rstc = devm_reset_control_get(&pdev->dev, NULL); in sun6i_dma_probe()
|
D | tegra20-apb-dma.c | 1339 tdma->rst = devm_reset_control_get(&pdev->dev, "dma"); in tegra_dma_probe()
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial-tegra.c | 1317 tup->rst = devm_reset_control_get(&pdev->dev, "serial"); in tegra_uart_probe()
|