Home
last modified time | relevance | path

Searched refs:tegra_powergate_power_off (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/soc/tegra/
Dpmc.h156 int tegra_powergate_power_off(unsigned int id);
188 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
/Linux-v4.19/drivers/gpu/drm/tegra/
Dgr3d.c389 tegra_powergate_power_off(TEGRA_POWERGATE_3D1); in gr3d_remove()
393 tegra_powergate_power_off(TEGRA_POWERGATE_3D); in gr3d_remove()
Ddc.c2392 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()
2465 tegra_powergate_power_off(dc->powergate); in tegra_dc_suspend()
/Linux-v4.19/drivers/soc/tegra/
Dpowergate-bpmp.c167 static int tegra_powergate_power_off(struct generic_pm_domain *domain) in tegra_powergate_power_off() function
195 powergate->genpd.power_off = tegra_powergate_power_off; in tegra_powergate_add()
Dpmc.c512 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
519 EXPORT_SYMBOL(tegra_powergate_power_off);
/Linux-v4.19/drivers/ata/
Dahci_tegra.c273 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_on()
292 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_off()
/Linux-v4.19/drivers/usb/host/
Dxhci-tegra.c1227 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_probe()
1230 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_probe()
/Linux-v4.19/drivers/pci/controller/
Dpci-tegra.c1026 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1044 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/Linux-v4.19/drivers/staging/media/tegra-vde/
Dtegra-vde.c976 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()