Home
last modified time | relevance | path

Searched refs:reset_control_assert (Results 1 – 51 of 51) sorted by relevance

/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-st.c288 reset_control_assert(dwc3_data->rstc_rst); in st_dwc3_probe()
290 reset_control_assert(dwc3_data->rstc_pwrdn); in st_dwc3_probe()
302 reset_control_assert(dwc3_data->rstc_pwrdn); in st_dwc3_remove()
303 reset_control_assert(dwc3_data->rstc_rst); in st_dwc3_remove()
313 reset_control_assert(dwc3_data->rstc_pwrdn); in st_dwc3_suspend()
314 reset_control_assert(dwc3_data->rstc_rst); in st_dwc3_suspend()
/linux-4.1.27/drivers/ata/
Dahci_tegra.c129 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_on()
130 reset_control_assert(tegra->sata_cold_rst); in tegra_ahci_power_on()
158 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()
159 reset_control_assert(tegra->sata_oob_rst); in tegra_ahci_power_off()
160 reset_control_assert(tegra->sata_cold_rst); in tegra_ahci_power_off()
Dahci_st.c98 err = reset_control_assert(drv_data->pwr); in st_ahci_host_stop()
196 err = reset_control_assert(drv_data->pwr); in st_ahci_suspend()
/linux-4.1.27/include/linux/
Dreset.h11 int reset_control_assert(struct reset_control *rstc);
49 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert() function
/linux-4.1.27/drivers/usb/host/
Dohci-st.c92 reset_control_assert(priv->rst); in st_ohci_platform_power_on()
94 reset_control_assert(priv->pwr); in st_ohci_platform_power_on()
106 reset_control_assert(priv->pwr); in st_ohci_platform_power_off()
108 reset_control_assert(priv->rst); in st_ohci_platform_power_off()
Dehci-st.c116 reset_control_assert(priv->rst); in st_ehci_platform_power_on()
118 reset_control_assert(priv->pwr); in st_ehci_platform_power_on()
129 reset_control_assert(priv->pwr); in st_ehci_platform_power_off()
131 reset_control_assert(priv->rst); in st_ehci_platform_power_off()
Dohci-platform.c290 reset_control_assert(priv->rst); in ohci_platform_probe()
316 reset_control_assert(priv->rst); in ohci_platform_remove()
Dehci-platform.c314 reset_control_assert(priv->rst); in ehci_platform_probe()
340 reset_control_assert(priv->rst); in ehci_platform_remove()
Dehci-tegra.c99 reset_control_assert(usb1_reset); in tegra_reset_usb_controller()
109 reset_control_assert(tegra->rst); in tegra_reset_usb_controller()
/linux-4.1.27/drivers/phy/
Dphy-stih407-usb.c83 return reset_control_assert(phy_dev->rstport); in stih407_usb2_exit_port()
121 reset_control_assert(phy_dev->rstport); in stih407_usb2_picophy_probe()
Dphy-sun9i-usb.c110 reset_control_assert(phy->reset); in sun9i_usb_phy_exit()
Dphy-sun4i-usb.c180 reset_control_assert(phy->reset); in sun4i_usb_phy_exit()
Dphy-miphy28lp.c900 err = reset_control_assert(miphy_phy->miphy_rst); in miphy28lp_setup()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c211 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_exit()
226 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_init()
Dstmmac_main.c2986 reset_control_assert(priv->stmmac_rst); in stmmac_dvr_remove()
/linux-4.1.27/drivers/reset/
Dcore.c106 int reset_control_assert(struct reset_control *rstc) in reset_control_assert() function
113 EXPORT_SYMBOL_GPL(reset_control_assert);
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_platform.c54 reset_control_assert(gpu->rst); in nouveau_platform_power_up()
81 reset_control_assert(gpu->rst); in nouveau_platform_power_down()
/linux-4.1.27/drivers/clk/sunxi/
Dclk-sun9i-mmc.c180 reset_control_assert(data->reset); in sun9i_a80_mmc_config_clk_probe()
197 reset_control_assert(data->reset); in sun9i_a80_mmc_config_clk_remove()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-st.c431 reset_control_assert(pdata->rstc); in sdhci_st_probe()
446 reset_control_assert(pdata->rstc); in sdhci_st_remove()
463 reset_control_assert(pdata->rstc); in sdhci_st_suspend()
Dsunxi-mmc.c984 reset_control_assert(host->reset); in sunxi_mmc_resource_request()
1065 reset_control_assert(host->reset); in sunxi_mmc_remove()
/linux-4.1.27/drivers/i2c/busses/
Di2c-sun6i-p2wi.c312 reset_control_assert(p2wi->rstc); in p2wi_probe()
324 reset_control_assert(p2wi->rstc); in p2wi_remove()
Di2c-mv64xxx.c956 reset_control_assert(drv_data->rstc); in mv64xxx_i2c_probe()
976 reset_control_assert(drv_data->rstc); in mv64xxx_i2c_remove()
Di2c-tegra.c420 reset_control_assert(i2c_dev->rst); in tegra_i2c_init()
/linux-4.1.27/drivers/pinctrl/sunxi/
Dpinctrl-sun8i-a23-r.c117 reset_control_assert(rstc); in sun8i_a23_r_pinctrl_probe()
Dpinctrl-sun6i-a31-r.c118 reset_control_assert(rstc); in sun6i_a31_r_pinctrl_probe()
/linux-4.1.27/drivers/media/rc/
Dsunxi-cir.c296 reset_control_assert(ir->rst); in sunxi_ir_probe()
309 reset_control_assert(ir->rst); in sunxi_ir_remove()
Dst_rc.c353 reset_control_assert(rc_dev->rstc); in st_rc_suspend()
/linux-4.1.27/drivers/pci/host/
Dpci-tegra.c934 reset_control_assert(pcie->pcie_xrst); in tegra_pcie_power_off()
935 reset_control_assert(pcie->afi_rst); in tegra_pcie_power_off()
936 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_off()
950 reset_control_assert(pcie->pcie_xrst); in tegra_pcie_power_on()
951 reset_control_assert(pcie->afi_rst); in tegra_pcie_power_on()
952 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()
/linux-4.1.27/arch/arm/mach-rockchip/
Dplatsmp.c90 reset_control_assert(rstc); in pmu_set_power_domain()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c524 reset_control_assert(data->rst); in dw8250_probe()
546 reset_control_assert(data->rst); in dw8250_remove()
/linux-4.1.27/drivers/spi/
Dspi-tegra20-sflash.c381 reset_control_assert(tsd->rst); in handle_cpu_based_xfer()
510 reset_control_assert(tsd->rst); in tegra_sflash_probe()
Dspi-tegra20-slink.c863 reset_control_assert(tspi->rst); in handle_cpu_based_xfer()
936 reset_control_assert(tspi->rst); in handle_dma_based_xfer()
938 reset_control_assert(tspi->rst); in handle_dma_based_xfer()
Dspi-sun6i.c344 reset_control_assert(sspi->rstc); in sun6i_spi_runtime_suspend()
Dspi-tegra114.c892 reset_control_assert(tspi->rst); in handle_cpu_based_xfer()
964 reset_control_assert(tspi->rst); in handle_dma_based_xfer()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.c1053 reset_control_assert(dsi->rst); in tegra_dsi_init()
1066 reset_control_assert(dsi->rst); in tegra_dsi_exit()
1594 reset_control_assert(dsi->rst); in tegra_dsi_probe()
1618 reset_control_assert(dsi->rst); in tegra_dsi_remove()
Ddpaux.c373 reset_control_assert(dpaux->rst); in tegra_dpaux_remove()
Dsor.c1428 reset_control_assert(sor->rst); in tegra_sor_encoder_disable()
1519 err = reset_control_assert(sor->rst); in tegra_sor_init()
Dhdmi.c1397 reset_control_assert(hdmi->rst); in tegra_hdmi_exit()
Ddc.c2006 reset_control_assert(dc->rst); in tegra_dc_remove()
/linux-4.1.27/drivers/input/keyboard/
Dtegra-kbc.c377 reset_control_assert(kbc->rst); in tegra_kbc_start()
379 reset_control_assert(kbc->rst); in tegra_kbc_start()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra-xusb.c949 reset_control_assert(padctl->rst); in tegra_xusb_padctl_probe()
960 err = reset_control_assert(padctl->rst); in tegra_xusb_padctl_remove()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c955 reset_control_assert(vop->dclk_rst); in vop_crtc_mode_set()
1338 reset_control_assert(ahb_rst); in vop_initial()
1364 reset_control_assert(vop->dclk_rst); in vop_initial()
/linux-4.1.27/drivers/thermal/
Dtegra_soctherm.c380 reset_control_assert(tegra->reset); in tegra_soctherm_probe()
Drockchip_thermal.c475 reset_control_assert(reset); in rockchip_thermal_reset_controller()
/linux-4.1.27/drivers/dma/
Dsun6i-dma.c1053 reset_control_assert(sdc->rstc); in sun6i_dma_probe()
1069 reset_control_assert(sdc->rstc); in sun6i_dma_remove()
Dtegra20-apb-dma.c1365 reset_control_assert(tdma->rst); in tegra_dma_probe()
/linux-4.1.27/drivers/devfreq/
Dtegra-devfreq.c657 reset_control_assert(tegra->reset); in tegra_devfreq_probe()
/linux-4.1.27/drivers/staging/nvec/
Dnvec.c731 reset_control_assert(nvec->rst); in tegra_init_i2c_slave()
/linux-4.1.27/drivers/soc/tegra/
Dpmc.c288 reset_control_assert(rst); in tegra_powergate_sequence_power_up()
/linux-4.1.27/drivers/tty/serial/
Dserial-tegra.c838 reset_control_assert(tup->rst); in tegra_uart_hw_init()
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c262 ret = reset_control_assert(motg->link_rst); in msm_otg_link_clk_reset()