/linux-4.1.27/include/linux/ |
D | reset.h | 12 int reset_control_deassert(struct reset_control *rstc); 55 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() function
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | dwc3-st.c | 241 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_probe() 251 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_probe() 328 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_resume() 329 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_resume()
|
/linux-4.1.27/drivers/ata/ |
D | ahci_st.c | 64 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets() 72 err = reset_control_deassert(drv_data->sw_rst); in st_ahci_deassert_resets() 80 err = reset_control_deassert(drv_data->pwr_rst); in st_ahci_deassert_resets()
|
D | ahci_tegra.c | 136 reset_control_deassert(tegra->sata_cold_rst); in tegra_ahci_power_on() 137 reset_control_deassert(tegra->sata_oob_rst); in tegra_ahci_power_on()
|
/linux-4.1.27/drivers/phy/ |
D | phy-stih407-usb.c | 48 reset_control_deassert(phy_dev->rstc); in stih407_usb2_pico_ctrl() 69 return reset_control_deassert(phy_dev->rstport); in stih407_usb2_init_port()
|
D | phy-sun9i-usb.c | 88 ret = reset_control_deassert(phy->reset); in sun9i_usb_phy_init()
|
D | phy-sun4i-usb.c | 154 ret = reset_control_deassert(phy->reset); in sun4i_usb_phy_init()
|
D | phy-miphy28lp.c | 913 err = reset_control_deassert(miphy_phy->miphy_rst); in miphy28lp_setup() 1159 err = reset_control_deassert(miphy_phy->miphy_rst); in miphy28lp_probe_resets()
|
/linux-4.1.27/drivers/reset/ |
D | core.c | 119 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() function 126 EXPORT_SYMBOL_GPL(reset_control_deassert);
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 239 reset_control_deassert(compo->rst_main); in sti_compositor_probe() 244 reset_control_deassert(compo->rst_aux); in sti_compositor_probe()
|
D | sti_tvout.c | 733 reset_control_deassert(tvout->reset); in sti_tvout_probe()
|
D | sti_hdmi.c | 877 reset_control_deassert(hdmi->reset); in sti_hdmi_probe()
|
D | sti_hqvdp.c | 1036 reset_control_deassert(hqvdp->reset); in sti_hqvdp_probe()
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
D | pinctrl-sun8i-a23-r.c | 109 ret = reset_control_deassert(rstc); in sun8i_a23_r_pinctrl_probe()
|
D | pinctrl-sun6i-a31-r.c | 110 ret = reset_control_deassert(rstc); in sun6i_a31_r_pinctrl_probe()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-st.c | 54 ret = reset_control_deassert(priv->pwr); in st_ohci_platform_power_on() 58 ret = reset_control_deassert(priv->rst); in st_ohci_platform_power_on()
|
D | ehci-st.c | 78 ret = reset_control_deassert(priv->pwr); in st_ehci_platform_power_on() 82 ret = reset_control_deassert(priv->rst); in st_ehci_platform_power_on()
|
D | ehci-tegra.c | 101 reset_control_deassert(usb1_reset); in tegra_reset_usb_controller() 111 reset_control_deassert(tegra->rst); in tegra_reset_usb_controller()
|
D | ohci-platform.c | 229 err = reset_control_deassert(priv->rst); in ohci_platform_probe()
|
D | ehci-platform.c | 258 err = reset_control_deassert(priv->rst); in ehci_platform_probe()
|
/linux-4.1.27/drivers/watchdog/ |
D | rt2880_wdt.c | 157 reset_control_deassert(rt288x_wdt_reset); in rt288x_wdt_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-st.c | 375 reset_control_deassert(pdata->rstc); in sdhci_st_probe() 480 reset_control_deassert(pdata->rstc); in sdhci_st_resume()
|
D | sunxi-mmc.c | 963 ret = reset_control_deassert(host->reset); in sunxi_mmc_resource_request()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 237 reset_control_deassert(dwmac->stmmac_rst); in socfpga_dwmac_init()
|
D | stmmac_main.c | 2883 reset_control_deassert(priv->stmmac_rst); in stmmac_dvr_probe()
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
D | platsmp.c | 110 reset_control_deassert(rstc); in pmu_set_power_domain()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_platform.c | 62 reset_control_deassert(gpu->rst); in nouveau_platform_power_up()
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sun9i-mmc.c | 132 ret = reset_control_deassert(data->reset); in sun9i_a80_mmc_config_clk_probe()
|
/linux-4.1.27/drivers/spi/ |
D | spi-tegra20-sflash.c | 383 reset_control_deassert(tsd->rst); in handle_cpu_based_xfer() 512 reset_control_deassert(tsd->rst); in tegra_sflash_probe()
|
D | spi-sun6i.c | 320 ret = reset_control_deassert(sspi->rstc); in sun6i_spi_runtime_resume()
|
D | spi-tegra114.c | 894 reset_control_deassert(tspi->rst); in handle_cpu_based_xfer() 966 reset_control_deassert(tspi->rst); in handle_dma_based_xfer()
|
D | spi-tegra20-slink.c | 865 reset_control_deassert(tspi->rst); in handle_cpu_based_xfer()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-sun6i-p2wi.c | 268 ret = reset_control_deassert(p2wi->rstc); in p2wi_probe()
|
D | i2c-tegra.c | 422 reset_control_deassert(i2c_dev->rst); in tegra_i2c_init()
|
D | i2c-mv64xxx.c | 830 reset_control_deassert(drv_data->rstc); in mv64xxx_of_config()
|
/linux-4.1.27/drivers/media/rc/ |
D | sunxi-cir.c | 183 ret = reset_control_deassert(ir->rst); in sunxi_ir_probe()
|
D | st_rc.c | 168 reset_control_deassert(dev->rstc); in st_rc_hardware_init()
|
/linux-4.1.27/drivers/clocksource/ |
D | timer-sun5i.c | 340 reset_control_deassert(rstc); in sun5i_timer_init()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 957 reset_control_deassert(vop->dclk_rst); in vop_crtc_mode_set() 1340 reset_control_deassert(ahb_rst); in vop_initial() 1366 reset_control_deassert(vop->dclk_rst); in vop_initial()
|
/linux-4.1.27/drivers/thermal/ |
D | tegra_soctherm.c | 392 reset_control_deassert(tegra->reset); in tegra_soctherm_probe()
|
D | rockchip_thermal.c | 477 reset_control_deassert(reset); in rockchip_thermal_reset_controller()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | dpaux.c | 309 reset_control_deassert(dpaux->rst); in tegra_dpaux_probe()
|
D | sor.c | 964 reset_control_deassert(sor->rst); in tegra_sor_encoder_mode_set() 1533 err = reset_control_deassert(sor->rst); in tegra_sor_init()
|
D | dsi.c | 1004 reset_control_deassert(dsi->rst); in tegra_dsi_init()
|
D | hdmi.c | 1386 reset_control_deassert(hdmi->rst); in tegra_hdmi_init()
|
D | dc.c | 1941 err = reset_control_deassert(dc->rst); in tegra_dc_probe()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_dw.c | 485 reset_control_deassert(data->rst); in dw8250_probe()
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra30_ahub.c | 555 ret = reset_control_deassert(rst); in tegra30_ahub_probe()
|
/linux-4.1.27/drivers/devfreq/ |
D | tegra-devfreq.c | 666 reset_control_deassert(tegra->reset); in tegra_devfreq_probe()
|
/linux-4.1.27/drivers/staging/nvec/ |
D | nvec.c | 733 reset_control_deassert(nvec->rst); in tegra_init_i2c_slave()
|
/linux-4.1.27/drivers/soc/tegra/ |
D | pmc.c | 305 reset_control_deassert(rst); in tegra_powergate_sequence_power_up()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 900 err = reset_control_deassert(padctl->rst); in tegra_xusb_padctl_probe()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-tegra.c | 898 reset_control_deassert(pcie->pcie_xrst); in tegra_pcie_enable_controller() 969 reset_control_deassert(pcie->afi_rst); in tegra_pcie_power_on()
|
/linux-4.1.27/drivers/dma/ |
D | sun6i-dma.c | 1003 ret = reset_control_deassert(sdc->rstc); in sun6i_dma_probe()
|
D | tegra20-apb-dma.c | 1367 reset_control_deassert(tdma->rst); in tegra_dma_probe()
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial-tegra.c | 840 reset_control_deassert(tup->rst); in tegra_uart_hw_init()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 264 ret = reset_control_deassert(motg->link_rst); in msm_otg_link_clk_reset()
|