Home
last modified time | relevance | path

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

/Linux-v5.4/include/soc/tegra/
Dpmc.h156 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.4/drivers/gpu/drm/tegra/
Dgr3d.c386 tegra_powergate_power_off(TEGRA_POWERGATE_3D1); in gr3d_remove()
390 tegra_powergate_power_off(TEGRA_POWERGATE_3D); in gr3d_remove()
Ddc.c2468 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()
2541 tegra_powergate_power_off(dc->powergate); in tegra_dc_suspend()
/Linux-v5.4/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.c714 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
721 EXPORT_SYMBOL(tegra_powergate_power_off);
/Linux-v5.4/drivers/usb/host/
Dxhci-tegra.c1113 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_probe()
1283 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_probe()
1284 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_probe()
1311 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_remove()
1312 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_remove()
/Linux-v5.4/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.4/drivers/pci/controller/
Dpci-tegra.c1239 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1257 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1308 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/Linux-v5.4/drivers/staging/media/tegra-vde/
Dvde.c923 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()