Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/soc/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()
Dpmc.c941 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
948 EXPORT_SYMBOL(tegra_powergate_power_off);
/linux-6.1.9/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.1.9/drivers/media/platform/nvidia/tegra-vde/
Dvde.c163 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()
/linux-6.1.9/drivers/usb/host/
Dxhci-tegra.c1063 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_unpowergate_partitions()
1090 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_powergate_partitions()
1096 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_powergate_partitions()
/linux-6.1.9/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.1.9/drivers/gpu/drm/tegra/
Ddc.c2768 tegra_powergate_power_off(dc->powergate); in tegra_dc_runtime_suspend()
3223 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()