Home
last modified time | relevance | path

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

/Linux-v5.10/include/soc/tegra/
Dpmc.h157 int tegra_powergate_power_off(unsigned int id);
180 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
/Linux-v5.10/drivers/gpu/drm/tegra/
Dgr3d.c385 tegra_powergate_power_off(TEGRA_POWERGATE_3D1); in gr3d_remove()
390 tegra_powergate_power_off(TEGRA_POWERGATE_3D); in gr3d_remove()
Ddc.c2173 tegra_powergate_power_off(dc->powergate); in tegra_dc_runtime_suspend()
2578 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()
/Linux-v5.10/drivers/soc/tegra/
Dpowergate-bpmp.c159 static int tegra_powergate_power_off(struct generic_pm_domain *domain) in tegra_powergate_power_off() function
187 powergate->genpd.power_off = tegra_powergate_power_off; in tegra_powergate_add()
Dpmc.c773 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
780 EXPORT_SYMBOL(tegra_powergate_power_off);
/Linux-v5.10/drivers/ata/
Dahci_tegra.c264 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_on()
283 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_off()
/Linux-v5.10/drivers/usb/host/
Dxhci-tegra.c1442 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_probe()
1631 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_probe()
1632 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_probe()
1661 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_remove()
1662 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_remove()
/Linux-v5.10/drivers/pci/controller/
Dpci-tegra.c1185 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1203 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1254 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/Linux-v5.10/drivers/staging/media/tegra-vde/
Dvde.c921 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()