Home
last modified time | relevance | path

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

/linux-6.6.21/include/soc/tegra/
Dpmc.h157 int tegra_powergate_power_off(unsigned int id);
182 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
/linux-6.6.21/drivers/pmdomain/tegra/
Dpowergate-bpmp.c158 static int tegra_powergate_power_off(struct generic_pm_domain *domain) in tegra_powergate_power_off() function
186 powergate->genpd.power_off = tegra_powergate_power_off; in tegra_powergate_add()
/linux-6.6.21/drivers/ata/
Dahci_tegra.c272 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-6.6.21/drivers/media/platform/nvidia/tegra-vde/
Dvde.c164 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()
/linux-6.6.21/drivers/pci/controller/
Dpci-tegra.c1166 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1184 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1235 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/linux-6.6.21/drivers/usb/host/
Dxhci-tegra.c1198 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_unpowergate_partitions()
1225 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_powergate_partitions()
1231 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_powergate_partitions()
/linux-6.6.21/drivers/gpu/drm/tegra/
Ddc.c2767 tegra_powergate_power_off(dc->powergate); in tegra_dc_runtime_suspend()
3222 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()
/linux-6.6.21/drivers/soc/tegra/
Dpmc.c959 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
966 EXPORT_SYMBOL(tegra_powergate_power_off);